Lines Matching defs:K210_NPINS
125 #define K210_NPINS ARRAY_SIZE(k210_pins)
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) {
892 .npins = K210_NPINS,