Searched refs:ctl0 (Results 1 – 3 of 3) sorted by relevance
108 int i, int len, u32 ctl0) in bgmac_dma_tx_add_buf() argument115 ctl0 |= BGMAC_DESC_CTL0_EOT; in bgmac_dma_tx_add_buf()123 dma_desc->ctl0 = cpu_to_le32(ctl0); in bgmac_dma_tx_add_buf()248 u32 ctl0, ctl1; in bgmac_dma_tx_free() local254 ctl0 = le32_to_cpu(ring->cpu_base[slot_idx].ctl0); in bgmac_dma_tx_free()257 if (ctl0 & BGMAC_DESC_CTL0_SOF) in bgmac_dma_tx_free()379 u32 ctl0 = 0, ctl1 = 0; in bgmac_dma_rx_setup_desc() local382 ctl0 |= BGMAC_DESC_CTL0_EOT; in bgmac_dma_rx_setup_desc()391 dma_desc->ctl0 = cpu_to_le32(ctl0); in bgmac_dma_rx_setup_desc()
422 __le32 ctl0; member
197 u32 ctl0 = 0, ctl1 = 0; in op64_fill_descriptor() local209 ctl0 |= B43_DMA64_DCTL0_DTABLEEND; in op64_fill_descriptor()211 ctl0 |= B43_DMA64_DCTL0_FRAMESTART; in op64_fill_descriptor()213 ctl0 |= B43_DMA64_DCTL0_FRAMEEND; in op64_fill_descriptor()215 ctl0 |= B43_DMA64_DCTL0_IRQ; in op64_fill_descriptor()220 desc->dma64.control0 = cpu_to_le32(ctl0); in op64_fill_descriptor()