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

/u-boot/arch/x86/cpu/intel_common/
H A Dp2sb.c80 dm_pci_write_config(dev, P2SB_HPTC, P2SB_HPTC_ADDRESS_SELECT_0 |
/u-boot/cmd/
H A Dpci.c434 dm_pci_write_config(dev, addr, i, size);
607 ret = dm_pci_write_config(dev, addr, value, size);
/u-boot/drivers/pci/
H A Dpci-uclass.c324 int dm_pci_write_config(struct udevice *dev, int offset, unsigned long value, function
352 return dm_pci_write_config(dev, offset, value, PCI_SIZE_8);
357 return dm_pci_write_config(dev, offset, value, PCI_SIZE_16);
362 return dm_pci_write_config(dev, offset, value, PCI_SIZE_32);
/u-boot/include/
H A Dpci.h1096 int dm_pci_write_config(struct udevice *dev, int offset, unsigned long value,

Completed in 239 milliseconds