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

/freebsd-11-stable/sys/dev/agp/
H A Dagpreg.h319 #define AGP_I965_PGTBL_CTL2 0x20c4 macro
H A Dagp_i810.c841 device_printf(dev, "AGP_I965_PGTBL_CTL2: %08x\n",
842 bus_read_4(sc->sc_res[0], AGP_I965_PGTBL_CTL2));
1135 pgetbl_ctl2 = bus_read_4(sc->sc_res[0], AGP_I965_PGTBL_CTL2);
1137 bus_write_4(sc->sc_res[0], AGP_I965_PGTBL_CTL2, pgetbl_ctl2);

Completed in 107 milliseconds