Searched refs:ESPISTS (Results 1 – 3 of 3) sorted by relevance
678 if (WAIT_FOR(!IS_BIT_SET(inst->ESPISTS, NPCX_ESPISTS_FLAUTORDREQ), in espi_taf_npcx_block()686 if (WAIT_FOR(IS_BIT_SET(inst->ESPISTS, NPCX_ESPISTS_AUTO_RD_DIS_STS), in espi_taf_npcx_block()689 inst->ESPISTS |= BIT(NPCX_ESPISTS_AUTO_RD_DIS_STS); in espi_taf_npcx_block()695 inst->ESPISTS |= BIT(NPCX_ESPISTS_AUTO_RD_DIS_STS); in espi_taf_npcx_block()
480 status = inst->ESPISTS & mask; in espi_bus_generic_isr()483 inst->ESPISTS = status; in espi_bus_generic_isr()706 data->espi_rst_level = IS_BIT_SET(inst->ESPISTS, in espi_vw_espi_rst_isr()1026 if (IS_BIT_SET(inst->ESPISTS, NPCX_ESPISTS_BERR)) { in espi_npcx_receive_oob()
605 volatile uint32_t ESPISTS; member