Searched refs:pci_cfg_modify (Results 1 – 1 of 1) sorted by relevance
/u-boot/cmd/ |
A D | pci.c | 550 static int pci_cfg_modify(struct udevice *dev, ulong addr, ulong size, in pci_cfg_modify() function 553 static int pci_cfg_modify(pci_dev_t bdf, ulong addr, ulong size, ulong value, in pci_cfg_modify() 749 ret = pci_cfg_modify(dev, addr, size, value, 0); in do_pci() 754 ret = pci_cfg_modify(dev, addr, size, value, 1); in do_pci()
|
Completed in 4 milliseconds