Searched refs:nch (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/mfd/
H A Domap-usb-tll.c109 int nch; /* num. of channels */ member in struct:usbtll_omap
241 tll->nch = OMAP_TLL_CHANNEL_COUNT; usbtll_omap_probe()
245 tll->nch = OMAP_REV2_TLL_CHANNEL_COUNT; usbtll_omap_probe()
248 tll->nch = OMAP_TLL_CHANNEL_COUNT; usbtll_omap_probe()
251 ver, tll->nch); usbtll_omap_probe()
255 tll->ch_clk = devm_kzalloc(dev, sizeof(struct clk *) * tll->nch, usbtll_omap_probe()
263 for (i = 0; i < tll->nch; i++) { usbtll_omap_probe()
306 for (i = 0; i < tll->nch; i++) { usbtll_omap_remove()
348 for (i = 0; i < tll->nch; i++) omap_tll_init()
364 for (i = 0; i < tll->nch; i++) { omap_tll_init()
421 for (i = 0; i < tll->nch; i++) { omap_tll_enable()
453 for (i = 0; i < tll->nch; i++) { omap_tll_disable()
/linux-4.1.27/sound/pci/au88x0/
H A Dau88x0_core.c2822 vortex_translateformat(vortex_t * vortex, char bits, char nch, int encod)
2845 switch (nch) {
2862 static void vortex_cdmacore_setformat(vortex_t * vortex, int bits, int nch)
2866 d = ((bits >> 3) * nch);

Completed in 143 milliseconds