Searched refs:esc (Results 1 – 9 of 9) sorted by relevance
| /rk3399_rockchip-uboot/cmd/ |
| H A D | bootmenu.c | 82 enum bootmenu_key *key, int *esc) in bootmenu_autoboot_loop() argument 104 *esc = 1; in bootmenu_autoboot_loop() 133 enum bootmenu_key *key, int *esc) in bootmenu_loop() argument 144 switch (*esc) { in bootmenu_loop() 148 *esc = 1; in bootmenu_loop() 155 *esc = 2; in bootmenu_loop() 158 *esc = 0; in bootmenu_loop() 164 if (*esc == 2 && c == '1') { in bootmenu_loop() 165 *esc = 3; in bootmenu_loop() 170 *esc = 0; in bootmenu_loop() [all …]
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | slre.c | 245 int esc, old_data_size = r->data_size, op = ANYOF; in anyof() local 263 esc = get_escape_char(re); in anyof() 264 if ((esc & 0xff) == 0) { in anyof() 266 store_char_in_data(r, esc >> 8); in anyof() 268 store_char_in_data(r, esc); in anyof() 323 int op, esc, branch_start, last_op, fixup, cap_no, level; in compile() local 352 esc = get_escape_char(re); in compile() 353 if (esc & 0xff00) in compile() 354 emit(r, esc >> 8); in compile() 356 exact_one_char(r, esc); in compile()
|
| /rk3399_rockchip-uboot/drivers/serial/ |
| H A D | serial_mxc.c | 131 u32 esc; member 151 writel(0x2b, &base->esc); in _mxc_serial_init()
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/video/ |
| H A D | exynos_mipi_dsi.txt | 31 samsung,dsim-config-esc-clk: escape clock frequency for getting 73 samsung,dsim-config-esc-clk = <20000000>;
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | rk3326-evb.dts | 48 esc-key { 50 label = "esc";
|
| H A D | px30-evb.dts | 48 esc-key { 50 label = "esc";
|
| H A D | exynos4210-trats.dts | 81 samsung,dsim-config-esc-clk = <20000000>;
|
| H A D | rk3308-evb.dts | 41 esc-key {
|
| H A D | exynos4412-trats2.dts | 422 samsung,dsim-config-esc-clk = <20000000>;
|