Home
last modified time | relevance | path

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

/external/coreboot/src/soc/intel/meteorlake/
Duart.c8 PCI_DEVFN_UART1,
Dchip.c109 case PCI_DEVFN_UART1: return "UAR1"; in soc_acpi_name()
Dacpi.c207 { PCI_DEVFN_UART1, ACPI_DEVICE_SLEEP_D3 },
Dfsp_params.c195 FIXED_INT_ANY_PIRQ(PCI_DEVFN_UART1, PCI_INT_B),
293 PCI_DEVFN_UART1,
/external/coreboot/src/soc/intel/meteorlake/include/soc/
Dpci_devs.h183 #define PCI_DEVFN_UART1 _PCI_DEVFN(SIO2, 1) macro