Searched refs:src_shift (Results 1 – 1 of 1) sorted by relevance
342 uint32_t src_shift; in PINT_PatternMatchConfig() local351 src_shift = PININT_BITSLICE_SRC_START + ((uint32_t)bslice * 3UL); in PINT_PatternMatchConfig()355 …base->PMSRC = (base->PMSRC & ~(tmp_src_shift << src_shift)) | ((uint32_t)(cfg->bs_src) << src_shif… in PINT_PatternMatchConfig()408 uint32_t src_shift; in PINT_PatternMatchGetConfig() local416 src_shift = PININT_BITSLICE_SRC_START + ((uint32_t)bslice * 3UL); in PINT_PatternMatchGetConfig()419 …c = (pint_pmatch_input_src_t)(uint32_t)((base->PMSRC & (tmp_src_shift << src_shift)) >> src_shift); in PINT_PatternMatchGetConfig()