Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/pci/
H A Dpci_x86.c13 .write_config = pci_x86_write_config,
/openbmc/u-boot/arch/x86/include/asm/
H A Dpci.h23 int pci_x86_write_config(struct udevice *bus, pci_dev_t bdf, uint offset,
/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Dsdram.c287 pci_x86_write_config(bus, PCH_DEV_LPC, LPC_IO_DEC, 1 << 4, PCI_SIZE_16); in board_debug_uart_init()
289 pci_x86_write_config(bus, PCH_DEV_LPC, LPC_EN, COMA_LPC_EN, in board_debug_uart_init()
/openbmc/u-boot/arch/x86/cpu/
H A Dpci.c38 int pci_x86_write_config(struct udevice *bus, pci_dev_t bdf, uint offset, in pci_x86_write_config() function
/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dcpu.c202 pci_x86_write_config(NULL, PCH_LPC_DEV, LPC_EN, COMA_LPC_EN, in board_debug_uart_init()