Searched refs:DP80STS (Results 1 – 2 of 2) sorted by relevance
547 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()
937 volatile uint8_t DP80STS; member