mem_type          131 dev/pci/if_ath_pci.c 	pcireg_t mem_type;
mem_type          141 dev/pci/if_ath_pci.c 	mem_type = pci_mapreg_type(pc, pa->pa_tag, ATH_BAR0);
mem_type          142 dev/pci/if_ath_pci.c 	if (mem_type != PCI_MAPREG_TYPE_MEM &&
mem_type          143 dev/pci/if_ath_pci.c 	    mem_type != PCI_MAPREG_MEM_TYPE_64BIT) {
mem_type          144 dev/pci/if_ath_pci.c 		printf(": bad PCI register type %d\n", (int)mem_type);
mem_type          147 dev/pci/if_ath_pci.c 	if (mem_type == PCI_MAPREG_MEM_TYPE_64BIT)
mem_type          149 dev/pci/if_ath_pci.c 	if (pci_mapreg_map(pa, ATH_BAR0, mem_type, 0, &iot, &ioh,