Searched refs:pci_read_config (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/drivers/pci/ |
| H A D | pci-uclass.c | 488 int pci_read_config(pci_dev_t bdf, int offset, unsigned long *valuep, in pci_read_config() function 517 ret = pci_read_config(bdf, offset, &value, PCI_SIZE_32); in pci_read_config32() 530 ret = pci_read_config(bdf, offset, &value, PCI_SIZE_16); in pci_read_config16() 543 ret = pci_read_config(bdf, offset, &value, PCI_SIZE_8); in pci_read_config8()
|
| /rk3399_rockchip-uboot/doc/driver-model/ |
| H A D | pci-info.txt | 7 Any config read will end up at pci_read_config(). This uses
|