Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/dt-bindings/flash_controller/
Dnpcx_fiu_qspi.h18 #define NPCX_QSPI_SEC_FLASH_SL BIT(4) macro
/Zephyr-latest/drivers/flash/
Dflash_npcx_fiu_qspi.c93 if ((qspi_cfg->flags & NPCX_QSPI_SEC_FLASH_SL) != 0) { in qspi_npcx_config_uma_mode()
108 if ((qspi_cfg->flags & NPCX_QSPI_SEC_FLASH_SL) != 0) { in qspi_npcx_config_dra_4byte_mode()
132 int spi_dev_num = (qspi_cfg->flags & NPCX_QSPI_SEC_FLASH_SL) != 0 ? 1 : 0; in qspi_npcx_config_dra_mode()
255 if ((flags & NPCX_QSPI_SEC_FLASH_SL) == 0) { in qspi_npcx_fiu_set_spi_size()
Dflash_npcx_fiu_nor.c696 ((DT_INST_PROP(n, qspi_flags) & NPCX_QSPI_SEC_FLASH_SL) == \
697 NPCX_QSPI_SEC_FLASH_SL)))