Lines Matching refs:WSFR
387 static void WSFR(struct cirrusfb_info *cinfo, unsigned char val);
1459 WSFR(cinfo, 0x01); in init_vgachip()
1461 WSFR(cinfo, 0x51); in init_vgachip()
1470 WSFR(cinfo, 0x1f); in init_vgachip()
1472 WSFR(cinfo, 0x4f); in init_vgachip()
1682 WSFR(cinfo, 0xff); in switch_monitor()
1688 WSFR(cinfo, cinfo->SFR | 0x21); in switch_monitor()
1691 WSFR(cinfo, cinfo->SFR | 0x28); in switch_monitor()
1694 WSFR(cinfo, 0x6f); in switch_monitor()
1701 WSFR(cinfo, cinfo->SFR & 0xde); in switch_monitor()
1704 WSFR(cinfo, cinfo->SFR & 0xd7); in switch_monitor()
1707 WSFR(cinfo, 0x4f); in switch_monitor()
2509 static void WSFR(struct cirrusfb_info *cinfo, unsigned char val) in WSFR() function