Searched refs:PCI_BAR (Results 1 - 25 of 27) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_mtd_pci.c57 #define PCI_IO_MAP_REG PCI_BAR(0)
58 #define PCI_MEM_MAP_REG PCI_BAR(1)
H A Dif_esh_pci.c72 #define PCI_CBIO PCI_BAR(0) /* Configuration Base IO Address */
74 #define MEM_MAP_REG PCI_BAR(0)
H A Dcx23885reg.h34 #define CX23885_MMBASE PCI_BAR(0)
H A Dif_wi_pci.c69 #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 */
H A Dif_atw_pci.c78 #define ATW_PCI_IOBA PCI_BAR(0) /* i/o mapped base */
79 #define ATW_PCI_MMBA PCI_BAR(1) /* memory mapped base */
H A Dif_epic_pci.c71 #define EPIC_PCI_IOBA PCI_BAR(0) /* i/o mapped base */
72 #define EPIC_PCI_MMBA PCI_BAR(1) /* memory mapped base */
H A Dif_an_pci.c73 #define AN_PCI_IOBA PCI_BAR(2) /* i/o base */
H A Dif_ep_pci.c98 #define PCI_CBIO PCI_BAR(0) /* Configuration Base IO Address */
H A Dif_ral_pci.c90 #define RAL_PCI_BAR0 PCI_BAR(0)
H A Dif_ex_pci.c84 #define PCI_CBIO PCI_BAR(0) /* Configuration Base IO Address */
86 #define PCI_FUNCMEM PCI_BAR(2)
H A Dif_rtw_pci.c105 #define RTW_PCI_IOBA PCI_BAR(0) /* i/o mapped base */
106 #define RTW_PCI_MMBA PCI_BAR(1) /* memory mapped base */
H A Dif_ath_pci.c91 #define ATH_PCI_MMBA PCI_BAR(0) /* memory mapped base */
H A Dif_bwi_pci.c57 #define BWI_PCI_BAR0 PCI_BAR(0)
H A Dif_hme_pci.c59 #define PCI_HME_BASEADDR PCI_BAR(0)
H A Dif_ntwoc_pci.c99 #define PCI_CBMA_ASIC PCI_BAR(0) /* Configuration Base Memory Address */
100 #define PCI_CBMA_SCA PCI_BAR(2)
H A Dif_en_pci.c88 #define PCI_CBMA PCI_BAR(0)
H A Dif_le_pci.c107 #define PCI_CBIO PCI_BAR(0) /* Configuration Base IO Address */
H A Dif_ne_pci.c172 #define PCI_CBIO PCI_BAR(0) /* Configuration Base IO Address */
H A Dviaide.c1100 if (pci_mapreg_map(pa, PCI_BAR(5), PCI_MAPREG_TYPE_IO, 0,
1182 if (pci_mapreg_map(pa, PCI_BAR(wdc_cp->ch_channel),
H A Dpcireg.h372 #define PCI_BAR(__n) (PCI_MAPREG_START + 4 * (__n)) macro
/netbsd-6-1-5-RELEASE/sys/arch/x86/pci/
H A Dpci_ranges.c357 basebar = pci_conf_read(pc, tag, PCI_BAR(bar));
358 pci_conf_write(pc, tag, PCI_BAR(bar), 0xffffffff);
359 sizebar = pci_conf_read(pc, tag, PCI_BAR(bar));
360 pci_conf_write(pc, tag, PCI_BAR(bar), basebar);
368 PCI_BAR(bar), basebar, sizebar);
681 basebar = pci_conf_read(pc, tag, PCI_BAR(bar));
682 pci_conf_write(pc, tag, PCI_BAR(bar), 0xffffffff);
683 sizebar = pci_conf_read(pc, tag, PCI_BAR(bar));
684 pci_conf_write(pc, tag, PCI_BAR(bar), basebar);
692 PCI_BAR(ba
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/cardbus/
H A Dif_atw_cardbus.c88 #define ATW_PCI_IOBA PCI_BAR(0) /* i/o mapped base */
89 #define ATW_PCI_MMBA PCI_BAR(1) /* memory mapped base */
H A Dif_rtw_cardbus.c108 #define RTW_PCI_IOBA PCI_BAR(0) /* i/o mapped base */
109 #define RTW_PCI_MMBA PCI_BAR(1) /* memory mapped base */
H A Dif_tlp_cardbus.c85 #define TULIP_PCI_IOBA PCI_BAR(0) /* i/o mapped base */
86 #define TULIP_PCI_MMBA PCI_BAR(1) /* memory mapped base */
H A Dif_ath_cardbus.c84 #define ATH_PCI_MMBA PCI_BAR(0) /* memory mapped base */

Completed in 107 milliseconds

12