Home
last modified time | relevance | path

Searched refs:UMA_CTS (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/flash/
Dflash_npcx_fiu_qspi.c66 inst->UMA_CTS = UMA_CODE_CMD_WR_ONLY; in qspi_npcx_uma_write_byte()
68 while (IS_BIT_SET(inst->UMA_CTS, NPCX_UMA_CTS_EXEC_DONE)) { in qspi_npcx_uma_write_byte()
78 inst->UMA_CTS = UMA_CODE_RD_BYTE(1); in qspi_npcx_uma_read_byte()
79 while (IS_BIT_SET(inst->UMA_CTS, NPCX_UMA_CTS_EXEC_DONE)) { in qspi_npcx_uma_read_byte()
/Zephyr-latest/soc/nuvoton/npcx/common/
Dregisters.c172 NPCX_REG_OFFSET_CHECK(fiu_reg, UMA_CTS, 0x01e);
/Zephyr-latest/soc/nuvoton/npcx/common/reg/
Dreg_def.h1489 volatile uint8_t UMA_CTS; member