Lines Matching refs:ctl1
116 u32 ctl1;
121 ctl1 = len & BGMAC_DESC_CTL1_LEN;
128 dma_desc->ctl1 = cpu_to_le32(ctl1);
217 u32 ctl1 = le32_to_cpu(ring->cpu_base[index].ctl1);
218 int len = ctl1 & BGMAC_DESC_CTL1_LEN;
251 u32 ctl0, ctl1;
258 ctl1 = le32_to_cpu(ring->cpu_base[slot_idx].ctl1);
259 len = ctl1 & BGMAC_DESC_CTL1_LEN;
381 u32 ctl0 = 0, ctl1 = 0;
385 ctl1 |= BGMAC_RX_BUF_SIZE & BGMAC_DESC_CTL1_LEN;
387 /* ctl1 |= (addrext << B43_DMA64_DCTL1_ADDREXT_SHIFT) &
394 dma_desc->ctl1 = cpu_to_le32(ctl1);
534 u32 ctl1 = le32_to_cpu(dma_desc[i].ctl1);
535 unsigned int len = ctl1 & BGMAC_DESC_CTL1_LEN;