Lines Matching refs:control
135 csrwr32(SGDMA_CTRLREG_RESET, priv->tx_dma_csr, sgdma_csroffs(control)); in sgdma_reset()
136 csrwr32(0, priv->tx_dma_csr, sgdma_csroffs(control)); in sgdma_reset()
138 csrwr32(SGDMA_CTRLREG_RESET, priv->rx_dma_csr, sgdma_csroffs(control)); in sgdma_reset()
139 csrwr32(0, priv->rx_dma_csr, sgdma_csroffs(control)); in sgdma_reset()
165 tse_set_bit(priv->rx_dma_csr, sgdma_csroffs(control), in sgdma_clear_rxirq()
171 tse_set_bit(priv->tx_dma_csr, sgdma_csroffs(control), in sgdma_clear_txirq()
218 ((csrrd8(priv->tx_dma_desc, sgdma_descroffs(control)) in sgdma_tx_completions()
275 csrwr32(0, priv->rx_dma_csr, sgdma_csroffs(control)); in sgdma_rx_status()
318 u32 ctrl = csrrd8(ndesc, sgdma_descroffs(control)); in sgdma_setup_descrip()
320 csrwr8(ctrl, ndesc, sgdma_descroffs(control)); in sgdma_setup_descrip()
335 csrwr8(ctrl, desc, sgdma_descroffs(control)); in sgdma_setup_descrip()
386 sgdma_csroffs(control)); in sgdma_async_read()
401 csrwr32(0, priv->tx_dma_csr, sgdma_csroffs(control)); in sgdma_async_write()
413 sgdma_csroffs(control)); in sgdma_async_write()