Home
last modified time | relevance | path

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

/external/coreboot/src/soc/intel/apollolake/
Duart.c16 PCI_DEVFN_INVALID,
/external/coreboot/src/include/device/
Dpci_type.h20 #define PCI_DEVFN_INVALID (0xffffffffU) macro
/external/coreboot/src/soc/intel/common/block/uart/
Duart.c61 if (devfn == PCI_DEVFN_INVALID) in uart_console_get_pci_bdf()