Searched refs:SET_BITS (Results 1 – 2 of 2) sorted by relevance
/hal_intel-3.5.0/bsp_sedi/drivers/dma/ |
D | sedi_dma_ann_1p0.c | 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() 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() 383 SET_BITS(misc_regs->dma_xbar_sel[channel_id], RX_TX_LOC, in dma_apply_other_regs() [all …]
|
/hal_intel-3.5.0/bsp_sedi/include/driver/ |
D | sedi_driver_common.h | 228 #define SET_BITS(reg_name, start, width, value) \ macro
|