/src/sys/external/bsd/drm2/pci/ |
drmfb_pci.c | 85 for (i = 0; PCI_BAR(i) <= PCI_MAPREG_ROM; i++) { 92 if (!pci_mapreg_probe(pa->pa_pc, pa->pa_tag, PCI_BAR(i), 97 if (pci_mapreg_info(pa->pa_pc, pa->pa_tag, PCI_BAR(i), type,
|
drm_pci.c | 95 const int reg = PCI_BAR(unit);
|
/src/sys/dev/pci/ |
if_mtd_pci.c | 57 #define PCI_IO_MAP_REG PCI_BAR(0) 58 #define PCI_MEM_MAP_REG PCI_BAR(1)
|
cx23885reg.h | 34 #define CX23885_MMBASE PCI_BAR(0)
|
if_wi_pci.c | 69 #define WI_PCI_CBMA PCI_BAR(0) /* Configuration Base Memory Address */ 71 #define WI_PCI_PLX_LOIO PCI_BAR(1) /* PLX chip iobase */ 72 #define WI_PCI_LOMEM PCI_BAR(2) /* ISA membase */ 73 #define WI_PCI_LOIO PCI_BAR(3) /* ISA iobase */
|
if_atw_pci.c | 77 #define ATW_PCI_IOBA PCI_BAR(0) /* i/o mapped base */ 78 #define ATW_PCI_MMBA PCI_BAR(1) /* memory mapped base */
|
if_epic_pci.c | 70 #define EPIC_PCI_IOBA PCI_BAR(0) /* i/o mapped base */ 71 #define EPIC_PCI_MMBA PCI_BAR(1) /* memory mapped base */
|
if_ep_pci.c | 98 #define PCI_CBIO PCI_BAR(0) /* Configuration Base IO Address */
|
if_an_pci.c | 72 #define AN_PCI_IOBA PCI_BAR(2) /* i/o base */
|
if_ex_pci.c | 84 #define PCI_CBIO PCI_BAR(0) /* Configuration Base IO Address */ 86 #define PCI_FUNCMEM PCI_BAR(2)
|
puc.c | 188 bar = pci_conf_read(pa->pa_pc, pa->pa_tag, PCI_BAR(i)); 206 PCI_BAR(i), type, 0,
|
if_rtw_pci.c | 104 #define RTW_PCI_IOBA PCI_BAR(0) /* i/o mapped base */ 105 #define RTW_PCI_MMBA PCI_BAR(1) /* memory mapped base */
|
pci_resource.c | 769 PCI_BAR(pi->pi_bar), 0); 1052 PCI_BAR(pi->pi_bar), 1057 PCI_BAR(pi->pi_bar)); 1061 PCI_BAR(pi->pi_bar), base); 1066 PCI_BAR(pi->pi_bar + 1), base);
|
if_enavar.h | 68 #define ENA_REG_BAR PCI_BAR(0) 69 #define ENA_MEM_BAR PCI_BAR(2)
|
if_ath_pci.c | 91 #define ATH_PCI_MMBA PCI_BAR(0) /* memory mapped base */
|
if_ne_pci.c | 154 #define PCI_CBIO PCI_BAR(0) /* Configuration Base IO Address */
|
if_ral_pci.c | 95 #define RAL_PCI_BAR0 PCI_BAR(0)
|
if_bwi_pci.c | 56 #define BWI_PCI_BAR0 PCI_BAR(0)
|
/src/sys/arch/sparc/sparc/ |
pci_fixup.c | 166 saved = pci_conf_read(NULL, tag, PCI_BAR(i)); 167 pci_conf_write(NULL, tag, PCI_BAR(i), (pcireg_t) ~0x0); 168 val = pci_conf_read(NULL, tag, PCI_BAR(i)); 169 pci_conf_write(NULL, tag, PCI_BAR(i), saved); 175 PCI_BAR(i), saved, val); 394 pci_conf_write(NULL, tag, PCI_BAR(j), 396 val = pci_conf_read(NULL, tag, PCI_BAR(j)); 405 pci_conf_write(NULL, tag, PCI_BAR(j), 409 "mask %08x (io)\n", PCI_BAR(j), 423 pci_conf_write(NULL, tag, PCI_BAR(j) [all...] |
/src/sys/arch/x86/pci/ |
pci_ranges.c | 351 basebar = pci_conf_read(pc, tag, PCI_BAR(bar)); 352 pci_conf_write(pc, tag, PCI_BAR(bar), 0xffffffff); 353 sizebar = pci_conf_read(pc, tag, PCI_BAR(bar)); 354 pci_conf_write(pc, tag, PCI_BAR(bar), basebar); 362 PCI_BAR(bar), basebar, sizebar); 674 basebar = pci_conf_read(pc, tag, PCI_BAR(bar)); 675 pci_conf_write(pc, tag, PCI_BAR(bar), 0xffffffff); 676 sizebar = pci_conf_read(pc, tag, PCI_BAR(bar)); 677 pci_conf_write(pc, tag, PCI_BAR(bar), basebar); 685 PCI_BAR(bar), basebar, sizebar) [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_bios.c | 117 if (pci_mapreg_map(&adev->pdev->pd_pa, PCI_BAR(0), 120 adev->pdev->pd_pa.pa_tag, PCI_BAR(0)),
|
/src/sys/dev/cardbus/ |
if_atw_cardbus.c | 87 #define ATW_PCI_IOBA PCI_BAR(0) /* i/o mapped base */ 88 #define ATW_PCI_MMBA PCI_BAR(1) /* memory mapped base */
|
if_rtw_cardbus.c | 107 #define RTW_PCI_IOBA PCI_BAR(0) /* i/o mapped base */ 108 #define RTW_PCI_MMBA PCI_BAR(1) /* memory mapped base */
|
if_tlp_cardbus.c | 84 #define TULIP_PCI_IOBA PCI_BAR(0) /* i/o mapped base */ 85 #define TULIP_PCI_MMBA PCI_BAR(1) /* memory mapped base */
|
if_ath_cardbus.c | 83 #define ATH_PCI_MMBA PCI_BAR(0) /* memory mapped base */
|