Home
last modified time | relevance | path

Searched refs:PCI_CBMA (Results 1 – 9 of 9) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dif_fpa.c108 #define PCI_CBMA 0x10 /* Configuration Base Memory Address */ macro
208 if (!pci_map_mem(config_id, PCI_CBMA, &va_csrs, &pa_csrs)) { in pdq_pci_attach()
316 ia->ia_maddr = (void *) (pci_inl(pa, PCI_CBMA) & ~7); in pdq_pci_probe()
317 pci_outl(pa, PCI_CBMA, 0xFFFFFFFF); in pdq_pci_probe()
318 ia->ia_msize = ((~pci_inl(pa, PCI_CBMA)) | 7) + 1; in pdq_pci_probe()
319 pci_outl(pa, PCI_CBMA, (int) ia->ia_maddr); in pdq_pci_probe()
428 memh_valid = (pci_mapreg_map(pa, PCI_CBMA, in pdq_pci_attach()
H A Ddpt_pci.c56 #define PCI_CBMA 0x14 /* Configuration base memory address */ macro
H A Dif_en_pci.c88 #define PCI_CBMA PCI_BAR(0) macro
230 retval = pci_mapreg_map(pa, PCI_CBMA, in en_pci_attach()
H A Dif_tlregs.h35 #define PCI_CBMA 0x14 /* Configuration Base Memory Address */ macro
H A Dif_de.c5331 #define PCI_CBMA 0x14 /* Configuration Base Memory Address */ macro
5465 ia->ia_maddr = (void *) (pci_inl(pa, PCI_CBMA) & ~7); in tulip_probe()
5466 pci_outl(pa, PCI_CBMA, 0xFFFFFFFF); in tulip_probe()
5467 ia->ia_msize = ((~pci_inl(pa, PCI_CBMA)) | 7) + 1; in tulip_probe()
5468 pci_outl(pa, PCI_CBMA, (int) ia->ia_maddr); in tulip_probe()
5773 retval = pci_map_mem(config_id, PCI_CBMA, (vaddr_t *) &csr_base, &pa_csrs); in tulip_pci_attach()
5803 memh_valid = (pci_mapreg_map(pa, PCI_CBMA, in tulip_pci_attach()
H A Dif_tl.c339 memh_valid = (pci_mapreg_map(pa, PCI_CBMA, in tl_pci_attach()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/dec/tulip/
H A Dde4x5.h61 #define PCI_CBMA iobase+0x002c /* PCI Base Memory Address Register */ macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/dec/tulip/
H A Dde4x5.h61 #define PCI_CBMA iobase+0x002c /* PCI Base Memory Address Register */ macro
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/dec/tulip/
H A Dde4x5.h61 #define PCI_CBMA iobase+0x002c /* PCI Base Memory Address Register */ macro