K210_NPINS
if (WARN_ON(pin >= K210_NPINS))
if (selector < K210_NPINS)
bit = BIT(selector - K210_NPINS);
if (selector < K210_NPINS)
val & BIT(selector - K210_NPINS) ? "1.8" : "3.3");
*num_groups = K210_NPINS;
if (group >= K210_NPINS)
if (group >= K210_NPINS) {
if (pin >= K210_NPINS) {
.npins = K210_NPINS,