Home
last modified time | relevance | path

Searched refs:MAX_CHAN (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/include/linux/
Dcyclades.h243 #define MAX_CHAN 64 /* max number of channels per board */ macro
469 #define QUEUE_SIZE (10*MAX_CHAN)
486 struct CH_CTRL ch_ctrl[MAX_CHAN];
487 struct BUF_CTRL buf_ctrl[MAX_CHAN];
/linux-3.4.99/drivers/dma/
Dintel_mid_dma_regs.h230 struct intel_mid_dma_chan ch[MAX_CHAN];
Dintel_mid_dma.c34 #define MAX_CHAN 4 /*max ch across controllers*/ macro
74 for (i = 0; i < MAX_CHAN; i++) { in get_ch_index()
/linux-3.4.99/drivers/scsi/
Deata_generic.h249 MAX_CHAN:3; /* Number of SCSI busses on HBA */ member
Deata_pio.c662 …IRQT:%d FORCADR:%d MCH:%d RIDQ:%d\n", gc->IRQ, gc->IRQ_TR, gc->FORCADR, gc->MAX_CHAN, gc->ID_qest); in print_pio_config()