Searched refs:WSFR (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/video/fbdev/ |
D | cirrusfb.c | 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() [all …]
|