Searched refs:p2_20 (Results 1 – 2 of 2) sorted by relevance
/drivers/video/fbdev/sis/ |
D | sis.h | 635 u8 p2_1f,p2_20,p2_2b,p2_42,p2_43,p2_01,p2_02; member
|
D | sis_main.c | 3736 u8 p2_1f,p2_20,p2_2b,p2_42,p2_43; in sisfb_set_TVxposoffset() local 3740 p2_20 = ivideo->p2_20; in sisfb_set_TVxposoffset() 3745 temp = p2_1f | ((p2_20 & 0xf0) << 4); in sisfb_set_TVxposoffset() 3748 p2_20 = (temp & 0xf00) >> 4; in sisfb_set_TVxposoffset() 3755 SiS_SetRegANDOR(SISPART2, 0x20, 0x0F, p2_20); in sisfb_set_TVxposoffset() 3885 ivideo->p2_20 = SiS_GetReg(SISPART2, 0x20); in sisfb_post_setmode()
|