Lines Matching +full:two +full:-
4 * Copyright 2003 Thiemo Seufer <[email protected]-stuttgart.de>
5 * Copyright 2016 Maciej W. Rozycki <macro@linux-mips.org>
16 * Bt431 cursor generator registers, 32-bit aligned.
17 * Two twin Bt431 are used on the DECstation's PMAG-AA.
79 * The compiler splits the write in two bytes without these in bt431_select_reg()
82 volatile u16 *lo = &(regs->addr_lo); in bt431_select_reg()
83 volatile u16 *hi = &(regs->addr_hi); in bt431_select_reg()
95 * The compiler splits the write in two bytes without the in bt431_read_reg_inc()
98 volatile u16 *r = &(regs->addr_reg); in bt431_read_reg_inc()
107 * The compiler splits the write in two bytes without the in bt431_write_reg_inc()
110 volatile u16 *r = &(regs->addr_reg); in bt431_write_reg_inc()
132 * The compiler splits the write in two bytes without the in bt431_read_cmap_inc()
135 volatile u16 *r = &(regs->addr_cmap); in bt431_read_cmap_inc()
144 * The compiler splits the write in two bytes without the in bt431_write_cmap_inc()
147 volatile u16 *r = &(regs->addr_cmap); in bt431_write_cmap_inc()
182 * Cx = x + D + H - P in bt431_position_cursor()
187 * Cy = y + V - 32 in bt431_position_cursor()
188 * V = scanlines between HSYNCH falling, two or more in bt431_position_cursor()
191 x += 412 - 52; in bt431_position_cursor()
192 y += 68 - 32; in bt431_position_cursor()