| /OK3568_Linux_fs/u-boot/drivers/pci/ |
| H A D | pci_sandbox.c | 48 if (!ops || !ops->read_config) in sandbox_pci_read_config() 51 return ops->read_config(emul, offset, valuep, size); in sandbox_pci_read_config() 55 .read_config = sandbox_pci_read_config,
|
| H A D | pci_x86.c | 13 .read_config = pci_x86_read_config,
|
| H A D | pcie_xilinx.c | 204 .read_config = pcie_xilinx_read_config,
|
| H A D | pci-uclass.c | 326 if (!ops->read_config) in pci_bus_read_config() 328 return ops->read_config(bus, bdf, offset, valuep, size); in pci_bus_read_config() 1246 .read_config = pci_bridge_read_config,
|
| H A D | pcie_dw_mvebu.c | 538 .read_config = pcie_dw_mvebu_read_config,
|
| H A D | pcie_layerscape.c | 587 .read_config = ls_pcie_read_config,
|
| H A D | pcie_dw_rockchip.c | 808 .read_config = rockchip_pcie_rd_conf,
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | eeh_pe.c | 648 eeh_ops->read_config(edev, cap + PCI_EXP_SLTSTA, 2, &val); in eeh_bridge_check_link() 655 eeh_ops->read_config(edev, cap + PCI_EXP_SLTCAP, 2, &val); in eeh_bridge_check_link() 657 eeh_ops->read_config(edev, cap + PCI_EXP_SLTCTL, 2, &val); in eeh_bridge_check_link() 668 eeh_ops->read_config(edev, cap + PCI_EXP_LNKCTL, 2, &val); in eeh_bridge_check_link() 673 eeh_ops->read_config(edev, cap + PCI_EXP_LNKCAP, 4, &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() 912 eeh_ops->read_config(edev, i * 4, 4, &edev->config_space[i]); in eeh_save_bars()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/ |
| H A D | eeh-powernv.c | 817 eeh_ops->read_config(edev, aer + PCI_ERR_UNCOR_MASK, in __pnv_eeh_bridge_reset() 824 eeh_ops->read_config(edev, PCI_BRIDGE_CONTROL, 2, &ctrl); in __pnv_eeh_bridge_reset() 831 eeh_ops->read_config(edev, PCI_BRIDGE_CONTROL, 2, &ctrl); in __pnv_eeh_bridge_reset() 839 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,
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | streamline_config.pl | 102 sub read_config { subroutine 125 my @config_file = read_config;
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | streamline_config.pl | 104 sub read_config { subroutine 127 my @config_file = read_config;
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | streamline_config.pl | 103 sub read_config { subroutine 126 my @config_file = read_config;
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/mtools/mtools/ |
| H A D | disable-hardcoded-configs.patch | 18 @@ -836,14 +836,6 @@ void read_config(void)
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/ |
| H A D | dram.c | 43 writel(dram->rdconfig, &emc->read_config); in ddr_init()
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-lpc32xx/ |
| H A D | emc.h | 20 u32 read_config; /* Configures the dyn memory read strategy */ member
|
| /OK3568_Linux_fs/kernel/drivers/staging/mt7621-pci/ |
| H A D | pci-mt7621.c | 200 static u32 read_config(struct mt7621_pcie *pcie, unsigned int dev, u32 reg) in read_config() function 594 val = read_config(pcie, slot, PCI_COMMAND); in mt7621_pcie_enable_ports() 598 val = read_config(pcie, slot, PCIE_FTS_NUM); in mt7621_pcie_enable_ports()
|
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | builder.py | 611 read_config): argument 671 if read_config: 682 read_config): argument 724 read_func_sizes, read_config) 1310 read_config=self._show_config)
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb-v2/ |
| H A D | dvb_usb.h | 249 int (*read_config) (struct dvb_usb_device *d); member
|
| H A D | dvb_usb_core.c | 856 if (d->props->read_config) { in dvb_usbv2_init() 857 ret = d->props->read_config(d); in dvb_usbv2_init()
|
| H A D | af9035.c | 2010 .read_config = af9035_read_config, 2056 .read_config = af9035_read_config,
|
| /OK3568_Linux_fs/u-boot/drivers/misc/ |
| H A D | swap_case.c | 266 .read_config = sandbox_swap_case_read_config,
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | eeh.h | 225 int (*read_config)(struct eeh_dev *edev, int where, int size, u32 *val); member
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | pci.h | 852 int (*read_config)(struct udevice *bus, pci_dev_t bdf, uint offset, member 1316 int (*read_config)(struct udevice *dev, uint offset, ulong *valuep, member
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/ |
| H A D | eeh_pseries.c | 795 .read_config = pseries_eeh_read_config,
|