Searched refs:NPCX_SMBST_NEGACK (Results 1 – 2 of 2) sorted by relevance
493 inst->SMBST = BIT(NPCX_SMBST_BER) | BIT(NPCX_SMBST_NEGACK); in i2c_ctrl_recovery()800 if (IS_BIT_SET(status, NPCX_SMBST_NEGACK)) { in i2c_ctrl_target_isr()802 inst->SMBST = BIT(NPCX_SMBST_NEGACK); in i2c_ctrl_target_isr()899 if (IS_BIT_SET(status, NPCX_SMBST_NEGACK)) { in i2c_ctrl_isr()904 inst->SMBST = BIT(NPCX_SMBST_NEGACK); in i2c_ctrl_isr()
1214 #define NPCX_SMBST_NEGACK 4 macro