Searched refs:pci_x86_write_config (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/pci/ |
| H A D | pci_x86.c | 14 .write_config = pci_x86_write_config,
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/ |
| H A D | pci.h | 24 int pci_x86_write_config(struct udevice *bus, pci_dev_t bdf, uint offset,
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/broadwell/ |
| H A D | sdram.c | 288 pci_x86_write_config(bus, PCH_DEV_LPC, LPC_IO_DEC, 1 << 4, PCI_SIZE_16); in board_debug_uart_init() 290 pci_x86_write_config(bus, PCH_DEV_LPC, LPC_EN, COMA_LPC_EN, in board_debug_uart_init()
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/ |
| H A D | pci.c | 41 int pci_x86_write_config(struct udevice *bus, pci_dev_t bdf, uint offset, in pci_x86_write_config() function
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/ |
| H A D | cpu.c | 203 pci_x86_write_config(NULL, PCH_LPC_DEV, LPC_EN, COMA_LPC_EN, in board_debug_uart_init()
|