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

/u-boot/drivers/pci/
H A Dpci-uclass.c382 static int pci_read_config(pci_dev_t bdf, int offset, unsigned long *valuep, function
411 ret = pci_read_config(bdf, offset, &value, PCI_SIZE_32);
424 ret = pci_read_config(bdf, offset, &value, PCI_SIZE_16);
437 ret = pci_read_config(bdf, offset, &value, PCI_SIZE_8);

Completed in 46 milliseconds