Home
last modified time | relevance | path

Searched refs:NPCX_PECI_CTL_STS_START_BUSY (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/peci/
Dpeci_npcx.c47 if (IS_BIT_SET(reg->PECI_CTL_STS, NPCX_PECI_CTL_STS_START_BUSY)) { in peci_npcx_check_bus_idle()
177 reg->PECI_CTL_STS |= BIT(NPCX_PECI_CTL_STS_START_BUSY); in peci_npcx_transfer()
/Zephyr-latest/soc/nuvoton/npcx/common/reg/
Dreg_def.h1626 #define NPCX_PECI_CTL_STS_START_BUSY 0 macro