Home
last modified time | relevance | path

Searched refs:PCI_CONF_ALL (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/dev/pci/
H A Dpciconf.h81 #define PCI_CONF_ALL 0x01ff macro
/netbsd-src/sys/arch/landisk/landisk/
H A Dshpcic_machdep.c186 return (PCI_CONF_ALL & ~PCI_CONF_MAP_ROM); in landisk_pci_conf_hook()
/netbsd-src/sys/arch/powerpc/pci/
H A Dpci_machdep_ofw.c478 return (PCI_CONF_ALL & ~PCI_CONF_MAP_MEM); in genofw_pci_conf_hook()
498 return (PCI_CONF_ALL & ~PCI_CONF_MAP_IO); in genofw_pci_conf_hook()
/netbsd-src/sys/arch/prep/pci/
H A Dpci_machdep.c303 return (PCI_CONF_ALL & ~PCI_CONF_MAP_MEM); in prep_pci_conf_hook()
/netbsd-src/sys/arch/arm/gemini/
H A Dgemini_pci.c232 rv = PCI_CONF_ALL; in gemini_pci_conf_hook()