<dec f='src/src/sys/dev/pci/if_iwmreg.h' l='1301'/>
<doc f='src/src/sys/dev/pci/if_iwmreg.h' l='1279'>/**
 * Transmit DMA Channel Control/Status Registers (TCSR)
 *
 * Device has one configuration register for each of 8 Tx DMA/FIFO channels
 * supported in hardware (don&apos;t confuse these with the 16 Tx queues in DRAM,
 * which feed the DMA/FIFO channels); config regs are separated by 0x20 bytes.
 *
 * To use a Tx DMA channel, driver must initialize its
 * IWM_FH_TCSR_CHNL_TX_CONFIG_REG(chnl) with:
 *
 * IWM_FH_TCSR_TX_CONFIG_REG_VAL_DMA_CHNL_ENABLE |
 * IWM_FH_TCSR_TX_CONFIG_REG_VAL_DMA_CREDIT_ENABLE_VAL
 *
 * All other bits should be 0.
 *
 * Bit fields:
 * 31-30: Tx DMA channel enable: &apos;00&apos; off/pause, &apos;01&apos; pause at end of frame,
 *        &apos;10&apos; operate normally
 * 29- 4: Reserved, set to &quot;0&quot;
 *     3: Enable internal DMA requests (1, normal operation), disable (0)
 *  2- 0: Reserved, set to &quot;0&quot;
 */</doc>
