Searched refs:PECI_CTL_STS (Results 1 – 2 of 2) sorted by relevance
47 if (IS_BIT_SET(reg->PECI_CTL_STS, NPCX_PECI_CTL_STS_START_BUSY)) { in peci_npcx_check_bus_idle()124 reg->PECI_CTL_STS = BIT(NPCX_PECI_CTL_STS_DONE) | BIT(NPCX_PECI_CTL_STS_CRC_ERR) | in peci_npcx_enable()175 reg->PECI_CTL_STS |= BIT(NPCX_PECI_CTL_STS_DONE_EN); in peci_npcx_transfer()177 reg->PECI_CTL_STS |= BIT(NPCX_PECI_CTL_STS_START_BUSY); in peci_npcx_transfer()207 status = reg->PECI_CTL_STS; in peci_npcx_isr()213 reg->PECI_CTL_STS &= ~BIT(NPCX_PECI_CTL_STS_DONE_EN); in peci_npcx_isr()
1593 volatile uint8_t PECI_CTL_STS; member