Searched refs:targets_ibi_enable_sts (Results 1 – 1 of 1) sorted by relevance
21 static uint32_t targets_ibi_enable_sts = 0; variable890 if ((0 == targets_ibi_enable_sts) && (enable_ibi_interrupt)) { in MEC_HAL_I3C_IBI_SIR_Enable()896 targets_ibi_enable_sts |= (1 << ibi_sir_info->tgt_dat_idx); in MEC_HAL_I3C_IBI_SIR_Enable()920 targets_ibi_enable_sts &= (uint32_t)~(1 << ibi_sir_info->tgt_dat_idx); in MEC_HAL_I3C_IBI_SIR_Disable()922 if ((0 == targets_ibi_enable_sts) && (disable_ibi_interrupt)){ in MEC_HAL_I3C_IBI_SIR_Disable()