Home
last modified time | relevance | path

Searched refs:smtc_seqr (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/sm7xxfb/
Dsm7xxfb.c147 smtc_seqw(0x66, (smtc_seqr(0x66) & 0xC3) | 0x10); in sm712_setpalette()
176 smtc_seqw(0x01, (smtc_seqr(0x01) & (~0x20))); in smtc_blank()
179 smtc_seqw(0x21, (smtc_seqr(0x21) & 0x77)); in smtc_blank()
180 smtc_seqw(0x22, (smtc_seqr(0x22) & (~0x30))); in smtc_blank()
181 smtc_seqw(0x23, (smtc_seqr(0x23) & (~0xc0))); in smtc_blank()
182 smtc_seqw(0x24, (smtc_seqr(0x24) | 0x01)); in smtc_blank()
183 smtc_seqw(0x31, (smtc_seqr(0x31) | 0x03)); in smtc_blank()
187 smtc_seqw(0x01, (smtc_seqr(0x01) & (~0x20))); in smtc_blank()
190 smtc_seqw(0x22, (smtc_seqr(0x22) & (~0x30))); in smtc_blank()
191 smtc_seqw(0x23, (smtc_seqr(0x23) & (~0xc0))); in smtc_blank()
[all …]
Dsm7xx.h92 static inline unsigned int smtc_seqr(int reg) in smtc_seqr() function