Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/dt-bindings/flash_controller/
Dnpcx_fiu_qspi.h18 #define NPCX_QSPI_SEC_FLASH_SL BIT(4) macro
/Zephyr-Core-3.5.0/drivers/flash/
Dflash_npcx_fiu_qspi.c92 if ((qspi_cfg->flags & NPCX_QSPI_SEC_FLASH_SL) != 0) { in qspi_npcx_config_uma_mode()
107 if ((qspi_cfg->flags & NPCX_QSPI_SEC_FLASH_SL) != 0) { in qspi_npcx_config_dra_4byte_mode()
131 int spi_dev_num = (qspi_cfg->flags & NPCX_QSPI_SEC_FLASH_SL) != 0 ? 1 : 0; in qspi_npcx_config_dra_mode()