Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h373 #define PCI_EA_ES 0x00000007 /* Entry Size */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h374 #define PCI_EA_ES 0x00000007 /* Entry Size */ macro
/openbmc/linux/drivers/pci/
H A Dpci.c3361 ent_size = ((dw0 & PCI_EA_ES) + 1) << 2; in pci_ea_read()