Lines Matching defs:chan_sel
2461 unsigned int chan_sel[4], val;
2473 } else if (count < 3 || count > ARRAY_SIZE(chan_sel)) {
2481 chan_sel, count);
2498 for (i = 0; i < ARRAY_SIZE(chan_sel); i++) {
2503 if (chan_sel[i] >= ext_chan) {
2505 fwnode_get_name(sldr_node), chan_sel[i]);
2513 sldr_setup[3 + reg_offset] |= BIT(chan_sel[i]);
2514 sldr_setup[5 + reg_offset + i] = chan_sel[i] * 42 + 1080;
2686 unsigned int chan_sel[12];
2699 } else if (!count || count > ARRAY_SIZE(chan_sel)) {
2707 chan_sel, count);
2716 for (i = 0; i < ARRAY_SIZE(chan_sel); i++) {
2718 if (i >= count || chan_sel[i] == U8_MAX)
2721 if (chan_sel[i] >= num_chan) {
2723 fwnode_get_name(tpad_node), chan_sel[i]);
2731 tpad_setup[6] |= BIT(chan_sel[i]);
2732 tpad_setup[8 + i] = chan_sel[i] * 34 + 1072;