Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dpci_regs.h375 #define PCI_EA_ES 0x00000007 /* Entry Size */ macro
/linux/drivers/pci/
H A Dpci.c3339 ent_size = (FIELD_GET(PCI_EA_ES, dw0) + 1) << 2; in pci_ea_read()