Lines Matching refs:pInt

23 #define REG pInt
67 setup_int_vect(xf86Int10InfoPtr pInt) in setup_int_vect() argument
73 MEM_WW(pInt, i << 2, 0); in setup_int_vect()
74 MEM_WW(pInt, (i << 2) + 2, SYS_BIOS >> 4); in setup_int_vect()
77 reset_int_vect(pInt); in setup_int_vect()
79 MEM_WW(pInt, 0x1f << 2, 0xfa6e); in setup_int_vect()
82 MEM_WW(pInt, 0x11 << 2, 0xf84d); in setup_int_vect()
84 MEM_WW(pInt, 0x12 << 2, 0xf841); in setup_int_vect()
86 MEM_WW(pInt, 0x15 << 2, 0xf859); in setup_int_vect()
88 MEM_WW(pInt, 0x1a << 2, 0xff6e); in setup_int_vect()
90 MEM_WW(pInt, 0x05 << 2, 0xff54); in setup_int_vect()
92 MEM_WW(pInt, 0x08 << 2, 0xfea5); in setup_int_vect()
94 MEM_WW(pInt, 0x13 << 2, 0xec59); in setup_int_vect()
96 MEM_WW(pInt, 0x0e << 2, 0xef57); in setup_int_vect()
98 MEM_WW(pInt, 0x17 << 2, 0xefd2); in setup_int_vect()
100 MEM_WW(pInt, 0x1e << 2, 0xefc7); in setup_int_vect()
103 i = MEM_RB(pInt, 0x0410) & 0xCF; in setup_int_vect()
104 MEM_WB(pInt, 0x0410, i); in setup_int_vect()
132 reset_int_vect(xf86Int10InfoPtr pInt) in reset_int_vect() argument
168 MEM_WB(pInt, i + (0x1000 - sizeof(VideoParms)), VideoParms[i]); in reset_int_vect()
169 MEM_WW(pInt, 0x1d << 2, 0x1000 - sizeof(VideoParms)); in reset_int_vect()
170 MEM_WW(pInt, (0x1d << 2) + 2, 0); in reset_int_vect()
172 MEM_WW(pInt, 0x10 << 2, 0xf065); in reset_int_vect()
173 MEM_WW(pInt, (0x10 << 2) + 2, SYS_BIOS >> 4); in reset_int_vect()
174 MEM_WW(pInt, 0x42 << 2, 0xf065); in reset_int_vect()
175 MEM_WW(pInt, (0x42 << 2) + 2, SYS_BIOS >> 4); in reset_int_vect()
176 MEM_WW(pInt, 0x6D << 2, 0xf065); in reset_int_vect()
177 MEM_WW(pInt, (0x6D << 2) + 2, SYS_BIOS >> 4); in reset_int_vect()
181 set_return_trap(xf86Int10InfoPtr pInt) in set_return_trap() argument
187 MEM_WB(pInt, 0x0600, 0xf4); in set_return_trap()
192 xf86Int10AllocPages(pInt, 1, &pInt->stackseg); in set_return_trap()
270 xf86int10GetBiosLocationType(const xf86Int10InfoPtr pInt) in xf86int10GetBiosLocationType() argument
274 EntityInfoPtr pEnt = xf86GetEntityInfo(pInt->entityIndex); in xf86int10GetBiosLocationType()
284 xf86DrvMsg(pInt->pScrn->scrnIndex, X_ERROR, \
291 xf86int10GetBiosSegment(xf86Int10InfoPtr pInt, void *base) in xf86int10GetBiosSegment() argument
297 segments[0] = MEM_RW(pInt, (0x10 << 2) + 2); in xf86int10GetBiosSegment()
298 segments[1] = MEM_RW(pInt, (0x42 << 2) + 2); in xf86int10GetBiosSegment()
309 if (int10_check_bios(pInt->pScrn->scrnIndex, cs, vbiosMem)) { in xf86int10GetBiosSegment()
315 xf86DrvMsg(pInt->pScrn->scrnIndex, X_ERROR, "No V_BIOS found\n"); in xf86int10GetBiosSegment()
319 xf86DrvMsg(pInt->pScrn->scrnIndex, X_INFO, "Primary V_BIOS segment is: 0x%lx\n", in xf86int10GetBiosSegment()
322 pInt->BIOSseg = cs; in xf86int10GetBiosSegment()