Lines Matching refs:control
133 csrwr32(SGDMA_CTRLREG_RESET, priv->tx_dma_csr, sgdma_csroffs(control)); in sgdma_reset()
134 csrwr32(0, priv->tx_dma_csr, sgdma_csroffs(control)); in sgdma_reset()
136 csrwr32(SGDMA_CTRLREG_RESET, priv->rx_dma_csr, sgdma_csroffs(control)); in sgdma_reset()
137 csrwr32(0, priv->rx_dma_csr, sgdma_csroffs(control)); in sgdma_reset()
163 tse_set_bit(priv->rx_dma_csr, sgdma_csroffs(control), in sgdma_clear_rxirq()
169 tse_set_bit(priv->tx_dma_csr, sgdma_csroffs(control), in sgdma_clear_txirq()
216 ((csrrd8(priv->tx_dma_desc, sgdma_descroffs(control)) in sgdma_tx_completions()
273 csrwr32(0, priv->rx_dma_csr, sgdma_csroffs(control)); in sgdma_rx_status()
316 u32 ctrl = csrrd8(ndesc, sgdma_descroffs(control)); in sgdma_setup_descrip()
318 csrwr8(ctrl, ndesc, sgdma_descroffs(control)); in sgdma_setup_descrip()
333 csrwr8(ctrl, desc, sgdma_descroffs(control)); in sgdma_setup_descrip()
384 sgdma_csroffs(control)); in sgdma_async_read()
399 csrwr32(0, priv->tx_dma_csr, sgdma_csroffs(control)); in sgdma_async_write()
411 sgdma_csroffs(control)); in sgdma_async_write()