Searched refs:pci_bus_read_config (Results 1 - 6 of 6) sorted by relevance

/u-boot/arch/x86/cpu/ivybridge/
H A Dcpu.c114 pci_bus_read_config(bus, usb0, PCI_COMMAND, &cmd, PCI_SIZE_32);
121 pci_bus_read_config(bus, usb1, PCI_COMMAND, &cmd, PCI_SIZE_32);
128 pci_bus_read_config(bus, usb3, PCI_COMMAND, &cmd, PCI_SIZE_32);
/u-boot/drivers/pci/
H A Dpci-uclass.c302 ret = pci_bus_read_config(bus, bdf, offset, &val, PCI_SIZE_32);
365 int pci_bus_read_config(const struct udevice *bus, pci_dev_t bdf, int offset, function
392 return pci_bus_read_config(bus, bdf, offset, valuep, size);
402 return pci_bus_read_config(bus, dm_pci_get_bdf(dev), offset, valuep,
886 ret = pci_bus_read_config(bus, bdf, PCI_VENDOR_ID, &vendor,
891 pci_bus_read_config(bus, bdf, PCI_HEADER_TYPE,
899 pci_bus_read_config(bus, bdf, PCI_DEVICE_ID, &device,
901 pci_bus_read_config(bus, bdf, PCI_CLASS_REVISION, &class,
919 pci_bus_read_config(bus, bdf,
1211 return pci_bus_read_config(hos
[all...]
/u-boot/board/gateworks/gw_ventana/
H A Dgw_ventana.c409 pci_bus_read_config(bus, dev, 0x62c, &val, PCI_SIZE_32);
413 pci_bus_read_config(bus, dev, 0x644, &val, PCI_SIZE_32);
/u-boot/drivers/video/
H A Dbroadwell_igd.c563 pci_bus_read_config(bus, PCI_BDF(0, 0, 0), PCI_REVISION_ID, &val,
/u-boot/arch/x86/cpu/broadwell/
H A Dpch.c407 pci_bus_read_config(bus, PCI_BDF(0, 0x2, 0), 0x8, &val, PCI_SIZE_8);
/u-boot/include/
H A Dpci.h1042 * pci_bus_read_config() - Read a configuration value from a device
1054 int pci_bus_read_config(const struct udevice *bus, pci_dev_t bdf, int offset,

Completed in 191 milliseconds