Searched refs:p2_43 (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 3727 p2_43 = ivideo->p2_43; in sisfb_set_TVxposoffset() 3734 temp = p2_43 | ((p2_42 & 0xf0) << 4); in sisfb_set_TVxposoffset() 3736 p2_43 = temp & 0xff; in sisfb_set_TVxposoffset() 3742 SiS_SetReg(SISPART2, 0x43, p2_43); in sisfb_set_TVxposoffset() 3872 ivideo->p2_43 = SiS_GetReg(SISPART2, 0x43); in sisfb_post_setmode()
|