Searched refs:x86_pci_write_config32 (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/arch/x86/cpu/baytrail/ |
H A D | early_uart.c | 52 static void x86_pci_write_config32(int dev, unsigned int where, u32 value) in x86_pci_write_config32() function 64 x86_pci_write_config32(PCI_DEV_CONFIG(0, LPC_DEV, LPC_FUNC), UART_CONT, in setup_internal_uart()
|
/openbmc/u-boot/arch/x86/cpu/braswell/ |
H A D | early_uart.c | 47 static void x86_pci_write_config32(int dev, unsigned int where, u32 value) in x86_pci_write_config32() function 59 x86_pci_write_config32(PCI_DEV_CONFIG(0, LPC_DEV, LPC_FUNC), UART_CONT, in setup_internal_uart()
|