Home
last modified time | relevance | path

Searched refs:pci_write_config (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/pci/
H A Dpci-uclass.c285 int pci_write_config(pci_dev_t bdf, int offset, unsigned long value, in pci_write_config() function
311 return pci_write_config(bdf, offset, value, PCI_SIZE_32); in pci_write_config32()
316 return pci_write_config(bdf, offset, value, PCI_SIZE_16); in pci_write_config16()
321 return pci_write_config(bdf, offset, value, PCI_SIZE_8); in pci_write_config8()
/openbmc/linux/arch/mips/pci/
H A Dpci-xtalk-bridge.c284 static int pci_write_config(struct pci_bus *bus, unsigned int devfn, in pci_write_config() function
295 .write = pci_write_config,
/openbmc/linux/drivers/pci/
H A Dpci-sysfs.c767 static ssize_t pci_write_config(struct file *filp, struct kobject *kobj, in pci_write_config() function
836 static BIN_ATTR(config, 0644, pci_read_config, pci_write_config, 0);