Searched refs:WSFR (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/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() 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() [all …]
|