Searched refs:gentry (Results 1 - 1 of 1) sorted by last modified time

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_driver.c2203 struct mtrr_gentry gentry; local in function:i830_fixup_mtrrs
2207 for (gentry.regnum = 0; ioctl (fd, MTRRIOC_GET_ENTRY, &gentry) == 0;
2208 ++gentry.regnum) {
2210 if (gentry.size < 1) {
2219 if (gentry.base == pI830->LinearAddr &&
2220 gentry.size < pI830->FbMapSize) {
2224 gentry.base, gentry.size);
2226 sentry.base = gentry
[all...]

Completed in 4 milliseconds