Searched refs:SFR (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/video/fbdev/
H A Dcirrusfb.c359 unsigned char SFR; /* Shadow of special function register */ member in struct:cirrusfb_info
1688 WSFR(cinfo, cinfo->SFR | 0x21);
1691 WSFR(cinfo, cinfo->SFR | 0x28);
1701 WSFR(cinfo, cinfo->SFR & 0xde);
1704 WSFR(cinfo, cinfo->SFR & 0xd7);
2508 /*** WSFR() - write to the "special function register" (SFR) ***/
2513 cinfo->SFR = val;
2525 cinfo->SFR = val;

Completed in 94 milliseconds