Home
last modified time | relevance | path

Searched refs:ctl0 (Results 1 – 4 of 4) sorted by relevance

/drivers/net/ethernet/broadcom/
Dbgmac.c112 int i, int len, u32 ctl0) in bgmac_dma_tx_add_buf() argument
119 ctl0 |= BGMAC_DESC_CTL0_EOT; in bgmac_dma_tx_add_buf()
127 dma_desc->ctl0 = cpu_to_le32(ctl0); in bgmac_dma_tx_add_buf()
251 u32 ctl0, ctl1; in bgmac_dma_tx_free() local
257 ctl0 = le32_to_cpu(ring->cpu_base[slot_idx].ctl0); in bgmac_dma_tx_free()
260 if (ctl0 & BGMAC_DESC_CTL0_SOF) in bgmac_dma_tx_free()
381 u32 ctl0 = 0, ctl1 = 0; in bgmac_dma_rx_setup_desc() local
384 ctl0 |= BGMAC_DESC_CTL0_EOT; in bgmac_dma_rx_setup_desc()
393 dma_desc->ctl0 = cpu_to_le32(ctl0); in bgmac_dma_rx_setup_desc()
Dbgmac.h403 __le32 ctl0; member
/drivers/mtd/spi-nor/controllers/
Daspeed-smc.c39 u8 ctl0; /* offset in regs of ctl for CE0 */ member
52 .ctl0 = 0x10,
61 .ctl0 = 0x04,
70 .ctl0 = 0x10,
79 .ctl0 = 0x10,
809 chip->ctl = controller->regs + info->ctl0 + cs * 4; in aspeed_smc_setup_flash()
/drivers/net/wireless/broadcom/b43/
Ddma.c184 u32 ctl0 = 0, ctl1 = 0; in op64_fill_descriptor() local
196 ctl0 |= B43_DMA64_DCTL0_DTABLEEND; in op64_fill_descriptor()
198 ctl0 |= B43_DMA64_DCTL0_FRAMESTART; in op64_fill_descriptor()
200 ctl0 |= B43_DMA64_DCTL0_FRAMEEND; in op64_fill_descriptor()
202 ctl0 |= B43_DMA64_DCTL0_IRQ; in op64_fill_descriptor()
207 desc->dma64.control0 = cpu_to_le32(ctl0); in op64_fill_descriptor()