Home
last modified time | relevance | path

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

/external/coreboot/src/soc/intel/meteorlake/
Duart.c7 PCI_DEVFN_UART0,
Dchip.c108 case PCI_DEVFN_UART0: return "UAR0"; in soc_acpi_name()
Dacpi.c206 { PCI_DEVFN_UART0, ACPI_DEVICE_SLEEP_D3 },
Dfsp_params.c192 FIXED_INT_ANY_PIRQ(PCI_DEVFN_UART0, PCI_INT_A),
292 PCI_DEVFN_UART0,
/external/coreboot/src/soc/intel/meteorlake/include/soc/
Dpci_devs.h182 #define PCI_DEVFN_UART0 _PCI_DEVFN(SIO2, 0) macro