Searched refs:NPCX_PSTAT_RFERR (Results 1 – 2 of 2) sorted by relevance
228 status = inst->PSTAT & (BIT(NPCX_PSTAT_PERR) | BIT(NPCX_PSTAT_RFERR)); in ps2_npcx_ctrl_is_rx_error()233 if (status & BIT(NPCX_PSTAT_RFERR)) { in ps2_npcx_ctrl_is_rx_error()
1432 #define NPCX_PSTAT_RFERR 6 macro