Searched refs:chan_regs (Results 1 – 1 of 1) sorted by relevance
/hal_intel-3.6.0/bsp_sedi/drivers/dma/ |
D | sedi_dma_ann_1p0.c | 220 volatile dma_chan_reg_t *chan_regs = &(regs->chan_reg[channel_id]); in config_snoop() local 226 SET_BITS(chan_regs->cfg_low, WR_SNP_LOC, WR_SNP_LEN, 0); in config_snoop() 227 SET_BITS(chan_regs->cfg_low, RD_SNP_LOC, RD_SNP_LEN, 0); in config_snoop() 228 SET_BITS(chan_regs->cfg_low, RD_LLP_SNP_LOC, RD_LLP_SNP_LEN, 1); in config_snoop() 229 SET_BITS(chan_regs->cfg_low, RD_STAT_SNP_LOC, RD_STAT_SNP_LEN, 1); in config_snoop() 230 SET_BITS(chan_regs->cfg_low, WR_STAT_SNP_LOC, WR_STAT_SNP_LEN, 1); in config_snoop() 231 SET_BITS(chan_regs->cfg_low, WR_CTLHI_SNP_LOC, WR_CTLHI_SNP_LEN, 1); in config_snoop() 367 volatile dma_chan_reg_t *chan_regs, in dma_apply_other_regs() argument 389 SET_BITS(chan_regs->cfg_low, DST_HS_POL_LOC, DST_HS_POL_LEN, in dma_apply_other_regs() 391 SET_BITS(chan_regs->cfg_low, SRC_HS_POL_LOC, SRC_HS_POL_LEN, in dma_apply_other_regs() [all …]
|