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()
1679 WSFR(cinfo, 0xff); in switch_monitor()
1685 WSFR(cinfo, cinfo->SFR | 0x21); in switch_monitor()
1688 WSFR(cinfo, cinfo->SFR | 0x28); in switch_monitor()
1691 WSFR(cinfo, 0x6f); in switch_monitor()
1698 WSFR(cinfo, cinfo->SFR & 0xde); in switch_monitor()
1701 WSFR(cinfo, cinfo->SFR & 0xd7); in switch_monitor()
1704 WSFR(cinfo, 0x4f); in switch_monitor()
2507 static void WSFR(struct cirrusfb_info *cinfo, unsigned char val) in WSFR() function