Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/
Dpci_regs.h406 #define PCI_EA_ENABLE 0x80000000 /* Enable for this entry */ macro
/linux-6.6.21/drivers/pci/
Dpci.c3320 if (!(dw0 & PCI_EA_ENABLE)) /* Entry not enabled */ in pci_ea_read()