Searched refs:smtc_seqw (Results 1 – 2 of 2) sorted by relevance
/drivers/video/fbdev/ |
D | sm712fb.c | 864 smtc_seqw(0x66, (smtc_seqr(0x66) & 0xC3) | 0x10); in sm712_setpalette() 899 smtc_seqw(0x6a, 0x16); in smtc_blank() 900 smtc_seqw(0x6b, 0x02); in smtc_blank() 903 smtc_seqw(0x6a, 0x0d); in smtc_blank() 904 smtc_seqw(0x6b, 0x02); in smtc_blank() 908 smtc_seqw(0x23, (smtc_seqr(0x23) & (~0xc0))); in smtc_blank() 909 smtc_seqw(0x01, (smtc_seqr(0x01) & (~0x20))); in smtc_blank() 910 smtc_seqw(0x21, (smtc_seqr(0x21) & 0x77)); in smtc_blank() 911 smtc_seqw(0x22, (smtc_seqr(0x22) & (~0x30))); in smtc_blank() 912 smtc_seqw(0x31, (smtc_seqr(0x31) | 0x03)); in smtc_blank() [all …]
|
D | sm712.h | 62 static inline void smtc_seqw(int reg, int val) in smtc_seqw() function 102 #define seqw17() smtc_seqw(0x17, 0x30)
|