Searched refs:p2_01 (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/video/fbdev/sis/
H A Dsis.h634 u8 p2_1f,p2_20,p2_2b,p2_42,p2_43,p2_01,p2_02; member in struct:sis_video_info
H A Dsis_main.c3775 char p2_01, p2_02; local
3777 p2_01 = ivideo->p2_01;
3780 p2_01 += val;
3783 while((p2_01 <= 0) || (p2_02 <= 0)) {
3784 p2_01 += 2;
3788 SiS_SetReg(SISPART2, 0x01, p2_01);
3870 ivideo->p2_01 = SiS_GetReg(SISPART2, 0x01);

Completed in 289 milliseconds