| /src/sys/dev/pci/ |
| amdccp_pci.c | 112 type = pci_mapreg_type(pa->pa_pc, pa->pa_tag, AMDCCP_MEM_BAR); 113 if (PCI_MAPREG_TYPE(type) != PCI_MAPREG_TYPE_MEM) {
|
| if_malo_pci.c | 116 memtype1 = pci_mapreg_type(pa->pa_pc, pa->pa_tag, MALO_PCI_BAR1); 135 memtype2 = pci_mapreg_type(pa->pa_pc, pa->pa_tag, MALO_PCI_BAR1);
|
| if_eqos_pci.c | 120 memtype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, PCI_BAR0);
|
| mpt_pci.c | 150 memtype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, MPT_PCI_MMBA);
|
| pwdog.c | 87 memtype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, PCI_MAPREG_START);
|
| siisata_pci.c | 178 memtype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, SIISATA_PCI_BAR0); 198 memtype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, SIISATA_PCI_BAR1);
|
| ahcisata_pci.c | 282 pcireg_t memtype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, bar); 400 pcireg_t memtype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, bar);
|
| ibmcd.c | 106 memtype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, PCI_MAPREG_START);
|
| if_ath_pci.c | 176 mem_type = pci_mapreg_type(pc, pa->pa_tag, ATH_PCI_MMBA);
|
| if_bwi_pci.c | 145 memtype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, BWI_PCI_BAR0);
|
| if_hme_pci.c | 149 type = pci_mapreg_type(pa->pa_pc, pa->pa_tag, PCI_HME_BASEADDR);
|
| if_ral_pci.c | 204 memtype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, RAL_PCI_BAR0);
|
| if_sf_pci.c | 199 reg = pci_mapreg_type(pa->pa_pc, pa->pa_tag, SF_PCI_MEMBA);
|
| mfi_pci.c | 219 csr = pci_mapreg_type(pa->pa_pc, pa->pa_tag, regbar);
|
| hdaudio_pci.c | 149 maptype = pci_mapreg_type(sc->sc_pc, sc->sc_tag, reg);
|
| if_athn_pci.c | 185 memtype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, ATHN_PCI_MMBA);
|
| if_re_pci.c | 213 memtype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, RTK_PCI_LOMEM);
|
| pcivar.h | 299 pcireg_t pci_mapreg_type(pci_chipset_tag_t, pcitag_t, int);
|
| xhci_pci.c | 156 memtype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, PCI_CBMEM); 157 if (PCI_MAPREG_TYPE(memtype) != PCI_MAPREG_TYPE_MEM) {
|
| ciss_pci.c | 179 memtype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, CISS_BAR);
|
| nvme_pci.c | 172 memtype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, NVME_PCI_BAR); 173 if (PCI_MAPREG_TYPE(memtype) != PCI_MAPREG_TYPE_MEM) {
|
| /src/sys/external/bsd/drm2/pci/ |
| drm_pci.c | 97 pci_mapreg_type(pa->pa_pc, pa->pa_tag, reg);
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_bios.c | 119 pci_mapreg_type(adev->pdev->pd_pa.pa_pc,
|
| /src/sys/arch/arm/cortex/ |
| gic_v2m.c | 301 error = pci_mapreg_submap(pa, bar, pci_mapreg_type(pa->pa_pc, pa->pa_tag, bar),
|
| /src/sys/arch/x86/pci/ |
| dwiic_pci.c | 236 memtype = pci_mapreg_type(pa->pa_pc, pa->pa_tag, PCI_BAR0);
|