Searched refs:MEC_I2C_SMB_CTRL_ENI_Pos (Results 1 – 3 of 3) sorted by relevance
491 ctr |= MEC_BIT(MEC_I2C_SMB_CTRL_ENI_Pos); in mec_hal_i2c_smb_auto_ack_enable()510 ctr |= MEC_BIT(MEC_I2C_SMB_CTRL_ENI_Pos); in mec_hal_i2c_smb_auto_ack_disable()551 ctx->i2c_ctrl_cached |= MEC_BIT(MEC_I2C_SMB_CTRL_ENI_Pos); in mec_hal_i2c_smb_intr_ctrl()553 ctx->i2c_ctrl_cached &= (uint8_t)~MEC_BIT(MEC_I2C_SMB_CTRL_ENI_Pos); in mec_hal_i2c_smb_intr_ctrl()720 ctr |= MEC_BIT(MEC_I2C_SMB_CTRL_ENI_Pos); in mec_hal_i2c_smb_start_gen()
84 #define MEC_I2C_SMB_CTRL_ENI_Pos (3UL) /*!< ENI (Bit 3) … macro