Lines Matching refs:regValue
384 uint32_t regValue = base->GENCS & (~ALL_FLAGS_MASK); in TSI_EnableInterrupts() local
388 regValue |= TSI_GENCS_TSIIEN_MASK; in TSI_EnableInterrupts()
392 regValue &= (~TSI_GENCS_ESOR_MASK); in TSI_EnableInterrupts()
396 regValue |= TSI_GENCS_ESOR_MASK; in TSI_EnableInterrupts()
399 base->GENCS = regValue; /* write value to register */ in TSI_EnableInterrupts()
413 uint32_t regValue = base->GENCS & (~ALL_FLAGS_MASK); in TSI_DisableInterrupts() local
417 regValue &= (~TSI_GENCS_TSIIEN_MASK); in TSI_DisableInterrupts()
421 regValue |= TSI_GENCS_ESOR_MASK; in TSI_DisableInterrupts()
425 regValue &= (~TSI_GENCS_ESOR_MASK); in TSI_DisableInterrupts()
428 base->GENCS = regValue; /* write value to register */ in TSI_DisableInterrupts()
442 uint32_t regValue = base->GENCS & (~ALL_FLAGS_MASK); in TSI_ClearStatusFlags() local
446 regValue |= TSI_GENCS_EOSF_MASK; in TSI_ClearStatusFlags()
450 regValue |= TSI_GENCS_OUTRGF_MASK; in TSI_ClearStatusFlags()
453 base->GENCS = regValue; /* write value to register */ in TSI_ClearStatusFlags()