Home
last modified time | relevance | path

Searched refs:t (Results 1 – 25 of 62) sorted by relevance

123

/board/Synology/common/
A Dlegacy.c50 struct tag_mv_uboot *t; in setup_board_tags() local
57 t = (struct tag_mv_uboot *)&params->u; in setup_board_tags()
59 t->uboot_version = VER_NUM | syno_board_id(); in setup_board_tags()
60 t->tclk = CFG_SYS_TCLK; in setup_board_tags()
61 t->sysclk = CFG_SYS_TCLK * 2; in setup_board_tags()
62 t->isusbhost = usb_port_modes(); in setup_board_tags()
70 eth_env_get_enetaddr(addrvar, t->macaddr[i]); in setup_board_tags()
71 t->mtu[i] = env_get_ulong(mtuvar, 10, 0); in setup_board_tags()
/board/ste/stemmy/
A Dstemmy.c50 for_each_tag(t, tags) { in dram_init()
51 if (t->hdr.tag != ATAG_MEM) in dram_init()
55 t->u.mem.start + t->u.mem.size, t->u.mem.size); in dram_init()
69 for_each_tag(t, tags) { in dram_init_banksize()
70 if (t->hdr.tag != ATAG_MEM) in dram_init_banksize()
143 const struct tag *t; in copy_atags() local
150 for_each_tag(t, tags) { in copy_atags()
151 if (skip_atag(t->hdr.tag)) in copy_atags()
172 for_each_tag(t, tags) { in copy_atags()
173 if (skip_atag(t->hdr.tag)) in copy_atags()
[all …]
/board/aspeed/ibex_ast2700/
A Dfmc_hdr.c18 uint32_t t, s, o; in fmc_hdr_get_prebuilt() local
35 t = body->pbs[i].type; in fmc_hdr_get_prebuilt()
39 if (t >= PBT_NUM) { in fmc_hdr_get_prebuilt()
45 if (t == 0 && s == 0) in fmc_hdr_get_prebuilt()
49 if (t == type) { in fmc_hdr_get_prebuilt()
/board/xilinx/common/
A Dboard.c491 unsigned char *t = desc->uuid; in board_late_init_xilinx() local
496 t[0], t[1], t[2], t[3], t[4], t[5], in board_late_init_xilinx()
497 t[6], t[7], t[8], t[9], t[10], t[11], in board_late_init_xilinx()
498 t[12], t[13], t[14], t[15]); in board_late_init_xilinx()
/board/keymile/scripts/
A Ddevelop-arm.txt1 setup_debug_env=tftpboot ${load_addr_r} scripts/develop-common.txt && env import -t ${load_addr_r} …
A Ddevelop-ppc_82xx.txt1 setup_debug_env=tftpboot ${load_addr_r} scripts/develop-common.txt && env import -t ${load_addr_r} …
A Ddevelop-ppc_8xx.txt1 setup_debug_env=tftpboot ${load_addr_r} scripts/develop-common.txt && env import -t ${load_addr_r} …
A Dramfs-arm.txt1 setup_debug_env=tftpboot ${load_addr_r} scripts/ramfs-common.txt && env import -t ${load_addr_r} ${…
A Dramfs-ppc_82xx.txt1 setup_debug_env=tftpboot ${load_addr_r} scripts/ramfs-common.txt && env import -t ${load_addr_r} ${…
A Dramfs-ppc_8xx.txt1 setup_debug_env=tftpboot ${load_addr_r} scripts/ramfs-common.txt && env import -t ${load_addr_r} ${…
A Ddevelop-common.txt11 try_import_nfs_path=if tftpboot ${load_addr_r} ${tftppath}/nfs-path.txt; then env import -t ${load_…
/board/intel/minnowmax/
A Dminnowmax.env8 /* don't use i8042-kbd */
/board/intel/bayleybay/
A Dbayleybay.env8 /* don't use i8042-kbd */
/board/intel/cherryhill/
A Dcherryhill.env8 /* don't use i8042-kbd */
/board/freescale/m5253demo/
A Dm5253demo.c116 #define CALC_TIMING(t) (t + period - 1) / period in ide_set_reset() argument
/board/firefly/roc-pc-rk3399/
A DMAINTAINERS2 M: Levin Du <djw@t-chip.com.cn>
/board/broadcom/bcmns3/fit/keys/
A Ddev.crt15 95qFp2Xd5XGiV35F10dT3VN/Iv2dzHlThq7xaJGkA53lHIXgLUUfnDTHJmoluw+t
/board/intel/slimbootloader/
A Dslimbootloader.env8 /* don't use video */
/board/phytec/phycore_imx8mp/
A DMAINTAINERS2 M: Teresa Remmet <t.remmet@phytec.de>
/board/phytec/phycore_imx93/
A Dphycore_imx93.env38 env import -t ${bootenv_addr_r} ${filesize};
61 env import -t ${bootenv_addr_r} ${filesize};
/board/phytec/phycore_imx8mm/
A DMAINTAINERS2 M: Teresa Remmet <t.remmet@phytec.de>
/board/toradex/colibri_imx6/
A DKconfig39 If executed on already fused modules it doesn't change any fuse setting.
/board/qualcomm/
A Dqcom-phone.config28 # Many phones don't actually define a serial port in their DTS
/board/raspberrypi/rpi/
A Dsdhc.asl47 // Since this cap doesn't indicate DMA capability
48 // we don't need a _DMA()
A Demmc.asl87 // Unfortunately this controller doesn't honor the
89 // (or at least Linux's standard code can't

Completed in 36 milliseconds

123