/u-boot/drivers/clk/at91/ |
A D | clk-programmable.c | 46 pmc_read(prog->base, AT91_PMC_PCKR(prog->id), &pckr); in clk_programmable_get_rate() 68 index = at91_clk_mux_index_to_val(prog->mux_table, prog->num_parents, in clk_programmable_set_parent() 83 pmc_update_bits(prog->base, AT91_PMC_PCKR(prog->id), mask, index); in clk_programmable_set_parent() 114 pmc_update_bits(prog->base, AT91_PMC_PCKR(prog->id), in clk_programmable_set_rate() 144 prog = kzalloc(sizeof(*prog), GFP_KERNEL); in at91_clk_register_programmable() 145 if (!prog) in at91_clk_register_programmable() 148 prog->id = id; in at91_clk_register_programmable() 155 pmc_read(prog->base, AT91_PMC_PCKR(prog->id), &tmp); in at91_clk_register_programmable() 163 kfree(prog); in at91_clk_register_programmable() 167 clk = &prog->clk; in at91_clk_register_programmable() [all …]
|
/u-boot/board/gdsys/a38x/ |
A D | keyprogram.c | 77 struct key_program *prog = *result; in extract_subprogram() local 94 prog->magic = magic; in extract_subprogram() 95 prog->code_crc = code_crc; in extract_subprogram() 96 prog->code_size = code_size; in extract_subprogram() 101 if (hre_verify_program(prog)) { in extract_subprogram() 102 free(prog); in extract_subprogram() 133 struct key_program *prog; in load_and_run_keyprog() local 148 if (!prog) in load_and_run_keyprog() 151 if (hre_run_program(tpm, prog->code, prog->code_size)) { in load_and_run_keyprog() 152 free(prog); in load_and_run_keyprog() [all …]
|
/u-boot/tools/patman/ |
A D | test_util.py | 25 def RunTestCoverage(prog, filter_fname, exclude_list, build_dir, required=None, argument 46 path = os.path.dirname(prog) 55 test_cmd = 'test' if 'binman' in prog or 'patman' in prog else '-t' 61 prog, extra_args or '', test_cmd))
|
/u-boot/doc/imx/habv4/guides/ |
A D | mx6_mx7_secure_boot.txt | 162 => fuse prog 3 0 0x20593752 163 => fuse prog 3 1 0x6ACE6962 164 => fuse prog 3 2 0x26E0D06C 165 => fuse prog 3 3 0xFC600661 166 => fuse prog 3 4 0x1240E88F 167 => fuse prog 3 5 0x1209F144 168 => fuse prog 3 6 0x831C8117 251 => fuse prog 0 0 0x4000 255 => fuse prog 0 6 0x8 259 => fuse prog 0 6 0x100000 [all …]
|
/u-boot/doc/imx/common/ |
A D | imx5.txt | 34 => fuse prog -y 1 9 01 23 45 67 89 ab 40 => fuse prog -y 1 0 10
|
/u-boot/net/ |
A D | nfs.h | 65 uint32_t prog; member
|
A D | nfs.c | 190 rpc_pkt.u.call.prog = htonl(rpc_prog); in rpc_req() 228 static void rpc_lookup_req(int prog, int ver) in rpc_lookup_req() argument 234 data[4] = htonl(prog); in rpc_lookup_req() 436 static int rpc_lookup_reply(int prog, uchar *pkt, unsigned len) in rpc_lookup_reply() argument 454 switch (prog) { in rpc_lookup_reply()
|
/u-boot/tools/ |
A D | bmp_logo.c | 18 void usage(const char *prog) in usage() argument 21 prog); in usage()
|
/u-boot/test/py/tests/ |
A D | test_bind.py | 21 prog = re.compile(line) 23 if prog.match(l):
|
/u-boot/common/ |
A D | cli_hush.c | 2541 if (prog && prog->group == NULL 2542 && prog->argv == NULL 2550 } else if (prog) { 2560 prog->redirects = NULL; 2562 prog->argv = NULL; 2565 prog->is_stopped = 0; 2567 prog->group = NULL; 2570 prog->family = pi; 2572 prog->sp = 0; 2573 ctx->child = prog; [all …]
|
/u-boot/drivers/misc/ |
A D | mxc_ocotp.c | 265 u32 fsource, prog; in set_timing() local 272 prog = DIV_ROUND_CLOSEST(ipg_clk * BV_TIMING_PROG_US, 1000000) + 1; in set_timing() 274 timing = BF(fsource, TIMING_FSOURCE) | BF(prog, TIMING_PROG); in set_timing()
|
/u-boot/arch/arm/dts/ |
A D | sama5d2.dtsi | 159 prog: progck { label 166 prog0: prog@0 { 171 prog1: prog@1 { 176 prog2: prog@2 {
|
A D | at91sam9261.dtsi | 641 prog: progck { label 654 prog1: prog@1 { 660 prog2: prog@2 { 666 prog3: prog@3 {
|
A D | at91sam9263.dtsi | 159 prog: progck { label 166 prog0: prog@0 { 172 prog1: prog@1 { 178 prog2: prog@2 { 184 prog3: prog@3 {
|
A D | at91sam9rl.dtsi | 868 prog: progck { label 875 prog0: prog@0 { 881 prog1: prog@1 {
|
A D | at91sam9260.dtsi | 178 prog: progck { label 185 prog0: prog@0 { 191 prog1: prog@1 {
|
A D | at91sam9n12.dtsi | 183 prog: progck { label 190 prog0: prog@0 { 196 prog1: prog@1 {
|
/u-boot/doc/ |
A D | README.armada-secureboot | 229 SEC_FUSE_DUMP - Dump the "fuse prog" commands necessary for writing the 304 The command to employ is the "fuse prog" command previously enabled by setting 307 For the trusted boot, the fuse prog command has a special syntax, since the 309 a whole. The fuse prog command itself allows lists of 32 bit words to be 328 fuse prog -y 10 0 00112233 44556677 1 337 fuse prog -y 11 2 1
|
A D | README.fuse | 40 fuse prog [-y] <bank> <word> <hexval> [<hexval>...]
|
A D | README.m54418twr | 164 prog=nand device 0;nand erase 0 40000;nb_update ${loadaddr} ${filesize};save 170 upd=run load; run prog
|
/u-boot/board/freescale/m53017evb/ |
A D | README | 166 upd=run load; run prog 167 prog=prot off 0 3ffff;era 0 3ffff;cp.b ${loadaddr} 0 ${filesize};save
|
/u-boot/board/freescale/m52277evb/ |
A D | README | 157 upd=run load; run prog 158 prog=prot off 0 3ffff;era 0 3ffff;cp.b ${loadaddr} 0 ${filesize};save
|
/u-boot/board/freescale/m547xevb/ |
A D | README | 190 upd=run load; run prog 191 prog=prot off bank 1;era ff800000 ff82ffff;cp.b ${loadaddr} ff800000 ${filesize};save
|
/u-boot/arch/arm/mach-mvebu/ |
A D | Kconfig | 286 This is can be used for testing prog scripts.
|
/u-boot/board/freescale/m5373evb/ |
A D | README | 165 upd=run load; run prog 166 prog=prot off 0 2ffff;era 0 2ffff;cp.b ${loadaddr} 0 ${filesize};save
|