Searched refs:pci_read_config (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/cmd/ |
H A D | pci.c | 62 static unsigned long pci_read_config(pci_dev_t dev, int offset, in pci_read_config() function 89 pci_read_config(dev, regs->offset, regs->size)); in pci_show_regs() 513 val = pci_read_config(bdf, addr, size); in pci_cfg_display() 567 val = pci_read_config(bdf, addr, size); in pci_cfg_modify()
|
/openbmc/u-boot/drivers/pci/ |
H A D | pci-uclass.c | 350 int pci_read_config(pci_dev_t bdf, int offset, unsigned long *valuep, in pci_read_config() function 379 ret = pci_read_config(bdf, offset, &value, PCI_SIZE_32); in pci_read_config32() 392 ret = pci_read_config(bdf, offset, &value, PCI_SIZE_16); in pci_read_config16() 405 ret = pci_read_config(bdf, offset, &value, PCI_SIZE_8); in pci_read_config8()
|
/openbmc/linux/arch/mips/pci/ |
H A D | pci-xtalk-bridge.c | 195 static int pci_read_config(struct pci_bus *bus, unsigned int devfn, in pci_read_config() function 294 .read = pci_read_config,
|
/openbmc/u-boot/doc/driver-model/ |
H A D | pci-info.txt | 7 Any config read will end up at pci_read_config(). This uses
|
/openbmc/linux/drivers/pci/ |
H A D | pci-sysfs.c | 666 static ssize_t pci_read_config(struct file *filp, struct kobject *kobj, in pci_read_config() function 810 static BIN_ATTR(config, 0644, pci_read_config, pci_write_config, 0);
|