Searched refs:tmp_src_shift (Results 1 – 1 of 1) sorted by relevance
345 uint32_t tmp_src_shift = PININT_BITSLICE_SRC_MASK; in PINT_PatternMatchConfig() local355 …base->PMSRC = (base->PMSRC & ~(tmp_src_shift << src_shift)) | ((uint32_t)(cfg->bs_src) << src_shif… in PINT_PatternMatchConfig()410 uint32_t tmp_src_shift = PININT_BITSLICE_SRC_MASK; in PINT_PatternMatchGetConfig() local419 …cfg->bs_src = (pint_pmatch_input_src_t)(uint32_t)((base->PMSRC & (tmp_src_shift << src_shift)) >> … in PINT_PatternMatchGetConfig()