Searched refs:pci_write_config16 (Results 1 - 4 of 4) sorted by relevance

/u-boot/arch/x86/cpu/qemu/
H A Dqemu.c37 pci_write_config16(PIIX_PM, PCI_COMMAND, cmd);
82 pci_write_config16(PIIX_IDE, IDE0_TIM, IDE_DECODE_EN);
83 pci_write_config16(PIIX_IDE, IDE1_TIM, IDE_DECODE_EN);
88 pci_write_config16(PIIX_ISA, XBCS, xbcs);
/u-boot/arch/x86/cpu/apollolake/
H A Dlpc.c113 pci_write_config16(PCH_DEV_LPC, LPC_IO_DECODE, com_ranges);
/u-boot/include/
H A Dpci.h1117 int pci_write_config16(pci_dev_t pcidev, int offset, u16 value);
1207 return pci_write_config16(pcidev, offset, value);
/u-boot/drivers/pci/
H A Dpci-uclass.c340 int pci_write_config16(pci_dev_t bdf, int offset, u16 value) function

Completed in 106 milliseconds