Searched refs:pgtblctl (Results 1 – 1 of 1) sorted by relevance
1208 uint32_t pgtblctl; in agp_i830_install_gatt_init() local1214 pgtblctl = bus_read_4(sc->sc_res[0], AGP_I810_PGTBL_CTL); in agp_i830_install_gatt_init()1215 pgtblctl |= 1; in agp_i830_install_gatt_init()1216 bus_write_4(sc->sc_res[0], AGP_I810_PGTBL_CTL, pgtblctl); in agp_i830_install_gatt_init()1218 sc->gatt->ag_physical = pgtblctl & ~1; in agp_i830_install_gatt_init()1337 unsigned int pgtblctl; in agp_i830_deinstall_gatt() local1340 pgtblctl = bus_read_4(sc->sc_res[0], AGP_I810_PGTBL_CTL); in agp_i830_deinstall_gatt()1341 pgtblctl &= ~1; in agp_i830_deinstall_gatt()1342 bus_write_4(sc->sc_res[0], AGP_I810_PGTBL_CTL, pgtblctl); in agp_i830_deinstall_gatt()