Lines Matching defs:sels
160 static struct clk_imx8mp_audiomix_sel sels[] = {
205 for (i = 0; i < ARRAY_SIZE(sels); i++) {
206 if (sels[i].num_parents == 1) {
208 sels[i].name, &sels[i].parent, 0,
209 base + sels[i].reg, sels[i].shift, 0, NULL);
212 sels[i].name, sels[i].parents,
213 sels[i].num_parents, 0,
214 base + sels[i].reg,
215 sels[i].shift, sels[i].width,
222 priv->hws[sels[i].clkid] = hw;