Lines Matching defs:pSmi
43 SMIPtr pSmi = SMIPTR(pScrn);
44 MSOCRegPtr mode = pSmi->mode;
48 mode->system_ctl.value = READ_SCR(pSmi, SYSTEM_CTL);
68 SMIPtr pSmi = SMIPTR(pScrn);
69 MSOCRegPtr mode = pSmi->mode;
73 mode->system_ctl.value = READ_SCR(pSmi, SYSTEM_CTL);
92 WRITE_SCR(pSmi, SYSTEM_CTL, mode->system_ctl.value);
102 SMIPtr pSmi = SMIPTR(pScrn);
103 MSOCRegPtr mode = pSmi->mode;
108 mode->crt_detect.value = READ_SCR(pSmi, CRT_DETECT);
110 WRITE_SCR(pSmi, CRT_DETECT, mode->crt_detect.value);
111 SMI501_WaitVSync(pSmi, 1);
113 mode->crt_detect.value = READ_SCR(pSmi, CRT_DETECT);
124 WRITE_SCR(pSmi, CRT_DETECT, mode->crt_detect.value);
125 SMI501_WaitVSync(pSmi, 1);
134 SMIPtr pSmi = SMIPTR(pScrn);
155 if (pSmi->Dualhead) {