Searched refs:prog (Results 1 - 13 of 13) sorted by path

/u-boot/
H A DMakefile734 AR = $(shell $(CC) -print-prog-name=llvm-ar)
735 NM = $(shell $(CC) -print-prog-name=llvm-nm)
/u-boot/arch/mips/mach-octeon/include/mach/
H A Dcvmx-lmcx-defs.h277 uint64_t prog:8; member in struct:cvmx_lmcx_char_ctl::cvmx_lmcx_char_ctl_s
286 uint64_t prog:8; member in struct:cvmx_lmcx_char_ctl::cvmx_lmcx_char_ctl_cn61xx
293 uint64_t prog:8; member in struct:cvmx_lmcx_char_ctl::cvmx_lmcx_char_ctl_cn63xx
310 uint64_t prog:8; member in struct:cvmx_lmcx_char_ctl::cvmx_lmcx_char_ctl_cn70xx
/u-boot/board/gdsys/a38x/
H A Dkeyprogram.c76 struct key_program *prog = *result; local
93 prog->magic = magic;
94 prog->code_crc = code_crc;
95 prog->code_size = code_size;
96 memcpy(prog->code, *progdata, code_size);
100 if (hre_verify_program(prog)) {
101 free(prog);
132 struct key_program *prog; local
144 prog = parse_and_check_keyprog(binprog);
147 if (!prog)
[all...]
/u-boot/common/
H A Dcli_hush.c440 static int setup_redirects(struct child_prog *prog, int squirrel[]);
1203 static int setup_redirects(struct child_prog *prog, int squirrel[]) argument
1208 for (redir=prog->redirects; redir; redir=redir->next) {
2543 struct child_prog *prog=ctx->child; local
2545 if (prog && prog->group == NULL
2546 && prog->argv == NULL
2548 && prog->redirects == NULL) {
2554 } else if (prog) {
2562 prog
[all...]
H A Dcli_hush_upstream.c8593 static int setup_redirects(struct command *prog, struct squirrel **sqp) argument
8597 for (redir = prog->redirects; redir; redir = redir->next) {
/u-boot/drivers/clk/at91/
H A Dclk-programmable.c18 #define UBOOT_DM_CLK_AT91_PROG "at91-prog-clk"
40 struct clk_programmable *prog = to_clk_programmable(clk); local
41 const struct clk_programmable_layout *layout = prog->layout;
45 pmc_read(prog->base, AT91_PMC_PCKR(prog->id), &pckr);
57 struct clk_programmable *prog = to_clk_programmable(clk); local
58 const struct clk_programmable_layout *layout = prog->layout;
62 index = at91_clk_mux_val_to_index(prog->clk_mux_table,
63 prog->num_parents, parent->id);
67 index = at91_clk_mux_index_to_val(prog
89 struct clk_programmable *prog = to_clk_programmable(clk); local
134 struct clk_programmable *prog; local
[all...]
/u-boot/drivers/misc/
H A Dmxc_ocotp.c264 u32 fsource, prog; local
271 prog = DIV_ROUND_CLOSEST(ipg_clk * BV_TIMING_PROG_US, 1000000) + 1;
273 timing = BF(fsource, TIMING_FSOURCE) | BF(prog, TIMING_PROG);
/u-boot/net/
H A Dnfs.c196 rpc_pkt.u.call.prog = htonl(rpc_prog);
262 static void rpc_lookup_req(int prog, int ver) argument
268 data[4] = htonl(prog);
518 static int rpc_lookup_reply(int prog, uchar *pkt, unsigned len) argument
536 switch (prog) {
H A Dnfs.h65 uint32_t prog; member in struct:rpc_t::__anon857::__anon858
/u-boot/scripts/
H A Dstyle.py124 module_name, leaf, prog = get_module_name(srcfile)
161 f'''{prog}: Convert camel case in {os.path.basename(srcfile)}
/u-boot/test/py/tests/
H A Dtest_bind.py22 prog = re.compile(line)
24 if prog.match(l):
/u-boot/tools/
H A Dbmp_logo.c18 void usage(const char *prog) argument
21 prog);
/u-boot/tools/u_boot_pylib/
H A Dtest_util.py26 def run_test_coverage(prog, filter_fname, exclude_list, build_dir, required=None,
31 prog: Program to run (with be passed a '-t' argument to run tests
50 path = os.path.dirname(prog)
59 test_cmd = 'test' if 'binman' in prog or 'patman' in prog else '-t'
65 prog, extra_args or '', test_cmd,

Completed in 408 milliseconds