 |
Zephyr API 3.6.99
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
6#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_ESPI_NPCX_ESPI_H_
7#define ZEPHYR_INCLUDE_DT_BINDINGS_ESPI_NPCX_ESPI_H_
15#define ESPI_NPCX_VW_EX_VAL(dir, group, index) \
16 (((dir & 0x1) << 12) + ((group & 0xf) << 8) + (index & 0xff))
19#define ESPI_NPCX_VW_EX_INDEX(e) ((e) & 0xff)
20#define ESPI_NPCX_VW_EX_GROUP_NUM(e) (((e) >> 8) & 0xf)
21#define ESPI_NPCX_VW_EX_DIR(e) (((e) >> 12) & 0x1)
34#define NPCX_VWEVMS10 10
35#define NPCX_VWEVMS11 11
36#define NPCX_VWEVMS_MAX 12
49#define NPCX_VWEVSM_MAX 10
62#define NPCX_VWGPSM10 10
63#define NPCX_VWGPSM11 11
64#define NPCX_VWGPSM12 12
65#define NPCX_VWGPSM13 13
66#define NPCX_VWGPSM14 14
67#define NPCX_VWGPSM15 15