Searched refs:t_outb (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/video/fbdev/ |
D | tridentfb.c | 157 static inline void t_outb(struct tridentfb_par *p, u8 val, u16 reg) in t_outb() function 278 t_outb(par, x, 0x2125); in xp_init_accel() 284 t_outb(par, 3, 0x2126); in xp_init_accel() 300 t_outb(par, 0x00, STATUS); in xp_wait_engine() 316 t_outb(par, 0x01, OLDCMD); in xp_fill_rect() 317 t_outb(par, par->eng_oper, 0x2125); in xp_fill_rect() 345 t_outb(par, ROP_S, 0x2127); in xp_copy_rect() 349 t_outb(par, 0x01, OLDCMD); in xp_copy_rect() 451 t_outb(par, ROP_P, 0x2127); in tgui_fill_rect() 456 t_outb(par, 1, OLDCMD); in tgui_fill_rect() [all …]
|