/openbmc/u-boot/drivers/pci/ |
H A D | pci_sandbox.c | 73 if (!ops || !ops->read_config) in sandbox_pci_read_config() 76 return ops->read_config(emul, offset, valuep, size); in sandbox_pci_read_config() 115 .read_config = sandbox_pci_read_config,
|
H A D | pci_x86.c | 12 .read_config = pci_x86_read_config,
|
H A D | pcie_ecam_generic.c | 126 .read_config = pci_generic_ecam_read_config,
|
H A D | pcie_xilinx.c | 162 .read_config = pcie_xilinx_read_config,
|
H A D | pci-rcar-gen2.c | 246 .read_config = rcar_gen2_pci_read_config,
|
H A D | pci-uclass.c | 345 if (!ops->read_config) in pci_bus_read_config() 347 return ops->read_config(bus, bdf, offset, valuep, size); in pci_bus_read_config() 1460 .read_config = pci_bridge_read_config,
|
H A D | pcie_dw_mvebu.c | 565 .read_config = pcie_dw_mvebu_read_config,
|
H A D | pcie_aspeed.c | 475 .read_config = pcie_aspeed_read_config,
|
H A D | pcie_intel_fpga.c | 413 .read_config = pcie_intel_fpga_read_config,
|
H A D | pci-aardvark.c | 671 .read_config = pcie_advk_read_config,
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | eeh_pe.c | 649 eeh_ops->read_config(edev, cap + PCI_EXP_SLTSTA, 2, &val); in eeh_bridge_check_link() 656 eeh_ops->read_config(edev, cap + PCI_EXP_SLTCAP, 2, &val); in eeh_bridge_check_link() 658 eeh_ops->read_config(edev, cap + PCI_EXP_SLTCTL, 2, &val); in eeh_bridge_check_link() 669 eeh_ops->read_config(edev, cap + PCI_EXP_LNKCTL, 2, &val); in eeh_bridge_check_link() 686 eeh_ops->read_config(edev, cap + PCI_EXP_LNKSTA, 2, &val); in eeh_bridge_check_link() 752 eeh_ops->read_config(edev, PCI_COMMAND, 4, &cmd); in eeh_restore_device_bars()
|
H A D | eeh.c | 182 eeh_ops->read_config(edev, PCI_VENDOR_ID, 4, &cfg); in eeh_dump_dev_log() 186 eeh_ops->read_config(edev, PCI_COMMAND, 4, &cfg); in eeh_dump_dev_log() 192 eeh_ops->read_config(edev, PCI_SEC_STATUS, 2, &cfg); in eeh_dump_dev_log() 196 eeh_ops->read_config(edev, PCI_BRIDGE_CONTROL, 2, &cfg); in eeh_dump_dev_log() 204 eeh_ops->read_config(edev, cap, 4, &cfg); in eeh_dump_dev_log() 208 eeh_ops->read_config(edev, cap+4, 4, &cfg); in eeh_dump_dev_log() 220 eeh_ops->read_config(edev, cap+4*i, 4, &cfg); in eeh_dump_dev_log() 247 eeh_ops->read_config(edev, cap+4*i, 4, &cfg); in eeh_dump_dev_log() 901 eeh_ops->read_config(edev, i * 4, 4, &edev->config_space[i]); in eeh_save_bars()
|
/openbmc/linux/arch/powerpc/platforms/powernv/ |
H A D | eeh-powernv.c | 818 eeh_ops->read_config(edev, aer + PCI_ERR_UNCOR_MASK, in __pnv_eeh_bridge_reset() 825 eeh_ops->read_config(edev, PCI_BRIDGE_CONTROL, 2, &ctrl); in __pnv_eeh_bridge_reset() 832 eeh_ops->read_config(edev, PCI_BRIDGE_CONTROL, 2, &ctrl); in __pnv_eeh_bridge_reset() 840 eeh_ops->read_config(edev, aer + PCI_ERR_UNCOR_MASK, in __pnv_eeh_bridge_reset() 916 eeh_ops->read_config(edev, pos, 2, &status); in pnv_eeh_wait_for_pending() 937 eeh_ops->read_config(edev, edev->pcie_cap + PCI_EXP_DEVCAP, 4, ®); in pnv_eeh_do_flr() 947 eeh_ops->read_config(edev, edev->pcie_cap + PCI_EXP_DEVCTL, in pnv_eeh_do_flr() 955 eeh_ops->read_config(edev, edev->pcie_cap + PCI_EXP_DEVCTL, in pnv_eeh_do_flr() 975 eeh_ops->read_config(edev, edev->af_cap + PCI_AF_CAP, 1, &cap); in pnv_eeh_do_af_flr() 1636 .read_config = pnv_eeh_read_config,
|
/openbmc/linux/scripts/kconfig/ |
H A D | streamline_config.pl | 102 sub read_config { subroutine 125 my @config_file = read_config;
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | streamline_config.pl | 104 sub read_config { subroutine 127 my @config_file = read_config;
|
/openbmc/openbmc/poky/meta/recipes-devtools/mtools/mtools/ |
H A D | disable-hardcoded-configs.patch | 17 @@ -868,14 +868,6 @@ void read_config(void)
|
/openbmc/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/ |
H A D | dram.c | 39 writel(dram->rdconfig, &emc->read_config); in ddr_init()
|
/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/ |
H A D | emc.h | 19 u32 read_config; /* Configures the dyn memory read strategy */ member
|
/openbmc/u-boot/tools/buildman/ |
H A D | builder.py | 655 read_config, read_environment): argument 717 if read_config: 734 read_config, read_environment): argument 781 read_func_sizes, read_config, 1420 read_config=self._show_config,
|
/openbmc/linux/drivers/pci/controller/ |
H A D | pcie-mt7621.c | 144 static u32 read_config(struct mt7621_pcie *pcie, unsigned int dev, u32 reg) in read_config() function 420 val = read_config(pcie, slot, PCIE_FTS_NUM); in mt7621_pcie_enable_port()
|
/openbmc/linux/drivers/media/usb/dvb-usb-v2/ |
H A D | dvb_usb.h | 252 int (*read_config) (struct dvb_usb_device *d); member
|
/openbmc/u-boot/drivers/misc/ |
H A D | swap_case.c | 297 .read_config = sandbox_swap_case_read_config,
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | eeh.h | 225 int (*read_config)(struct eeh_dev *edev, int where, int size, u32 *val); member
|
/openbmc/u-boot/include/ |
H A D | pci.h | 871 int (*read_config)(struct udevice *bus, pci_dev_t bdf, uint offset, member 1479 int (*read_config)(struct udevice *dev, uint offset, ulong *valuep, member
|
/openbmc/qemu/block/ |
H A D | blkdebug.c | 280 static int read_config(BDRVBlkdebugState *s, const char *filename, in read_config() function 490 ret = read_config(s, s->config_file, options, errp); in blkdebug_open()
|