Home
last modified time | relevance | path

Searched refs:PCI_DEVFN_UART2 (Results 1 – 5 of 5) sorted by relevance

/external/coreboot/src/soc/intel/meteorlake/
Duart.c9 PCI_DEVFN_UART2,
Dchip.c110 case PCI_DEVFN_UART2: return "UAR2"; in soc_acpi_name()
Dacpi.c193 { PCI_DEVFN_UART2, ACPI_DEVICE_SLEEP_D3 },
Dfsp_params.c171 DIRECT_IRQ(PCI_DEVFN_UART2),
294 PCI_DEVFN_UART2
/external/coreboot/src/soc/intel/meteorlake/include/soc/
Dpci_devs.h158 #define PCI_DEVFN_UART2 _PCI_DEVFN(SIO1, 2) macro