Searched refs:NPCX_SMBST_NEGACK (Results 1 – 2 of 2) sorted by relevance
547 inst->SMBST = BIT(NPCX_SMBST_BER) | BIT(NPCX_SMBST_NEGACK); in i2c_ctrl_recovery()901 if (IS_BIT_SET(status, NPCX_SMBST_NEGACK)) { in i2c_ctrl_target_isr()903 inst->SMBST = BIT(NPCX_SMBST_NEGACK); in i2c_ctrl_target_isr()1000 if (IS_BIT_SET(status, NPCX_SMBST_NEGACK)) { in i2c_ctrl_isr()1005 inst->SMBST = BIT(NPCX_SMBST_NEGACK); in i2c_ctrl_isr()
1217 #define NPCX_SMBST_NEGACK 4 macro