Searched refs:tmp_cfg_shift (Results 1 – 1 of 1) sorted by relevance
346 uint32_t tmp_cfg_shift = PININT_BITSLICE_CFG_MASK; in PINT_PatternMatchConfig() local359 pmcfg = (pmcfg & ~(tmp_cfg_shift << cfg_shift)) | ((uint32_t)(cfg->bs_cfg) << cfg_shift); in PINT_PatternMatchConfig()411 uint32_t tmp_cfg_shift = PININT_BITSLICE_CFG_MASK; in PINT_PatternMatchGetConfig() local420 …cfg->bs_cfg = (pint_pmatch_bslice_cfg_t)(uint32_t)((base->PMCFG & (tmp_cfg_shift << cfg_shift)) >>… in PINT_PatternMatchGetConfig()