Searched refs:UFTSTS (Results 1 – 3 of 3) sorted by relevance
204 return !(GET_FIELD(inst->UFTSTS, NPCX_UFTSTS_TEMPTY_LVL) == 0); in uart_npcx_tx_fifo_ready()286 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()
39 NPCX_REG_OFFSET_CHECK(uart_reg, UFTSTS, 0x020);
370 volatile uint8_t UFTSTS; member