Lines Matching defs:sel
5159 u32 pin, u32 sel)
5172 /* Retrieve correspond register value from table by sel */
5173 regv = pull_info->s2v[sel].data & pull_info->mask;
5180 pin, sel);
5185 u32 pin, u32 sel)
5194 if (sel & (~(ds_info->mask)))
5201 writel(sel << conf->drvstr_bit, ds_sel_reg);
5207 pin, conf->type, sel);
5217 u32 sel;
5220 sel = convert_current_to_drive_strength(conf->type, ma);
5221 if (DS_NULL == sel) {
5228 pin, sel);
5230 pin, sel, ma, ret?"FAILED":"OK");