Home
last modified time | relevance | path

Searched refs:p2_1f (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/video/sis/
Dsis.h568 u8 p2_1f,p2_20,p2_2b,p2_42,p2_43,p2_01,p2_02; member
Dsis_main.c3730 u8 p2_1f,p2_20,p2_2b,p2_42,p2_43; in sisfb_set_TVxposoffset() local
3733 p2_1f = ivideo->p2_1f; in sisfb_set_TVxposoffset()
3739 temp = p2_1f | ((p2_20 & 0xf0) << 4); in sisfb_set_TVxposoffset()
3741 p2_1f = temp & 0xff; in sisfb_set_TVxposoffset()
3748 SiS_SetReg(SISPART2, 0x1f, p2_1f); in sisfb_set_TVxposoffset()
3878 ivideo->p2_1f = SiS_GetReg(SISPART2, 0x1f); in sisfb_post_setmode()