pick_chans       2589 drivers/dma/coh901318.c static void coh901318_base_init(struct dma_device *dma, const int *pick_chans,
pick_chans       2598 drivers/dma/coh901318.c 	for (chans_i = 0; pick_chans[chans_i] != -1; chans_i += 2) {
pick_chans       2599 drivers/dma/coh901318.c 		for (i = pick_chans[chans_i]; i <= pick_chans[chans_i+1]; i++) {
pick_chans       2751 drivers/dma/coh901318.c static void coh901318_base_remove(struct coh901318_base *base, const int *pick_chans)
pick_chans       2757 drivers/dma/coh901318.c 	for (chans_i = 0; pick_chans[chans_i] != -1; chans_i += 2) {
pick_chans       2758 drivers/dma/coh901318.c 		for (i = pick_chans[chans_i]; i <= pick_chans[chans_i+1]; i++) {