Lines Matching refs:WSFR
386 static void WSFR(struct cirrusfb_info *cinfo, unsigned char val);
1457 WSFR(cinfo, 0x01); in init_vgachip()
1459 WSFR(cinfo, 0x51); in init_vgachip()
1468 WSFR(cinfo, 0x1f); in init_vgachip()
1470 WSFR(cinfo, 0x4f); in init_vgachip()
1680 WSFR(cinfo, 0xff); in switch_monitor()
1686 WSFR(cinfo, cinfo->SFR | 0x21); in switch_monitor()
1689 WSFR(cinfo, cinfo->SFR | 0x28); in switch_monitor()
1692 WSFR(cinfo, 0x6f); in switch_monitor()
1699 WSFR(cinfo, cinfo->SFR & 0xde); in switch_monitor()
1702 WSFR(cinfo, cinfo->SFR & 0xd7); in switch_monitor()
1705 WSFR(cinfo, 0x4f); in switch_monitor()
2505 static void WSFR(struct cirrusfb_info *cinfo, unsigned char val) in WSFR() function