Searched refs:attbase (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/agp/ |
H A D | agp_ali.c | 98 u_int32_t attbase; in agp_ali_attach() local 127 attbase = pci_read_config(dev, AGP_ALI_ATTBASE, 4); in agp_ali_attach() 129 (attbase & 0xfff), 4); in agp_ali_attach() 141 u_int32_t attbase; in agp_ali_detach() local 150 attbase = pci_read_config(dev, AGP_ALI_ATTBASE, 4); in agp_ali_detach() 151 pci_write_config(dev, AGP_ALI_ATTBASE, attbase & 0xfff, 4); in agp_ali_detach() 192 u_int32_t attbase; in agp_ali_set_aperture() local 200 attbase = pci_read_config(dev, AGP_ALI_ATTBASE, 4); in agp_ali_set_aperture() 201 pci_write_config(dev, AGP_ALI_ATTBASE, (attbase & ~0xf) | i, 4); in agp_ali_set_aperture()
|