Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci-uclass.c331 int pci_read_config(pci_dev_t bdf, int offset, unsigned long *valuep, in pci_read_config() function
360 ret = pci_read_config(bdf, offset, &value, PCI_SIZE_32); in pci_read_config32()
373 ret = pci_read_config(bdf, offset, &value, PCI_SIZE_16); in pci_read_config16()
386 ret = pci_read_config(bdf, offset, &value, PCI_SIZE_8); in pci_read_config8()
/OK3568_Linux_fs/kernel/arch/mips/pci/
H A Dpci-xtalk-bridge.c194 static int pci_read_config(struct pci_bus *bus, unsigned int devfn, in pci_read_config() function
293 .read = pci_read_config,
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dpci-sysfs.c659 static ssize_t pci_read_config(struct file *filp, struct kobject *kobj, in pci_read_config() function
1276 .read = pci_read_config,
1286 .read = pci_read_config,
/OK3568_Linux_fs/u-boot/doc/driver-model/
H A Dpci-info.txt7 Any config read will end up at pci_read_config(). This uses