Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/soc/arm/nuvoton_npcx/common/
Dscfg.c157 inst_scfg->DEV_CTL4 |= BIT(NPCX_DEV_CTL4_WP_IF); in npcx_pinctrl_flash_write_protect_set()
158 if (!IS_BIT_SET(inst_scfg->DEV_CTL4, NPCX_DEV_CTL4_WP_IF)) { in npcx_pinctrl_flash_write_protect_set()
169 return IS_BIT_SET(inst_scfg->DEV_CTL4, NPCX_DEV_CTL4_WP_IF); in npcx_pinctrl_flash_write_protect_is_set()
/Zephyr-Core-2.7.6/soc/arm/nuvoton_npcx/common/reg/
Dreg_def.h220 #define NPCX_DEV_CTL4_WP_IF 5 macro