Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h391 #define PCI_EA_PP 0x0000ff00 /* Primary Properties */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h392 #define PCI_EA_PP 0x0000ff00 /* Primary Properties */ macro
/openbmc/linux/drivers/pci/
H A Dpci.c3367 prop = (dw0 & PCI_EA_PP) >> 8; in pci_ea_read()