Home
last modified time | relevance | path

Searched refs:pci_read_config32 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dpci.h1085 int pci_read_config32(pci_dev_t pcidev, int offset, u32 *valuep);
1115 return pci_read_config32(pcidev, offset, valuep); in pci_read_config_dword()
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci-uclass.c355 int pci_read_config32(pci_dev_t bdf, int offset, u32 *valuep) in pci_read_config32() function