Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Dsm712fb.c916 smtc_seqw(0x21, (smtc_seqr(0x21) & 0x77)); in smtc_blank()
918 smtc_seqw(0x31, (smtc_seqr(0x31) | 0x03)); in smtc_blank()
919 smtc_seqw(0x24, (smtc_seqr(0x24) | 0x01)); in smtc_blank()
923 smtc_seqw(0x24, (smtc_seqr(0x24) | 0x01)); in smtc_blank()
936 smtc_seqw(0x01, (smtc_seqr(0x01) | 0x20)); in smtc_blank()
937 smtc_seqw(0x21, (smtc_seqr(0x21) | 0x88)); in smtc_blank()
940 smtc_seqw(0x34, (smtc_seqr(0x34) | 0x80)); in smtc_blank()
949 smtc_seqw(0x01, (smtc_seqr(0x01) | 0x20)); in smtc_blank()
1692 smtc_seqw(0x20, (smtc_seqr(0x20) | 0xc0)); in smtcfb_pci_suspend()
1693 smtc_seqw(0x69, (smtc_seqr(0x69) & 0xf7)); in smtcfb_pci_suspend()
[all …]
H A Dsm712.h68 static inline unsigned int smtc_seqr(int reg) in smtc_seqr() function