Searched refs:read_config (Results 1 – 14 of 14) sorted by relevance
| /rk3399_rockchip-uboot/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 | pcie_dw_mvebu.c | 538 .read_config = pcie_dw_mvebu_read_config,
|
| H A D | pci-uclass.c | 483 if (!ops->read_config) in pci_bus_read_config() 485 return ops->read_config(bus, bdf, offset, valuep, size); in pci_bus_read_config() 1502 .read_config = pci_bridge_read_config,
|
| H A D | pcie_layerscape.c | 587 .read_config = ls_pcie_read_config,
|
| H A D | pci_tegra.c | 1174 .read_config = pci_tegra_read_config,
|
| H A D | pcie_dw_rockchip.c | 1050 .read_config = rockchip_pcie_rd_conf,
|
| /rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/lpc32xx/ |
| H A D | dram.c | 43 writel(dram->rdconfig, &emc->read_config); in ddr_init()
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-lpc32xx/ |
| H A D | emc.h | 20 u32 read_config; /* Configures the dyn memory read strategy */ member
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | streamline_config.pl | 103 sub read_config { subroutine 126 my @config_file = read_config;
|
| /rk3399_rockchip-uboot/drivers/misc/ |
| H A D | swap_case.c | 266 .read_config = sandbox_swap_case_read_config,
|
| /rk3399_rockchip-uboot/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)
|
| /rk3399_rockchip-uboot/include/ |
| H A D | pci.h | 880 int (*read_config)(struct udevice *bus, pci_dev_t bdf, uint offset, member 1476 int (*read_config)(struct udevice *dev, uint offset, ulong *valuep, member
|