| /u-boot/arch/arm/dts/ |
| A D | am335x-brxre1.dts | 286 ti,no-reset-on-init; 291 ti,no-reset-on-init; 296 ti,no-reset-on-init; 307 ti,no-idle-on-init; 313 ti,no-idle-on-init; 319 ti,no-idle-on-init; 325 ti,no-idle-on-init; 331 ti,no-idle-on-init; 337 ti,no-idle-on-init; 343 ti,no-idle-on-init; [all …]
|
| A D | am335x-brsmarc1.dts | 331 ti,no-reset-on-init; 336 ti,no-reset-on-init; 341 ti,no-reset-on-init; 352 ti,no-idle-on-init; 358 ti,no-idle-on-init; 364 ti,no-idle-on-init; 370 ti,no-idle-on-init; 376 ti,no-idle-on-init; 382 ti,no-idle-on-init; 388 ti,no-idle-on-init; [all …]
|
| A D | am335x-brppt1-mmc.dts | 130 ti,no-reset-on-init; 134 ti,no-reset-on-init; 138 ti,no-reset-on-init; 142 ti,no-reset-on-init; 147 ti,no-reset-on-init; 148 ti,no-idle-on-init; 153 ti,no-reset-on-init; 154 ti,no-idle-on-init;
|
| A D | rk3399-gru-u-boot.dtsi | 38 regulator-init-microvolt = <900000>; 42 regulator-init-microvolt = <900000>; 46 regulator-init-microvolt = <900000>; 50 regulator-init-microvolt = <900000>;
|
| A D | meson-g12b-odroid-go-ultra-u-boot.dtsi | 19 regulator-init-microvolt = <2400000>; 23 regulator-init-microvolt = <875000>;
|
| /u-boot/board/xilinx/zynq/ |
| A D | Makefile | 10 init-objs := ps_init_gpl.o 20 ifeq ($(init-objs),) 22 init-objs := $(if $(wildcard $(srctree)/$(src)/$(hw-platform-y)/ps7_init_gpl.c),\ 26 ifeq ($(init-objs),) 28 init-objs := ps7_init_gpl.o 39 obj-$(CONFIG_SPL_BUILD) += $(init-objs)
|
| /u-boot/board/xilinx/zynqmp/ |
| A D | Makefile | 10 init-objs := ps_init_gpl.o 20 ifeq ($(init-objs),) 22 init-objs := $(if $(wildcard $(srctree)/$(src)/$(hw-platform-y)/psu_init_gpl.c),\ 26 ifeq ($(init-objs),) 28 init-objs := psu_init_gpl.o 34 obj-$(CONFIG_$(SPL_)ZYNQMP_PSU_INIT_ENABLED) += $(init-objs)
|
| /u-boot/arch/x86/cpu/quark/ |
| A D | mrc.c | 41 static const struct mem_init init[] = { variable 166 for (i = 0; i < ARRAY_SIZE(init); i++) { in mrc_mem_init() 169 if (mrc_params->boot_mode & init[i].boot_path) { in mrc_mem_init() 170 uint8_t major = init[i].post_code >> 8 & 0xff; in mrc_mem_init() 171 uint8_t minor = init[i].post_code >> 0 & 0xff; in mrc_mem_init() 175 init[i].init_fn(mrc_params); in mrc_mem_init()
|
| /u-boot/arch/m68k/cpu/ |
| A D | u-boot.lds | 74 .text.init : { *(.text.init) } 75 .data.init : { *(.data.init) }
|
| /u-boot/doc/device-tree-bindings/net/ |
| A D | fsl,mcf-dma-fec.txt | 10 - rx-init: dma channel 11 - tx-init: dma channel 32 rx-init = <16>; 33 tx-init = <17>;
|
| A D | mdio-mux.txt | 55 marvell,reg-init = <3 0x10 0 0x5777>, 65 marvell,reg-init = <3 0x10 0 0x5777>, 75 marvell,reg-init = <3 0x10 0 0x5777>, 85 marvell,reg-init = <3 0x10 0 0x5777>, 100 marvell,reg-init = <3 0x10 0 0x5777>, 110 marvell,reg-init = <3 0x10 0 0x5777>, 120 marvell,reg-init = <3 0x10 0 0x5777>, 130 marvell,reg-init = <3 0x10 0 0x5777>,
|
| /u-boot/drivers/crypto/hash/ |
| A D | hash_sw.c | 137 void (*init)(void *ctx); member 145 .init = hash_init_crc16_ccitt, 152 .init = hash_init_crc32, 159 .init = hash_init_md5, 166 .init = hash_init_sha1, 173 .init = hash_init_sha256, 180 .init = hash_init_sha384, 187 .init = hash_init_sha512, 205 hash_impl->init(hash_ctx->algo_ctx); in sw_hash_init()
|
| /u-boot/arch/powerpc/cpu/mpc83xx/ |
| A D | u-boot.lds | 63 .text.init : { *(.text.init) } 64 .data.init : { *(.data.init) }
|
| /u-boot/arch/m68k/dts/ |
| A D | mcf54xx.dtsi | 51 rx-init = <16>; 52 tx-init = <17>; 66 rx-init = <30>; 67 tx-init = <31>;
|
| /u-boot/arch/arm/mach-sunxi/dram_timings/ |
| A D | h616_ddr3_1333.c | 90 clrbits_le32(&mctl_ctl->init[0], 3 << 30); in mctl_set_timing_params() 91 writel(0x420000, &mctl_ctl->init[1]); in mctl_set_timing_params() 92 writel(5, &mctl_ctl->init[2]); in mctl_set_timing_params() 93 writel(0x1f140004, &mctl_ctl->init[3]); in mctl_set_timing_params() 94 writel(0x00200000, &mctl_ctl->init[4]); in mctl_set_timing_params()
|
| /u-boot/drivers/usb/host/ |
| A D | ehci-tegra.c | 291 if (init == USB_INIT_HOST && in set_up_vbus() 301 vbus_value = (init == USB_INIT_HOST); in set_up_vbus() 342 enum usb_init_type init) in init_phy_mux() argument 375 enum usb_init_type init) in init_utmi_usb_controller() argument 584 init_phy_mux(config, PTS_UTMI, init); in init_utmi_usb_controller() 615 enum usb_init_type init) in init_ulpi_usb_controller() argument 652 init_phy_mux(config, PTS_ULPI, init); in init_ulpi_usb_controller() 703 enum usb_init_type init) in init_ulpi_usb_controller() argument 771 switch (init) { in usb_common_init() 815 set_up_vbus(config, init); in usb_common_init() [all …]
|
| /u-boot/drivers/video/ |
| A D | sandbox_dsi_host.c | 45 if (!phy_ops->init || !phy_ops->get_lane_mbps || in sandbox_dsi_host_init() 63 priv->phy_ops->init(priv->device); in sandbox_dsi_host_enable() 75 .init = sandbox_dsi_host_init,
|
| A D | dsi-host-uclass.c | 22 if (!ops->init) in dsi_host_init() 25 return ops->init(dev, device, timings, max_data_lanes, phy_ops); in dsi_host_init()
|
| /u-boot/board/cssi/cmpc885/ |
| A D | u-boot.lds | 79 .text.init : { *(.text.init) } 80 .data.init : { *(.data.init) }
|
| /u-boot/board/cssi/mcr3000/ |
| A D | u-boot.lds | 79 .text.init : { *(.text.init) } 80 .data.init : { *(.data.init) }
|
| /u-boot/drivers/mtd/ubi/ |
| A D | crc32.c | 433 static u32 test_step(u32 init, unsigned char *buf, size_t len) in test_step() argument 438 crc1 = crc32_be(init, buf, len); in test_step() 440 crc2 = crc32_be(init, buf, len + 4); in test_step() 446 crc2 = crc32_be(init, buf, i); in test_step() 455 init = bitrev32(init); in test_step() 460 crc1 = crc32_le(init, buf, len); in test_step() 464 crc2 = crc32_le(init, buf, len + 4); in test_step() 470 crc2 = crc32_le(init, buf, i); in test_step()
|
| /u-boot/doc/usage/cmd/ |
| A D | sound.rst | 12 sound init 20 sound init 25 *sound init*.
|
| /u-boot/doc/device-tree-bindings/misc/ |
| A D | intel,baytrail-fsp.txt | 51 - fsp,mrc-init-tseg-size 52 - fsp,mrc-init-mmio-size 53 - fsp,mrc-init-spd-addr1 54 - fsp,mrc-init-spd-addr2 102 fsp,mrc-init-tseg-size = <MRC_INIT_TSEG_SIZE_1MB>; 103 fsp,mrc-init-mmio-size = <MRC_INIT_MMIO_SIZE_2048MB>; 104 fsp,mrc-init-spd-addr1 = <0xa0>; 105 fsp,mrc-init-spd-addr2 = <0xa2>;
|
| /u-boot/include/environment/pg-wcom/ |
| A D | common.env | 20 console=ttyS0,${baudrate} mem=${kernelmem} init=${init} 55 init=/sbin/init-overlay.sh
|
| /u-boot/arch/powerpc/cpu/mpc85xx/ |
| A D | u-boot.lds | 79 .text.init : { *(.text.init) } 80 .data.init : { *(.data.init) }
|