Searched refs:pgetbl_ctl (Results 1 – 1 of 1) sorted by relevance
1093 uint32_t pgetbl_ctl; in agp_i965_get_gtt_total_entries() local1098 pgetbl_ctl = bus_read_4(sc->sc_res[0], AGP_I810_PGTBL_CTL); in agp_i965_get_gtt_total_entries()1099 switch (pgetbl_ctl & AGP_I810_PGTBL_SIZE_MASK) { in agp_i965_get_gtt_total_entries()1130 uint32_t pgetbl_ctl, pgetbl_ctl2; in agp_gen5_adjust_pgtbl_size() local1140 pgetbl_ctl = bus_read_4(sc->sc_res[0], AGP_I810_PGTBL_CTL); in agp_gen5_adjust_pgtbl_size()1141 pgetbl_ctl &= ~AGP_I810_PGTBL_SIZE_MASK; in agp_gen5_adjust_pgtbl_size()1142 pgetbl_ctl |= sz; in agp_gen5_adjust_pgtbl_size()1143 bus_write_4(sc->sc_res[0], AGP_I810_PGTBL_CTL, pgetbl_ctl); in agp_gen5_adjust_pgtbl_size()