Searched refs:K210_NPINS (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/pinctrl/
H A Dpinctrl-k210.c125 #define K210_NPINS ARRAY_SIZE(k210_pins) macro
602 if (WARN_ON(pin >= K210_NPINS))
634 if (selector < K210_NPINS)
644 bit = BIT(selector - K210_NPINS);
661 if (selector < K210_NPINS)
671 val & BIT(selector - K210_NPINS) ? "1.8" : "3.3");
700 *num_groups = K210_NPINS;
710 if (group >= K210_NPINS)
742 if (group >= K210_NPINS) {
805 if (pin >= K210_NPINS) {
[all...]

Completed in 200 milliseconds