Lines Matching refs:regValue
218 uint32_t regValue = base->GENCS & (~ALL_FLAGS_MASK); in TSI_EnableInterrupts() local
222 regValue |= TSI_GENCS_TSIIEN_MASK; in TSI_EnableInterrupts()
226 regValue &= (~TSI_GENCS_ESOR_MASK); in TSI_EnableInterrupts()
230 regValue |= TSI_GENCS_ESOR_MASK; in TSI_EnableInterrupts()
233 base->GENCS = regValue; /* write value to register */ in TSI_EnableInterrupts()
247 uint32_t regValue = base->GENCS & (~ALL_FLAGS_MASK); in TSI_DisableInterrupts() local
251 regValue &= (~TSI_GENCS_TSIIEN_MASK); in TSI_DisableInterrupts()
255 regValue |= TSI_GENCS_ESOR_MASK; in TSI_DisableInterrupts()
259 regValue &= (~TSI_GENCS_ESOR_MASK); in TSI_DisableInterrupts()
262 base->GENCS = regValue; /* write value to register */ in TSI_DisableInterrupts()
276 uint32_t regValue = base->GENCS & (~ALL_FLAGS_MASK); in TSI_ClearStatusFlags() local
280 regValue |= TSI_GENCS_EOSF_MASK; in TSI_ClearStatusFlags()
284 regValue |= TSI_GENCS_OUTRGF_MASK; in TSI_ClearStatusFlags()
287 base->GENCS = regValue; /* write value to register */ in TSI_ClearStatusFlags()