Lines Matching refs:WSFR
387 static void WSFR(struct cirrusfb_info *cinfo, unsigned char val);
1458 WSFR(cinfo, 0x01); in init_vgachip()
1460 WSFR(cinfo, 0x51); in init_vgachip()
1469 WSFR(cinfo, 0x1f); in init_vgachip()
1471 WSFR(cinfo, 0x4f); in init_vgachip()
1681 WSFR(cinfo, 0xff); in switch_monitor()
1687 WSFR(cinfo, cinfo->SFR | 0x21); in switch_monitor()
1690 WSFR(cinfo, cinfo->SFR | 0x28); in switch_monitor()
1693 WSFR(cinfo, 0x6f); in switch_monitor()
1700 WSFR(cinfo, cinfo->SFR & 0xde); in switch_monitor()
1703 WSFR(cinfo, cinfo->SFR & 0xd7); in switch_monitor()
1706 WSFR(cinfo, 0x4f); in switch_monitor()
2509 static void WSFR(struct cirrusfb_info *cinfo, unsigned char val) in WSFR() function