Searched refs:channo (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | apple-admac.c | 222 static enum dma_transfer_direction admac_chan_direction(int channo) in admac_chan_direction() argument 225 return (channo & 1) ? DMA_DEV_TO_MEM : DMA_MEM_TO_DEV; in admac_chan_direction() 285 static void admac_cyclic_write_one_desc(struct admac_data *ad, int channo, in admac_cyclic_write_one_desc() argument 296 channo, &addr, tx->period_len, FLAG_DESC_NOTIFY); in admac_cyclic_write_one_desc() 298 writel_relaxed(lower_32_bits(addr), ad->base + REG_DESC_WRITE(channo)); in admac_cyclic_write_one_desc() 299 writel_relaxed(upper_32_bits(addr), ad->base + REG_DESC_WRITE(channo)); in admac_cyclic_write_one_desc() 300 writel_relaxed(tx->period_len, ad->base + REG_DESC_WRITE(channo)); in admac_cyclic_write_one_desc() 301 writel_relaxed(FLAG_DESC_NOTIFY, ad->base + REG_DESC_WRITE(channo)); in admac_cyclic_write_one_desc() 311 static void admac_cyclic_write_desc(struct admac_data *ad, int channo, in admac_cyclic_write_desc() argument 317 if (readl_relaxed(ad->base + REG_DESC_RING(channo)) in admac_cyclic_write_desc() 343 admac_cyclic_read_residue(struct admac_data *ad, int channo, struct admac_tx *adtx) admac_cyclic_read_residue() argument 598 admac_drain_reports(struct admac_data *ad, int channo) admac_drain_reports() argument 620 admac_handle_status_err(struct admac_data *ad, int channo) admac_handle_status_err() argument 643 admac_handle_status_desc_done(struct admac_data *ad, int channo) admac_handle_status_desc_done() argument [all...] |
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | firestream.c | 768 unsigned int channo; in process_incoming() local 787 channo = qe->cmd & 0xffff; in process_incoming() 789 if (channo < dev->nchannels) in process_incoming() 790 atm_vcc = dev->atm_vccs[channo]; in process_incoming() 815 printk (KERN_ERR "Got a receive on a non-open channel %d.\n", channo); in process_incoming() 900 for (to=33;to;to--, dev->channo++) { in fs_open() 902 if (dev->channo >= 32) in fs_open() 903 dev->channo = 0; in fs_open() 905 if (DO_DIRECTION(rxtp) && dev->atm_vccs[dev->channo]) in fs_open() 908 if (DO_DIRECTION(txtp) && test_bit (dev->channo, de in fs_open() [all...] |
H A D | firestream.h | 435 int channo; member 465 int channo; member
|
Completed in 6 milliseconds