Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h411 #define PCI_EA_FIELD_MASK 0xfffffffc /* For Base & Max Offset */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h412 #define PCI_EA_FIELD_MASK 0xfffffffc /* For Base & Max Offset */ macro
/openbmc/linux/drivers/pci/
H A Dpci.c3392 start = (base & PCI_EA_FIELD_MASK); in pci_ea_read()