Searched refs:smtc_mmiowb (Results 1 – 2 of 2) sorted by relevance
| /linux-4.1.27/drivers/staging/sm7xxfb/ |
| D | sm7xx.h | 33 #define smtc_mmiowb(dat, reg) writeb(dat, smtc_regbaseaddress + reg) macro 56 smtc_mmiowb(reg, 0x3d4); in smtc_crtcw() 57 smtc_mmiowb(val, 0x3d5); in smtc_crtcw() 62 smtc_mmiowb(reg, 0x3d4); in smtc_crtcr() 68 smtc_mmiowb(reg, 0x3ce); in smtc_grphw() 69 smtc_mmiowb(val, 0x3cf); in smtc_grphw() 74 smtc_mmiowb(reg, 0x3ce); in smtc_grphr() 81 smtc_mmiowb(reg, 0x3c0); in smtc_attrw() 83 smtc_mmiowb(val, 0x3c0); in smtc_attrw() 88 smtc_mmiowb(reg, 0x3c4); in smtc_seqw() [all …]
|
| D | sm7xxfb.c | 149 smtc_mmiowb(regno, dac_reg); in sm712_setpalette() 150 smtc_mmiowb(red >> 10, dac_val); in sm712_setpalette() 151 smtc_mmiowb(green >> 10, dac_val); in sm712_setpalette() 152 smtc_mmiowb(blue >> 10, dac_val); in sm712_setpalette() 490 smtc_mmiowb(0x0, 0x3c6); in sm7xx_set_timing() 494 smtc_mmiowb(vgamode[j].init_misc, 0x3c2); in sm7xx_set_timing() 546 smtc_mmiowb(0x67, 0x3c2); in sm7xx_set_timing()
|