Searched refs:PCI_EA_ES (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/include/uapi/linux/ | ||
| D | pci_regs.h | 371 #define PCI_EA_ES 0x00000007 /* Entry Size */ macro |
| /Linux-v5.4/drivers/pci/ | ||
| D | pci.c | 2911 ent_size = ((dw0 & PCI_EA_ES) + 1) << 2; in pci_ea_read() |