Searched refs:dm_pci_write_config (Results 1 – 4 of 4) sorted by relevance
| /u-boot/arch/x86/cpu/intel_common/ |
| A D | p2sb.c | 80 dm_pci_write_config(dev, P2SB_HPTC, P2SB_HPTC_ADDRESS_SELECT_0 | in p2sb_spl_init()
|
| /u-boot/cmd/ |
| A D | pci.c | 598 dm_pci_write_config(dev, addr, i, size); in pci_cfg_modify() 760 ret = dm_pci_write_config(dev, addr, value, size); in do_pci()
|
| /u-boot/drivers/pci/ |
| A D | pci-uclass.c | 317 int dm_pci_write_config(struct udevice *dev, int offset, unsigned long value, in dm_pci_write_config() function 345 return dm_pci_write_config(dev, offset, value, PCI_SIZE_8); in dm_pci_write_config8() 350 return dm_pci_write_config(dev, offset, value, PCI_SIZE_16); in dm_pci_write_config16() 355 return dm_pci_write_config(dev, offset, value, PCI_SIZE_32); in dm_pci_write_config32()
|
| /u-boot/include/ |
| A D | pci.h | 1159 int dm_pci_write_config(struct udevice *dev, int offset, unsigned long value,
|
Completed in 19 milliseconds