| /openbmc/qemu/hw/arm/ |
| H A D | aspeed_ast2600_rainier.c | 68 AspeedSoCState *soc = bmc->soc; in rainier_bmc_i2c_init() local 71 at24c_eeprom_init(aspeed_i2c_get_bus(&soc->i2c, 0), 0x51, 32 * KiB); in rainier_bmc_i2c_init() 73 aspeed_create_pca9552(soc, 3, 0x61); in rainier_bmc_i2c_init() 75 i2c_slave_create_simple(aspeed_i2c_get_bus(&soc->i2c, 3), "ibm-cffps", in rainier_bmc_i2c_init() 77 i2c_slave_create_simple(aspeed_i2c_get_bus(&soc->i2c, 3), "ibm-cffps", in rainier_bmc_i2c_init() 79 i2c_slave_create_simple(aspeed_i2c_get_bus(&soc->i2c, 3), "ibm-cffps", in rainier_bmc_i2c_init() 81 i2c_slave_create_simple(aspeed_i2c_get_bus(&soc->i2c, 3), "ibm-cffps", in rainier_bmc_i2c_init() 85 i2c_slave_create_simple(aspeed_i2c_get_bus(&soc->i2c, 4), TYPE_TMP105, in rainier_bmc_i2c_init() 87 i2c_slave_create_simple(aspeed_i2c_get_bus(&soc->i2c, 4), TYPE_TMP105, in rainier_bmc_i2c_init() 89 i2c_slave_create_simple(aspeed_i2c_get_bus(&soc->i2c, 4), TYPE_TMP105, in rainier_bmc_i2c_init() [all …]
|
| H A D | aspeed_ast2500_witherspoon.c | 41 AspeedSoCState *soc = bmc->soc; in witherspoon_bmc_i2c_init() local 50 aspeed_i2c_get_bus(&soc->i2c, 3), in witherspoon_bmc_i2c_init() 62 i2c_slave_create_simple(aspeed_i2c_get_bus(&soc->i2c, 3), "ibm-cffps", in witherspoon_bmc_i2c_init() 64 i2c_slave_create_simple(aspeed_i2c_get_bus(&soc->i2c, 3), "ibm-cffps", in witherspoon_bmc_i2c_init() 66 i2c_slave_create_simple(aspeed_i2c_get_bus(&soc->i2c, 3), "dps310", 0x76); in witherspoon_bmc_i2c_init() 68 i2c_slave_create_simple(aspeed_i2c_get_bus(&soc->i2c, 3), "max31785", 0x52); in witherspoon_bmc_i2c_init() 69 i2c_slave_create_simple(aspeed_i2c_get_bus(&soc->i2c, 4), "tmp423", 0x4c); in witherspoon_bmc_i2c_init() 70 i2c_slave_create_simple(aspeed_i2c_get_bus(&soc->i2c, 4), "ir35221", 0x70); in witherspoon_bmc_i2c_init() 71 i2c_slave_create_simple(aspeed_i2c_get_bus(&soc->i2c, 4), "ir35221", 0x71); in witherspoon_bmc_i2c_init() 73 i2c_slave_create_simple(aspeed_i2c_get_bus(&soc->i2c, 5), "tmp423", 0x4c); in witherspoon_bmc_i2c_init() [all …]
|
| H A D | aspeed_ast10x0_evb.c | 32 bmc->soc = ASPEED_SOC(object_new(amc->soc_name)); in aspeed_minibmc_machine_init() 33 object_property_add_child(OBJECT(machine), "soc", OBJECT(bmc->soc)); in aspeed_minibmc_machine_init() 34 object_unref(OBJECT(bmc->soc)); in aspeed_minibmc_machine_init() 35 qdev_connect_clock_in(DEVICE(bmc->soc), "sysclk", sysclk); in aspeed_minibmc_machine_init() 37 object_property_set_link(OBJECT(bmc->soc), "memory", in aspeed_minibmc_machine_init() 40 qdev_realize(DEVICE(bmc->soc), NULL, &error_abort); in aspeed_minibmc_machine_init() 43 aspeed_board_init_flashes(&bmc->soc->fmc, in aspeed_minibmc_machine_init() 48 aspeed_board_init_flashes(&bmc->soc->spi[0], in aspeed_minibmc_machine_init() 52 aspeed_board_init_flashes(&bmc->soc->spi[1], in aspeed_minibmc_machine_init() 69 AspeedSoCState *soc = bmc->soc; in ast1030_evb_i2c_init() local [all …]
|
| /openbmc/u-boot/arch/mips/mach-ath79/include/mach/ |
| H A D | ath79.h | 41 return gd->arch.soc == ATH79_SOC_AR7130 || in soc_is_ar71xx() 42 gd->arch.soc == ATH79_SOC_AR7141 || in soc_is_ar71xx() 43 gd->arch.soc == ATH79_SOC_AR7161; in soc_is_ar71xx() 48 return gd->arch.soc == ATH79_SOC_AR7240 || in soc_is_ar724x() 49 gd->arch.soc == ATH79_SOC_AR7241 || in soc_is_ar724x() 50 gd->arch.soc == ATH79_SOC_AR7242; in soc_is_ar724x() 55 return gd->arch.soc == ATH79_SOC_AR7240; in soc_is_ar7240() 60 return gd->arch.soc == ATH79_SOC_AR7241; in soc_is_ar7241() 65 return gd->arch.soc == ATH79_SOC_AR7242; in soc_is_ar7242() 70 return gd->arch.soc == ATH79_SOC_AR9130 || in soc_is_ar913x() [all …]
|
| /openbmc/u-boot/drivers/usb/common/ |
| H A D | fsl-errata.c | 22 u32 soc = SVR_SOC_VER(svr); in has_dual_phy() local 24 switch (soc) { in has_dual_phy() 51 u32 soc = SVR_SOC_VER(svr); in has_erratum_a005275() local 56 switch (soc) { in has_erratum_a005275() 78 u32 soc = SVR_SOC_VER(svr); in has_erratum_a006261() local 80 switch (soc) { in has_erratum_a006261() 111 u32 soc = SVR_SOC_VER(svr); in has_erratum_a007075() local 113 switch (soc) { in has_erratum_a007075() 139 u32 soc = SVR_SOC_VER(svr); in has_erratum_a007792() local 141 switch (soc) { in has_erratum_a007792() [all …]
|
| /openbmc/u-boot/arch/arm/mach-socfpga/ |
| H A D | qts-filter.sh | 19 soc="$1" 38 ${in_bsp_dir}/generated/iocsr_config_${soc}.h | 45 ${in_bsp_dir}/generated/iocsr_config_${soc}.c | 62 soc="$1" 81 ${in_bsp_dir}/generated/pinmux_config_${soc}.c | 98 soc="$1" 141 soc="$1" 214 soc="$1" 225 ! -d "${out_dir}" -o -z "${soc}" ] ; then 230 process_iocsr_config "${soc}" "${in_qts_dir}" "${in_bsp_dir}" "${out_dir}" [all …]
|
| /openbmc/u-boot/arch/mips/mach-ath79/ |
| H A D | cpu.c | 14 const enum ath79_soc_type soc; member 51 enum ath79_soc_type soc = ATH79_SOC_UNKNOWN; in mach_cpu_init() local 91 soc = desc[i].soc; in mach_cpu_init() 97 gd->arch.soc = soc; in mach_cpu_init() 105 enum ath79_soc_type soc = ATH79_SOC_UNKNOWN; in print_cpuinfo() local 111 if (desc[i].soc == gd->arch.soc) { in print_cpuinfo() 113 soc = desc[i].soc; in print_cpuinfo() 122 switch (soc) { in print_cpuinfo()
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
| H A D | 0035-corstone1000-purge-U-Boot-specific-DT-nodes.patch | 36 + { .node_path = "/soc/mailbox@1b820000" }, 37 + { .node_path = "/soc/mailbox@1b830000" }, 38 + { .node_path = "/soc/mhu@1b000000" }, 39 + { .node_path = "/soc/mhu@1b010000" }, 40 + { .node_path = "/soc/mhu@1b020000" }, 41 + { .node_path = "/soc/mhu@1b030000" }, 42 + { .node_path = "/soc/client" }, 43 + { .node_path = "/soc/extsys@1A010310" },
|
| H A D | 0051-corstone1000-purge-remoteproc-dts-node.patch | 23 { .node_path = "/soc/mhu@1b010000" }, 24 { .node_path = "/soc/mhu@1b020000" }, 25 { .node_path = "/soc/mhu@1b030000" }, 26 - { .node_path = "/soc/client" }, 27 - { .node_path = "/soc/extsys@1A010310" }, 28 + { .node_path = "/soc/remoteproc@1a010310" },
|
| /openbmc/u-boot/drivers/misc/ |
| H A D | stm32_rcc.c | 16 .soc = STM32F42X, 21 .soc = STM32F469, 26 .soc = STM32F7, 35 .soc = STM32MP1, 54 rcc_clk->soc, in stm32_rcc_bind() 67 rcc_clk->soc, in stm32_rcc_bind()
|
| /openbmc/u-boot/arch/arm/mach-mvebu/ |
| H A D | mbus.c | 113 mbus->soc->win_cfg_offset(win); in mvebu_mbus_read_window() 134 if (win < mbus->soc->num_remappable_wins) { in mvebu_mbus_read_window() 149 addr = mbus->mbuswins_base + mbus->soc->win_cfg_offset(win); in mvebu_mbus_disable_window() 153 if (win < mbus->soc->num_remappable_wins) { in mvebu_mbus_disable_window() 164 mbus->soc->win_cfg_offset(win); in mvebu_mbus_window_is_free() 180 for (win = 0; win < mbus->soc->num_wins; win++) { in mvebu_mbus_window_conflicts() 217 for (win = 0; win < mbus->soc->num_wins; win++) { in mvebu_mbus_find_window() 242 mbus->soc->win_cfg_offset(win); in mvebu_mbus_setup_window() 252 if (win < mbus->soc->num_remappable_wins) { in mvebu_mbus_setup_window() 272 for (win = mbus->soc->num_remappable_wins; in mvebu_mbus_alloc_window() [all …]
|
| /openbmc/u-boot/drivers/pinctrl/mediatek/ |
| H A D | pinctrl-mtk-common.c | 129 if (priv->soc->reg_cal && priv->soc->reg_cal[field].range) in mtk_hw_pin_field_get() 130 rc = &priv->soc->reg_cal[field]; in mtk_hw_pin_field_get() 211 return priv->soc->ngrps; in mtk_get_groups_count() 219 if (!priv->soc->grps[selector].name) in mtk_get_pin_name() 222 return priv->soc->pins[selector].name; in mtk_get_pin_name() 229 return priv->soc->npins; in mtk_get_pins_count() 237 if (!priv->soc->grps[selector].name) in mtk_get_group_name() 240 return priv->soc->grps[selector].name; in mtk_get_group_name() 247 return priv->soc->nfuncs; in mtk_get_functions_count() 255 if (!priv->soc->funcs[selector].name) in mtk_get_function_name() [all …]
|
| /openbmc/u-boot/drivers/pci/ |
| H A D | pci_tegra.c | 226 const struct tegra_pcie_soc *soc; member 608 const struct tegra_pcie_soc *soc = pcie->soc; in tegra_pcie_power_on() local 636 if (soc->has_cml_clk) { in tegra_pcie_power_on() 655 const struct tegra_pcie_soc *soc = pcie->soc; in tegra_pcie_pll_wait() local 660 value = pads_readl(pcie, soc->pads_pll_ctl); in tegra_pcie_pll_wait() 670 const struct tegra_pcie_soc *soc = pcie->soc; in tegra_pcie_phy_enable() local 686 value = pads_readl(pcie, soc->pads_pll_ctl); in tegra_pcie_phy_enable() 688 value |= PADS_PLL_CTL_REFCLK_INTERNAL_CML | soc->tx_ref_sel; in tegra_pcie_phy_enable() 689 pads_writel(pcie, value, soc->pads_pll_ctl); in tegra_pcie_phy_enable() 692 value = pads_readl(pcie, soc->pads_pll_ctl); in tegra_pcie_phy_enable() [all …]
|
| /openbmc/qemu/hw/dma/ |
| H A D | soc_dma.c | 60 struct soc_dma_s soc; member 195 s->channel_freq = s->soc.freq / s->enabled_count; in soc_dma_ch_freq_update() 229 void soc_dma_reset(struct soc_dma_s *soc) in soc_dma_reset() argument 231 struct dma_s *s = (struct dma_s *) soc; in soc_dma_reset() 233 s->soc.drqbmp = 0; in soc_dma_reset() 246 s->soc.ch = s->ch; in soc_dma_init() 248 s->ch[i].dma = &s->soc; in soc_dma_init() 253 soc_dma_reset(&s->soc); in soc_dma_init() 256 return &s->soc; in soc_dma_init() 259 void soc_dma_port_add_fifo(struct soc_dma_s *soc, hwaddr virt_base, in soc_dma_port_add_fifo() argument [all …]
|
| /openbmc/u-boot/include/ |
| H A D | fsl_errata.h | 40 u32 soc = SVR_SOC_VER(svr); in has_erratum_a007186() local 42 switch (soc) { in has_erratum_a007186() 64 u32 soc = SVR_SOC_VER(svr); in has_erratum_a008378() local 67 switch (soc) { in has_erratum_a008378()
|
| /openbmc/u-boot/board/toradex/common/ |
| H A D | tdx-cfg-block.c | 276 char *soc; in get_cfgblock_interactive() local 288 soc = env_get("soc"); in get_cfgblock_interactive() 289 if (!strcmp("mx6", soc)) { in get_cfgblock_interactive() 313 } else if (!strcmp("imx7d", soc)) { in get_cfgblock_interactive() 315 } else if (!strcmp("imx7s", soc)) { in get_cfgblock_interactive() 317 } else if (!strcmp("tegra20", soc)) { in get_cfgblock_interactive() 334 } else if (!strcmp("tegra30", soc)) { in get_cfgblock_interactive() 350 } else if (!strcmp("tegra124", soc)) { in get_cfgblock_interactive() 352 } else if (!strcmp("vf500", soc)) { in get_cfgblock_interactive() 357 } else if (!strcmp("vf610", soc)) { in get_cfgblock_interactive()
|
| /openbmc/u-boot/arch/powerpc/dts/ |
| H A D | t2080.dtsi | 44 soc: soc@ffe000000 { label 49 device_type = "soc";
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/ |
| H A D | sgi575.conf | 58 FVP_TERMINALS[soc.terminal_s0] ?= "" 59 FVP_TERMINALS[soc.terminal_s1] ?= "" 60 FVP_TERMINALS[soc.terminal_mcp] ?= ""
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | imx6q.dtsi | 32 fsl,soc-operating-points = < 51 soc-supply = <®_soc>; 67 fsl,soc-operating-points = < 85 soc-supply = <®_soc>; 101 fsl,soc-operating-points = < 119 soc-supply = <®_soc>; 135 fsl,soc-operating-points = < 153 soc-supply = <®_soc>; 157 soc {
|
| H A D | uniphier-v7-u-boot.dtsi | 2 soc { 17 soc-glue@5f800000 {
|
| H A D | socfpga_arria5_socdk-u-boot.dtsi | 11 spi0 = "/soc/spi@ff705000"; 15 soc {
|
| H A D | socfpga_cyclone5_sockit-u-boot.dtsi | 11 spi0 = "/soc/spi@ff705000"; 15 soc {
|
| H A D | socfpga_cyclone5_socrates-u-boot.dtsi | 11 spi0 = "/soc/spi@ff705000"; 15 soc {
|
| /openbmc/u-boot/Documentation/devicetree/bindings/misc/ |
| H A D | gdsys,soc.txt | 1 gdsys soc bus driver 13 compatible = "gdsys,soc";
|
| /openbmc/u-boot/test/stdint/ |
| H A D | test-includes.sh | 20 local soc=$3 36 ln -s $(pwd)/arch/${arch}/include/asm/arch-${soc} \
|