Searched refs:p2_42 (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/drivers/video/sis/ |
D | sis.h | 568 u8 p2_1f,p2_20,p2_2b,p2_42,p2_43,p2_01,p2_02; member
|
D | sis_main.c | 3720 u8 p2_1f,p2_20,p2_2b,p2_42,p2_43; in sisfb_set_TVxposoffset() local 3726 p2_42 = ivideo->p2_42; in sisfb_set_TVxposoffset() 3734 temp = p2_43 | ((p2_42 & 0xf0) << 4); in sisfb_set_TVxposoffset() 3737 p2_42 = (temp & 0xf00) >> 4; in sisfb_set_TVxposoffset() 3741 SiS_SetRegANDOR(SISPART2, 0x42, 0x0F, p2_42); in sisfb_set_TVxposoffset() 3871 ivideo->p2_42 = SiS_GetReg(SISPART2, 0x42); in sisfb_post_setmode()
|