Searched refs:esc (Results 1 – 12 of 12) sorted by relevance
/u-boot/cmd/ |
A D | bootmenu.c | 107 *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 D | slre.c | 246 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 D | meson-gxbb-p200.dts | 36 button-esc {
|
A D | kirkwood-netxbig.dtsi | 60 * esc and power represent a three position rocker
|
A D | px30-evb.dts | 27 esc-key { 28 label = "esc";
|
A D | px30-firefly.dts | 27 esc-key { 28 label = "esc";
|
A D | rk3308-evb.dts | 40 esc-key {
|
A D | exynos4210-trats.dts | 80 samsung,dsim-config-esc-clk = <20000000>;
|
A D | exynos4412-trats2.dts | 99 samsung,dsim-config-esc-clk = <20000000>;
|
A D | imx8mq.dtsi | 995 reset-names = "byte", "dpi", "esc", "pclk";
|
/u-boot/doc/device-tree-bindings/video/ |
A D | exynos_mipi_dsi.txt | 31 samsung,dsim-config-esc-clk: escape clock frequency for getting 73 samsung,dsim-config-esc-clk = <20000000>;
|
/u-boot/drivers/serial/ |
A D | serial_mxc.c | 131 u32 esc; member 156 writel(0x2b, &base->esc); in _mxc_serial_init()
|
Completed in 20 milliseconds