Lines Matching defs:cnt
2292 int cnt, ret = 0;2301 for (cnt = 0; cnt < info->groups[group].npins; cnt++) {2302 bank = pin_to_bank(info, pins[cnt]);2303 ret = rockchip_set_mux(bank, pins[cnt] - bank->pin_base,2304 data[cnt].func);2311 for (cnt--; cnt >= 0; cnt--)2312 rockchip_set_mux(bank, pins[cnt] - bank->pin_base, 0);