Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/pinctrl/
Dpinctrl-k210.c123 #define K210_NPINS ARRAY_SIZE(k210_pins) macro
600 if (WARN_ON(pin >= K210_NPINS)) in k210_pinconf_set()
632 if (selector < K210_NPINS) in k210_pinconf_group_set()
642 bit = BIT(selector - K210_NPINS); in k210_pinconf_group_set()
659 if (selector < K210_NPINS) in k210_pinconf_group_dbg_show()
669 val & BIT(selector - K210_NPINS) ? "1.8" : "3.3"); in k210_pinconf_group_dbg_show()
698 *num_groups = K210_NPINS; in k210_pinmux_get_function_groups()
708 if (group >= K210_NPINS) in k210_pinmux_set_mux()
740 if (group >= K210_NPINS) { in k210_pinctrl_get_group_pins()
803 if (pin >= K210_NPINS) { in k210_pinctrl_dt_subnode_to_map()
[all …]