Searched refs:smtc_mmiowb (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/video/fbdev/ |
A D | sm712.h | 27 #define smtc_mmiowb(dat, reg) writeb(dat, smtc_regbaseaddress + reg) macro 44 smtc_mmiowb(reg, 0x3d4); in smtc_crtcw() 45 smtc_mmiowb(val, 0x3d5); in smtc_crtcw() 50 smtc_mmiowb(reg, 0x3ce); in smtc_grphw() 51 smtc_mmiowb(val, 0x3cf); in smtc_grphw() 57 smtc_mmiowb(reg, 0x3c0); in smtc_attrw() 59 smtc_mmiowb(val, 0x3c0); in smtc_attrw() 64 smtc_mmiowb(reg, 0x3c4); in smtc_seqw() 65 smtc_mmiowb(val, 0x3c5); in smtc_seqw() 70 smtc_mmiowb(reg, 0x3c4); in smtc_seqr()
|
A D | sm712fb.c | 867 smtc_mmiowb(regno, dac_reg); in sm712_setpalette() 868 smtc_mmiowb(red >> 10, dac_val); in sm712_setpalette() 869 smtc_mmiowb(green >> 10, dac_val); in sm712_setpalette() 870 smtc_mmiowb(blue >> 10, dac_val); in sm712_setpalette() 1181 smtc_mmiowb(0x0, 0x3c6); in sm7xx_set_timing() 1185 smtc_mmiowb(vgamode[j].init_misc, 0x3c2); in sm7xx_set_timing() 1236 smtc_mmiowb(0x67, 0x3c2); in sm7xx_set_timing()
|
Completed in 5 milliseconds