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

/u-boot/drivers/pci/
H A Dpci-uclass.c311 static int pci_write_config(pci_dev_t bdf, int offset, unsigned long value, function
337 return pci_write_config(bdf, offset, value, PCI_SIZE_32);
342 return pci_write_config(bdf, offset, value, PCI_SIZE_16);
347 return pci_write_config(bdf, offset, value, PCI_SIZE_8);

Completed in 104 milliseconds