Home
last modified time | relevance | path

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

/drivers/net/ethernet/broadcom/
A 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()
A Dbgmac.h400 __le32 ctl0; member
/drivers/soc/mediatek/
A Dmtk-svs.c444 u32 ctl0; member
2270 .ctl0 = 0x00540003,
2299 .ctl0 = 0x00540003,
2335 .ctl0 = 0x00540003,
2368 .ctl0 = 0x00540003,
2403 .ctl0 = 0x00100003,
2432 .ctl0 = 0x00100003,
2468 .ctl0 = 0x00540003,
2499 .ctl0 = 0x00540003,
2532 .ctl0 = 0x3210000f,
[all …]
/drivers/spi/
A Dspi-aspeed-smc.c73 u32 ctl0; member
674 chip->ctl = aspi->regs + data->ctl0 + cs * 4; in aspeed_spi_setup()
1094 .ctl0 = CE0_CTRL_REG,
1108 .ctl0 = 0x04,
1120 .ctl0 = CE0_CTRL_REG,
1134 .ctl0 = CE0_CTRL_REG,
1149 .ctl0 = CE0_CTRL_REG,
1164 .ctl0 = CE0_CTRL_REG,
/drivers/net/wireless/broadcom/b43/
A 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()

Completed in 21 milliseconds