Searched refs:FIELD (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/soc/nuvoton/npcx/common/reg/ |
D | reg_def.h | 172 #define NPCX_DBGCTRL_CCDEV_SEL FIELD(6, 2) 252 #define NPCX_JEN_CTL1_JEN_EN FIELD(0, 4) 253 #define NPCX_JEN_CTL1_JEN_HEN FIELD(4, 4) 259 #define NPCX_DEVCNT_HIF_TYP_SEL_FIELD FIELD(2, 2) 277 #define NPCX_DEV_CTL3_SIO_CLK_SEL FIELD(6, 2) 395 #define NPCX_UFRS_CHAR_FIELD FIELD(0, 2) 398 #define NPCX_UFRS_PSEL_FIELD FIELD(4, 2) 404 #define NPCX_UFTSTS_TEMPTY_LVL FIELD(0, 5) 411 #define NPCX_UFTCTL_TEMPTY_LVL_SEL FIELD(0, 5) 415 #define NPCX_UFRCTL_RFULL_LVL_SEL FIELD(0, 5) [all …]
|
/Zephyr-latest/soc/nuvoton/npcx/npcx9/ |
D | soc.h | 35 #define NPCX_THRCTL_CHNSEL FIELD(10, 4) 36 #define NPCX_THRCTL_THRVAL FIELD(0, 10)
|
/Zephyr-latest/soc/nuvoton/npcx/npcx7/ |
D | soc.h | 34 #define NPCX_THRCTL_CHNSEL FIELD(10, 4) 35 #define NPCX_THRCTL_THRVAL FIELD(0, 10)
|
/Zephyr-latest/soc/nuvoton/npcx/npcx4/ |
D | soc.h | 36 #define NPCX_THRCTL_CHNSEL FIELD(10, 5) 37 #define NPCX_THRCTL_THRVAL FIELD(0, 10)
|
/Zephyr-latest/arch/mips/core/ |
D | isr.S | 17 #define ESF_O(FIELD) __struct_arch_esf_##FIELD##_OFFSET argument 18 #define THREAD_O(FIELD) _thread_offset_to_##FIELD argument
|
/Zephyr-latest/drivers/pinctrl/ |
D | pinctrl_npcx.c | 155 FIELD(ctrl->field_offset, ctrl->field_size), in npcx_device_control_configure()
|