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

/freebsd-10.3-release/sys/dev/agp/
H A Dagp_i810.c962 device_printf(dev, "AGP_I810_PGTBL_CTL: %08x\n",
963 bus_read_4(sc->sc_res[0], AGP_I810_PGTBL_CTL));
973 device_printf(dev, "AGP_I810_PGTBL_CTL: %08x\n",
974 bus_read_4(sc->sc_res[0], AGP_I810_PGTBL_CTL));
984 device_printf(dev, "AGP_I810_PGTBL_CTL: %08x\n",
985 bus_read_4(sc->sc_res[0], AGP_I810_PGTBL_CTL));
995 device_printf(dev, "AGP_I810_PGTBL_CTL: %08x\n",
996 bus_read_4(sc->sc_res[0], AGP_I810_PGTBL_CTL));
1091 switch (bus_read_4(sc->sc_res[0], AGP_I810_PGTBL_CTL) &
1338 pgetbl_ctl = bus_read_4(sc->sc_res[0], AGP_I810_PGTBL_CTL);
[all...]
H A Dagpreg.h204 #define AGP_I810_PGTBL_CTL 0x2020 macro

Completed in 60 milliseconds