Lines Matching +full:14 +full:- +full:channel
5 * This program is dual-licensed; you may select either version 2 of
80 #define MAC_HWF0R_TXCOESEL_POS 14
84 #define MAC_HWF1R_ADDR64_POS 14
314 #define MMC_RISR_RX512TO1023OCTETS_GB_POS 14
362 #define MMC_TISR_TXOCTETCOUNT_G_POS 14
402 #define MTL_Q_RQDR_PRXQ_LEN 14
532 /* DMA channel register offsets
533 * Multiple channels can be active. The first channel has registers
534 * that begin at 0x3100. Each subsequent channel has registers that
535 * are accessed using an offset of 0x80 from the previous channel.
555 /* DMA channel register entry bit positions and sizes */
581 #define DMA_CH_RCR_RBSZ_LEN 14
609 /* DMA channel register values */
672 #define RX_NORMAL_DESC3_PL_LEN 14
709 #define TX_NORMAL_DESC2_HL_B1L_LEN 14
714 #define TX_NORMAL_DESC2_VTIR_POS 14
740 ((pdata)->mac_regs + MTL_Q_BASE + ((n) * MTL_Q_INC) + (reg))
742 #define XLGMAC_DMA_REG(channel, reg) ((channel)->dma_regs + (reg)) argument