Home
last modified time | relevance | path

Searched refs:esc (Results 1 – 12 of 12) sorted by relevance

/u-boot/cmd/
A Dbootmenu.c107 *esc = 1; in bootmenu_autoboot_loop()
139 enum bootmenu_key *key, int *esc) in bootmenu_loop() argument
143 if (*esc == 1) { in bootmenu_loop()
162 switch (*esc) { in bootmenu_loop()
166 *esc = 1; in bootmenu_loop()
173 *esc = 2; in bootmenu_loop()
178 *esc = (c == '\e') ? 1 : 0; in bootmenu_loop()
184 if (*esc == 2 && c == '1') { in bootmenu_loop()
185 *esc = 3; in bootmenu_loop()
190 *esc = 0; in bootmenu_loop()
[all …]
/u-boot/lib/
A Dslre.c246 int esc, old_data_size = r->data_size, op = ANYOF; in anyof() local
264 esc = get_escape_char(re); in anyof()
265 if ((esc & 0xff) == 0) { in anyof()
267 store_char_in_data(r, esc >> 8); in anyof()
269 store_char_in_data(r, esc); in anyof()
324 int op, esc, branch_start, last_op, fixup, cap_no, level; in compile() local
353 esc = get_escape_char(re); in compile()
354 if (esc & 0xff00) in compile()
355 emit(r, esc >> 8); in compile()
357 exact_one_char(r, esc); in compile()
/u-boot/arch/arm/dts/
A Dmeson-gxbb-p200.dts36 button-esc {
A Dkirkwood-netxbig.dtsi60 * esc and power represent a three position rocker
A Dpx30-evb.dts27 esc-key {
28 label = "esc";
A Dpx30-firefly.dts27 esc-key {
28 label = "esc";
A Drk3308-evb.dts40 esc-key {
A Dexynos4210-trats.dts80 samsung,dsim-config-esc-clk = <20000000>;
A Dexynos4412-trats2.dts99 samsung,dsim-config-esc-clk = <20000000>;
A Dimx8mq.dtsi995 reset-names = "byte", "dpi", "esc", "pclk";
/u-boot/doc/device-tree-bindings/video/
A Dexynos_mipi_dsi.txt31 samsung,dsim-config-esc-clk: escape clock frequency for getting
73 samsung,dsim-config-esc-clk = <20000000>;
/u-boot/drivers/serial/
A Dserial_mxc.c131 u32 esc; member
156 writel(0x2b, &base->esc); in _mxc_serial_init()

Completed in 20 milliseconds