Searched refs:p2_20 (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/video/fbdev/sis/ |
H A D | sis.h | 634 u8 p2_1f,p2_20,p2_2b,p2_42,p2_43,p2_01,p2_02; member
|
H A D | sis_main.c | 3717 u8 p2_1f,p2_20,p2_2b,p2_42,p2_43; in sisfb_set_TVxposoffset() local 3721 p2_20 = ivideo->p2_20; in sisfb_set_TVxposoffset() 3726 temp = p2_1f | ((p2_20 & 0xf0) << 4); in sisfb_set_TVxposoffset() 3729 p2_20 = (temp & 0xf00) >> 4; in sisfb_set_TVxposoffset() 3736 SiS_SetRegANDOR(SISPART2, 0x20, 0x0F, p2_20); in sisfb_set_TVxposoffset() 3866 ivideo->p2_20 = SiS_GetReg(SISPART2, 0x20); in sisfb_post_setmode()
|