Home
last modified time | relevance | path

Searched refs:PCI_OVERRIDE_CONF_WRITE (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/arch/x86/pci/
Dpci_machdep.c717 if ((ipc->pc_present & PCI_OVERRIDE_CONF_WRITE) == 0) in pci_conf_write()
756 if ((ipc->pc_present & PCI_OVERRIDE_CONF_WRITE) == 0) in pci_conf_write16()
988 case PCI_OVERRIDE_CONF_WRITE: in bit_to_function_pointer()
/netbsd/src/sys/dev/pci/
Dpcivar.h65 , PCI_OVERRIDE_CONF_WRITE = __BIT(1) enumerator