Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mfd/
Domap-usb-tll.c109 int nch; /* num. of channels */ member
241 tll->nch = OMAP_TLL_CHANNEL_COUNT; in usbtll_omap_probe()
245 tll->nch = OMAP_REV2_TLL_CHANNEL_COUNT; in usbtll_omap_probe()
248 tll->nch = OMAP_TLL_CHANNEL_COUNT; in usbtll_omap_probe()
251 ver, tll->nch); in usbtll_omap_probe()
255 tll->ch_clk = devm_kzalloc(dev, sizeof(struct clk *) * tll->nch, in usbtll_omap_probe()
263 for (i = 0; i < tll->nch; i++) { in usbtll_omap_probe()
306 for (i = 0; i < tll->nch; i++) { in usbtll_omap_remove()
348 for (i = 0; i < tll->nch; i++) in omap_tll_init()
364 for (i = 0; i < tll->nch; i++) { in omap_tll_init()
[all …]
/linux-4.1.27/sound/pci/au88x0/
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);