Searched refs:SET_BITS (Results 1 – 2 of 2) sorted by relevance
| /hal_intel-latest/bsp_sedi/drivers/dma/ |
| D | sedi_dma_ann_1p0.c | 232 SET_BITS(chan_regs->cfg_low, WR_SNP_LOC, WR_SNP_LEN, 0); in config_snoop() 233 SET_BITS(chan_regs->cfg_low, RD_SNP_LOC, RD_SNP_LEN, 0); in config_snoop() 234 SET_BITS(chan_regs->cfg_low, RD_LLP_SNP_LOC, RD_LLP_SNP_LEN, 1); in config_snoop() 235 SET_BITS(chan_regs->cfg_low, RD_STAT_SNP_LOC, RD_STAT_SNP_LEN, 1); in config_snoop() 236 SET_BITS(chan_regs->cfg_low, WR_STAT_SNP_LOC, WR_STAT_SNP_LEN, 1); in config_snoop() 237 SET_BITS(chan_regs->cfg_low, WR_CTLHI_SNP_LOC, WR_CTLHI_SNP_LEN, 1); in config_snoop() 238 SET_BITS(misc_regs->dma_ctl_ch[channel_id], RD_NON_SNOOP_LOC, in config_snoop() 240 SET_BITS(misc_regs->dma_ctl_ch[channel_id], WR_NON_SNOOP_LOC, in config_snoop() 242 SET_BITS(misc_regs->dma_ctl_ch[channel_id], NON_SNOOP_LOC, in config_snoop() 389 SET_BITS(misc_regs->dma_xbar_sel[channel_id], RX_TX_LOC, in dma_apply_other_regs() [all …]
|
| /hal_intel-latest/bsp_sedi/include/driver/ |
| D | sedi_driver_common.h | 254 #define SET_BITS(reg_name, start, width, value) \ macro
|