Searched refs:nbank (Results 1 – 3 of 3) sorted by relevance
193 unsigned int ngpio, nbank, nirq; in davinci_gpio_probe() local270 nbank = DIV_ROUND_UP(ngpio, 32); in davinci_gpio_probe()271 for (bank = 0; bank < nbank; bank++) in davinci_gpio_probe()
493 unsigned int nbank; in snd_ymfpci_pcm_init_voice() local536 for (nbank = 0; nbank < 2; nbank++) { in snd_ymfpci_pcm_init_voice()537 bank = &voice->bank[nbank]; in snd_ymfpci_pcm_init_voice()707 int nbank; in snd_ymfpci_capture_prepare() local735 for (nbank = 0; nbank < 2; nbank++) { in snd_ymfpci_capture_prepare()736 bank = chip->bank_capture[ypcm->capture_bank_number][nbank]; in snd_ymfpci_capture_prepare()
352 int nbank; member5788 for (idx = 0; idx < a7gc->nbank; idx++) { in atlas7_gpio_handle_irq()5793 BUG_ON(idx == a7gc->nbank); in atlas7_gpio_handle_irq()5997 u32 nbank; in atlas7_gpio_probe() local6000 ret = of_property_read_u32(np, "gpio-banks", &nbank); in atlas7_gpio_probe()6009 a7gc = devm_kzalloc(&pdev->dev, struct_size(a7gc, banks, nbank), in atlas7_gpio_probe()6032 a7gc->nbank = nbank; in atlas7_gpio_probe()6045 chip->ngpio = NGPIO_OF_BANK * nbank; in atlas7_gpio_probe()6069 for (idx = 0; idx < nbank; idx++) { in atlas7_gpio_probe()6107 for (idx = 0; idx < a7gc->nbank; idx++) { in atlas7_gpio_suspend_noirq()[all …]