Searched refs:smtc_seqr (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/drivers/staging/sm7xxfb/ |
H A D | sm7xxfb.c | 147 smtc_seqw(0x66, (smtc_seqr(0x66) & 0xC3) | 0x10); sm712_setpalette() 176 smtc_seqw(0x01, (smtc_seqr(0x01) & (~0x20))); smtc_blank() 179 smtc_seqw(0x21, (smtc_seqr(0x21) & 0x77)); smtc_blank() 180 smtc_seqw(0x22, (smtc_seqr(0x22) & (~0x30))); smtc_blank() 181 smtc_seqw(0x23, (smtc_seqr(0x23) & (~0xc0))); smtc_blank() 182 smtc_seqw(0x24, (smtc_seqr(0x24) | 0x01)); smtc_blank() 183 smtc_seqw(0x31, (smtc_seqr(0x31) | 0x03)); smtc_blank() 187 smtc_seqw(0x01, (smtc_seqr(0x01) & (~0x20))); smtc_blank() 190 smtc_seqw(0x22, (smtc_seqr(0x22) & (~0x30))); smtc_blank() 191 smtc_seqw(0x23, (smtc_seqr(0x23) & (~0xc0))); smtc_blank() 192 smtc_seqw(0x24, (smtc_seqr(0x24) | 0x01)); smtc_blank() 193 smtc_seqw(0x31, ((smtc_seqr(0x31) & (~0x07)) | 0x00)); smtc_blank() 197 smtc_seqw(0x01, (smtc_seqr(0x01) | 0x20)); smtc_blank() 198 smtc_seqw(0x20, (smtc_seqr(0x20) & (~0xB0))); smtc_blank() 201 smtc_seqw(0x21, (smtc_seqr(0x21) | 0x88)); smtc_blank() 202 smtc_seqw(0x22, ((smtc_seqr(0x22) & (~0x30)) | 0x20)); smtc_blank() 203 smtc_seqw(0x23, ((smtc_seqr(0x23) & (~0xc0)) | 0x20)); smtc_blank() 204 smtc_seqw(0x24, (smtc_seqr(0x24) & (~0x01))); smtc_blank() 205 smtc_seqw(0x31, ((smtc_seqr(0x31) & (~0x07)) | 0x00)); smtc_blank() 206 smtc_seqw(0x34, (smtc_seqr(0x34) | 0x80)); smtc_blank() 210 smtc_seqw(0x01, (smtc_seqr(0x01) | 0x20)); smtc_blank() 211 smtc_seqw(0x20, (smtc_seqr(0x20) & (~0xB0))); smtc_blank() 214 smtc_seqw(0x21, (smtc_seqr(0x21) | 0x88)); smtc_blank() 215 smtc_seqw(0x22, ((smtc_seqr(0x22) & (~0x30)) | 0x10)); smtc_blank() 216 smtc_seqw(0x23, ((smtc_seqr(0x23) & (~0xc0)) | 0xD8)); smtc_blank() 217 smtc_seqw(0x24, (smtc_seqr(0x24) & (~0x01))); smtc_blank() 218 smtc_seqw(0x31, ((smtc_seqr(0x31) & (~0x07)) | 0x00)); smtc_blank() 219 smtc_seqw(0x34, (smtc_seqr(0x34) | 0x80)); smtc_blank() 223 smtc_seqw(0x01, (smtc_seqr(0x01) | 0x20)); smtc_blank() 224 smtc_seqw(0x20, (smtc_seqr(0x20) & (~0xB0))); smtc_blank() 227 smtc_seqw(0x21, (smtc_seqr(0x21) | 0x88)); smtc_blank() 228 smtc_seqw(0x22, ((smtc_seqr(0x22) & (~0x30)) | 0x30)); smtc_blank() 229 smtc_seqw(0x23, ((smtc_seqr(0x23) & (~0xc0)) | 0xD8)); smtc_blank() 230 smtc_seqw(0x24, (smtc_seqr(0x24) & (~0x01))); smtc_blank() 231 smtc_seqw(0x31, ((smtc_seqr(0x31) & (~0x07)) | 0x00)); smtc_blank() 232 smtc_seqw(0x34, (smtc_seqr(0x34) | 0x80)); smtc_blank() 960 smtc_seqw(0x20, (smtc_seqr(0x20) | 0xc0)); smtcfb_pci_suspend() 961 smtc_seqw(0x69, (smtc_seqr(0x69) & 0xf7)); smtcfb_pci_suspend() 1003 smtc_seqw(0x34, (smtc_seqr(0x34) | 0xc0)); smtcfb_pci_resume() 1004 smtc_seqw(0x33, ((smtc_seqr(0x33) | 0x08) & 0xfb)); smtcfb_pci_resume()
|
H A D | sm7xx.h | 92 static inline unsigned int smtc_seqr(int reg) smtc_seqr() function
|
Completed in 62 milliseconds