Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dpci_regs.h363 #define PCI_EA_ES 0x00000007 /* Entry Size */ macro
/linux-4.4.14/drivers/pci/
Dpci.c2285 ent_size = ((dw0 & PCI_EA_ES) + 1) << 2; in pci_ea_read()