Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/espi/
Dhost_subs_npcx.c547 uint8_t status = inst_shm->DP80STS; in host_port80_isr()
552 while (IS_BIT_SET(inst_shm->DP80STS, NPCX_DP80STS_FNE)) { in host_port80_isr()
565 while (IS_BIT_SET(inst_shm->DP80STS, NPCX_DP80STS_FNE)) { in host_port80_isr()
575 inst_shm->DP80STS |= BIT(NPCX_DP80STS_FOR); in host_port80_isr()
583 if (!IS_BIT_SET(inst_shm->DP80STS, NPCX_DP80STS_FNE)) { in host_port80_isr()
585 inst_shm->DP80STS |= BIT(NPCX_DP80STS_FWR); in host_port80_isr()
/Zephyr-latest/soc/nuvoton/npcx/common/reg/
Dreg_def.h937 volatile uint8_t DP80STS; member