 |
Zephyr API 3.6.99
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
6#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_FLASH_CONTROLLER_NPCX_FIU_QSPI_H_
7#define ZEPHYR_INCLUDE_DT_BINDINGS_FLASH_CONTROLLER_NPCX_FIU_QSPI_H_
12#define NPCX_QSPI_SW_CS0 BIT(0)
13#define NPCX_QSPI_SW_CS1 BIT(1)
14#define NPCX_QSPI_SW_CS2 BIT(2)
15#define NPCX_QSPI_SW_CS_MASK (NPCX_QSPI_SW_CS0 | NPCX_QSPI_SW_CS1 | NPCX_QSPI_SW_CS2)
18#define NPCX_QSPI_SEC_FLASH_SL BIT(4)
19#define NPCX_QSPI_PVT_FLASH_SL BIT(5)
20#define NPCX_QSPI_SHD_FLASH_SL BIT(6)
21#define NPCX_QSPI_BKP_FLASH_SL BIT(7)
24#define NPCX_RD_MODE_NORMAL 0
25#define NPCX_RD_MODE_FAST 1
26#define NPCX_RD_MODE_FAST_DUAL 3
28#if defined(CONFIG_NPCX_SOC_VARIANT_NPCKN)
30#define NPCX_BURST_MODE_1_BYTE 0
31#define NPCX_BURST_MODE_16_BYTE 3