Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_npcx.c286 return IS_BIT_SET(inst->UFTSTS, NPCX_UFTSTS_NXMIP); in uart_npcx_irq_tx_complete()
881 if (!IS_BIT_SET(inst->UFTSTS, NPCX_UFTSTS_NXMIP)) { in uart_npcx_isr()
900 IS_BIT_SET(inst->UFTSTS, NPCX_UFTSTS_NXMIP)) { in uart_npcx_isr()
/Zephyr-latest/soc/nuvoton/npcx/common/reg/
Dreg_def.h407 #define NPCX_UFTSTS_NXMIP 7 macro