Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/video/sis/
Dsis.h568 u8 p2_1f,p2_20,p2_2b,p2_42,p2_43,p2_01,p2_02; member
Dsis_main.c3720 u8 p2_1f,p2_20,p2_2b,p2_42,p2_43; in sisfb_set_TVxposoffset() local
3723 p2_1f = ivideo->p2_1f; in sisfb_set_TVxposoffset()
3729 temp = p2_1f | ((p2_20 & 0xf0) << 4); in sisfb_set_TVxposoffset()
3731 p2_1f = temp & 0xff; in sisfb_set_TVxposoffset()
3738 SiS_SetReg(SISPART2, 0x1f, p2_1f); in sisfb_set_TVxposoffset()
3868 ivideo->p2_1f = SiS_GetReg(SISPART2, 0x1f); in sisfb_post_setmode()