Searched refs:DW_SAR (Results 1 – 2 of 2) sorted by relevance
500 dw_write(dev_cfg->base, DW_SAR(channel), (uint32_t)(lli->sar & DW_ADDR_MASK_32)); in dw_dma_start()505 dw_write(dev_cfg->base, DW_SAR(channel), lli->sar); in dw_dma_start()795 int32_t read_ptr = dw_read(base, DW_SAR(channel)); in dw_dma_free_data_size()
30 #define DW_SAR(chan) \ macro