Home
last modified time | relevance | path

Searched refs:PCI_EA_ENABLE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h406 #define PCI_EA_ENABLE 0x80000000 /* Enable for this entry */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h407 #define PCI_EA_ENABLE 0x80000000 /* Enable for this entry */ macro
/openbmc/linux/drivers/pci/
H A Dpci.c3363 if (!(dw0 & PCI_EA_ENABLE)) /* Entry not enabled */ in pci_ea_read()