Searched refs:smtc_mmiowb (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/video/fbdev/ |
D | sm712.h | 31 #define smtc_mmiowb(dat, reg) writeb(dat, smtc_regbaseaddress + reg) macro 48 smtc_mmiowb(reg, 0x3d4); in smtc_crtcw() 49 smtc_mmiowb(val, 0x3d5); in smtc_crtcw() 54 smtc_mmiowb(reg, 0x3ce); in smtc_grphw() 55 smtc_mmiowb(val, 0x3cf); in smtc_grphw() 61 smtc_mmiowb(reg, 0x3c0); in smtc_attrw() 63 smtc_mmiowb(val, 0x3c0); in smtc_attrw() 68 smtc_mmiowb(reg, 0x3c4); in smtc_seqw() 69 smtc_mmiowb(val, 0x3c5); in smtc_seqw() 74 smtc_mmiowb(reg, 0x3c4); in smtc_seqr()
|
D | sm712fb.c | 807 smtc_mmiowb(regno, dac_reg); in sm712_setpalette() 808 smtc_mmiowb(red >> 10, dac_val); in sm712_setpalette() 809 smtc_mmiowb(green >> 10, dac_val); in sm712_setpalette() 810 smtc_mmiowb(blue >> 10, dac_val); in sm712_setpalette() 1132 smtc_mmiowb(0x0, 0x3c6); in sm7xx_set_timing() 1136 smtc_mmiowb(vgamode[j].init_misc, 0x3c2); in sm7xx_set_timing() 1181 smtc_mmiowb(0x67, 0x3c2); in sm7xx_set_timing()
|