Lines Matching refs:nch
101 int nch; /* num. of channels */ member
211 int i, nch, ver; in usbtll_omap_probe() local
227 nch = OMAP_TLL_CHANNEL_COUNT; in usbtll_omap_probe()
231 nch = OMAP_REV2_TLL_CHANNEL_COUNT; in usbtll_omap_probe()
234 nch = OMAP_TLL_CHANNEL_COUNT; in usbtll_omap_probe()
236 ver, nch); in usbtll_omap_probe()
240 tll = devm_kzalloc(dev, sizeof(*tll) + sizeof(tll->ch_clk[nch]), in usbtll_omap_probe()
249 tll->nch = nch; in usbtll_omap_probe()
252 for (i = 0; i < nch; i++) { in usbtll_omap_probe()
289 for (i = 0; i < tll->nch; i++) { in usbtll_omap_remove()
331 for (i = 0; i < tll->nch; i++) in omap_tll_init()
347 for (i = 0; i < tll->nch; i++) { in omap_tll_init()
405 for (i = 0; i < tll->nch; i++) { in omap_tll_enable()
437 for (i = 0; i < tll->nch; i++) { in omap_tll_disable()