Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pinctrl/
Dpinctrl-k210.c125 #define K210_NPINS ARRAY_SIZE(k210_pins) macro
602 if (WARN_ON(pin >= K210_NPINS)) in k210_pinconf_set()
634 if (selector < K210_NPINS) in k210_pinconf_group_set()
644 bit = BIT(selector - K210_NPINS); in k210_pinconf_group_set()
661 if (selector < K210_NPINS) in k210_pinconf_group_dbg_show()
671 val & BIT(selector - K210_NPINS) ? "1.8" : "3.3"); in k210_pinconf_group_dbg_show()
700 *num_groups = K210_NPINS; in k210_pinmux_get_function_groups()
710 if (group >= K210_NPINS) in k210_pinmux_set_mux()
742 if (group >= K210_NPINS) { in k210_pinctrl_get_group_pins()
803 if (pin >= K210_NPINS) { in k210_pinctrl_dt_subnode_to_map()
[all …]