Searched refs:misc_regs (Results 1 – 1 of 1) sorted by relevance
/hal_intel-3.5.0/bsp_sedi/drivers/dma/ |
D | sedi_dma_ann_1p0.c | 221 volatile dma_misc_regs_t *misc_regs = &(regs->dev_misc_reg); in config_snoop() local 224 misc_regs->dma_regaccess_chid = channel_id; in config_snoop() 232 SET_BITS(misc_regs->dma_ctl_ch[channel_id], RD_NON_SNOOP_LOC, in config_snoop() 234 SET_BITS(misc_regs->dma_ctl_ch[channel_id], WR_NON_SNOOP_LOC, in config_snoop() 236 SET_BITS(misc_regs->dma_ctl_ch[channel_id], NON_SNOOP_LOC, in config_snoop() 366 static int32_t dma_apply_other_regs(volatile dma_misc_regs_t *misc_regs, in dma_apply_other_regs() argument 383 SET_BITS(misc_regs->dma_xbar_sel[channel_id], RX_TX_LOC, in dma_apply_other_regs() 386 SET_BITS(misc_regs->dma_xbar_sel[channel_id], DEVID_LOC, in dma_apply_other_regs() 427 SET_BITS(misc_regs->dma_ctl_ch[channel_id], WR_RS_LOC, WR_RS_LEN, in dma_apply_other_regs() 429 SET_BITS(misc_regs->dma_ctl_ch[channel_id], RD_RS_LOC, RD_RS_LEN, in dma_apply_other_regs() [all …]
|