Home
last modified time | relevance | path

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

12

/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 Darm32_sysreg.py9 import sys
14 print(*args, file=sys.stderr, **kwargs)
19 sys.exit(1)
235 for line in sys.stdin:
H A Dbin_to_c.py11 import sys
62 sys.exit(1)
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/scripts/kconfig/kconfiglib/
H A Dsetconfig.py24 import sys
67 sys.exit("error: no '=' in assignment: '{}'".format(arg))
73 sys.exit("error: no symbol '{}' in configuration".format(name))
78 sys.exit("error: '{}' is an invalid value for the {} symbol {}"
83 sys.exit("error: {} was assigned the value '{}', but got the "
H A Doldconfig.py30 import sys
36 if sys.version_info[0] < 3:
187 print("Bad index", file=sys.stderr)
191 print("Bad index", file=sys.stderr)
H A Dlistnewconfig.py17 import sys
43 print(kconf.load_config(), file=sys.stderr)
H A Dgenconfig.py37 import sys
148 if sys.version_info[0] < 3:
H A Dmenuconfig.py189 import sys
198 sys.exit("""\
989 if sys.version_info[0] >= 3:
3176 print("menuconfig warning: ", end="", file=sys.stderr)
3177 print(*args, file=sys.stderr)
H A Dkconfiglib.py550 import sys
950 cmd = sys.argv[0] # Empty string if missing
956 sys.exit(cmd + str(e).strip())
3981 sys.stderr.write(msg + "\n")
6266 sys.exit("error: KCONFIG_ALLCONFIG is set, but neither {} "
6273 sys.exit("error: KCONFIG_ALLCONFIG is set to '{}', which "
6740 sys.stderr.write(
6831 _IS_PY2 = sys.version_info[0] < 3
H A Dguiconfig.py57 import sys
59 _PY2 = sys.version_info[0] < 3
/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>)

12