Searched refs:msgdma_descroffs (Results 1 – 2 of 2) sorted by relevance
112 msgdma_descroffs(read_addr_lo)); in msgdma_tx_buffer()114 msgdma_descroffs(read_addr_hi)); in msgdma_tx_buffer()115 csrwr32(0, priv->tx_dma_desc, msgdma_descroffs(write_addr_lo)); in msgdma_tx_buffer()116 csrwr32(0, priv->tx_dma_desc, msgdma_descroffs(write_addr_hi)); in msgdma_tx_buffer()120 msgdma_descroffs(stride)); in msgdma_tx_buffer()122 msgdma_descroffs(control)); in msgdma_tx_buffer()164 csrwr32(0, priv->rx_dma_desc, msgdma_descroffs(read_addr_lo)); in msgdma_add_rx_desc()165 csrwr32(0, priv->rx_dma_desc, msgdma_descroffs(read_addr_hi)); in msgdma_add_rx_desc()167 msgdma_descroffs(write_addr_lo)); in msgdma_add_rx_desc()169 msgdma_descroffs(write_addr_hi)); in msgdma_add_rx_desc()[all …]
140 #define msgdma_descroffs(a) (offsetof(struct msgdma_extended_desc, a)) macro