Home
last modified time | relevance | path

Searched refs:ch_count (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/input/
H A Dinput.c410 int ch_count; in input_keycode_to_ansi364() local
413 for (i = ch_count = 0; i < ARRAY_SIZE(kbd_to_ansi364); i++) { in input_keycode_to_ansi364()
417 if (ch_count < max_chars) in input_keycode_to_ansi364()
418 output_ch[ch_count] = *escape; in input_keycode_to_ansi364()
419 ch_count++; in input_keycode_to_ansi364()
421 return ch_count; in input_keycode_to_ansi364()
454 int ch_count = 0; in input_keycodes_to_ascii() local
489 if (ch_count < max_chars && ch != 0xff) in input_keycodes_to_ascii()
490 output_ch[ch_count++] = (uchar)ch; in input_keycodes_to_ascii()
492 ch_count += input_keycode_to_ansi364(config, key, in input_keycodes_to_ascii()
[all …]
/rk3399_rockchip-uboot/drivers/ram/rockchip/
H A Dsdram_rk3399.c1859 u32 ch_count = sdram_params->base.num_channels; in switch_to_phy_index1() local
1885 for (channel = 0; channel < ch_count; channel++) { in switch_to_phy_index1()