Home
last modified time | relevance | path

Searched refs:sys (Results 1 – 20 of 20) sorted by relevance

/optee_os/core/drivers/clk/sam/
H A Dat91_system.c38 struct clk_system *sys = clk->priv; in clk_system_enable() local
40 io_write32(sys->base + AT91_PMC_SCER, 1 << sys->id); in clk_system_enable()
42 if (!is_pck(sys->id)) in clk_system_enable()
45 while (!clk_system_ready(sys->base, sys->id)) in clk_system_enable()
53 struct clk_system *sys = clk->priv; in clk_system_disable() local
55 io_write32(sys->base + AT91_PMC_SCDR, 1 << sys->id); in clk_system_disable()
67 struct clk_system *sys = NULL; in at91_clk_register_system() local
77 sys = calloc(1, sizeof(*sys)); in at91_clk_register_system()
78 if (!sys) { in at91_clk_register_system()
83 sys->id = id; in at91_clk_register_system()
[all …]
/optee_os/scripts/
H A Dgen_ld_sects.py7 import sys
13 sys.argv[0]))
14 sys.exit(1)
18 if len(sys.argv) < 2:
24 match_rule = re.compile(sys.argv[1])
25 skip_sections = sys.argv[2:]
27 for line in sys.stdin:
H A Dderive_rpmb_key.py7 import sys
18 file=sys.stderr)
85 sys.exit(1)
94 sys.exit(1)
98 sys.exit(1)
102 file=sys.stderr)
103 sys.exit(1)
107 file=sys.stderr)
108 sys.exit(1)
H A Dftrace_format.py17 import sys
27 sys.exit(0)
64 if len(sys.argv) < 2:
66 with open(sys.argv[1], 'rb') as f:
70 print("Magic not found", file=sys.stderr)
71 sys.exit(1)
H A Dprint_tee_hash.py12 import sys
59 argc = len(sys.argv)
61 print('Usage:', sys.argv[0], '<tee.elf>')
64 if argc == 3 and sys.argv[1] == '-v':
67 with open(sys.argv[argc - 1], 'rb') as f:
H A Dgen_tee_bin.py11 import sys
45 print(*args, file=sys.stderr, **kwargs)
62 sys.exit(1)
98 sys.exit(1)
101 sys.exit(1)
171 sys.exit(1)
196 sys.exit(1)
H A Dgen_ldelf_hex.py11 import sys
59 sys.exit(1)
69 sys.exit(1)
H A Dbin_to_c.py11 import sys
62 sys.exit(1)
H A Darm32_sysreg.py9 import sys
14 print(*args, file=sys.stderr, **kwargs)
19 sys.exit(1)
235 for line in sys.stdin:
H A Dgen_compile_commands.py19 import sys
150 sys.exit('{}: module path must end with .o'.format(obj))
216 sys.exit('{}: unknown file type'.format(path))
H A Dsymbolize.py14 import sys
149 file=sys.stderr)
150 sys.exit(1)
550 symbolizer = Symbolizer(sys.stdout, args.dirs, args.strip_path)
552 fd = sys.stdin.fileno()
561 for line in sys.stdin:
H A Dsign_encrypt.py7 import sys
299 argv = sys.argv[1:]
310 sys.exit(1)
442 sys.exit(1)
453 sys.exit(1)
748 sys.exit(1)
784 sys.exit(1)
800 sys.exit(1)
919 sys.exit(1)
940 sys.exit(1)
[all …]
H A Dmem_usage.py10 import sys
43 sys.stdout.write(format % args)
H A Dgen_stmm_hex.py8 import sys
H A Dsign_rproc_fw.py35 import sys
93 logging.basicConfig(stream=sys.stderr, level=logging.INFO)
395 sys.exit(1)
/optee_os/core/arch/arm/plat-telechips/scripts/
H A Dtcmktool.py7 import sys
122 exit(main(len(sys.argv), sys.argv))
/optee_os/ldelf/
H A Dsub.mk11 srcs-y += sys.c
/optee_os/lib/libutils/compiler-rt/lib/builtins/
H A Dint_lib.h83 #if defined(__has_include) && __has_include(<sys/limits.h>)
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dx509_crt.c2703 #if __has_include(<sys/socket.h>)
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog1750 * Don't use the obsolete header path sys/fcntl.h in unit tests.