Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/cmd/
H A Dbootmenu.c82 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 Dslre.c245 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 Dserial_mxc.c131 u32 esc; member
151 writel(0x2b, &base->esc); in _mxc_serial_init()
/rk3399_rockchip-uboot/doc/device-tree-bindings/video/
H A Dexynos_mipi_dsi.txt31 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 Drk3326-evb.dts48 esc-key {
50 label = "esc";
H A Dpx30-evb.dts48 esc-key {
50 label = "esc";
H A Dexynos4210-trats.dts81 samsung,dsim-config-esc-clk = <20000000>;
H A Drk3308-evb.dts41 esc-key {
H A Dexynos4412-trats2.dts422 samsung,dsim-config-esc-clk = <20000000>;