Home
last modified time | relevance | path

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

/Zephyr-latest/soc/nuvoton/npcx/common/
Dscfg.c110 struct scfg_reg *inst_scfg = HAL_SFCG_INST(); in npcx_pinctrl_flash_write_protect_set() local
112 inst_scfg->DEV_CTL4 |= BIT(NPCX_DEV_CTL4_WP_IF); in npcx_pinctrl_flash_write_protect_set()
113 if (!IS_BIT_SET(inst_scfg->DEV_CTL4, NPCX_DEV_CTL4_WP_IF)) { in npcx_pinctrl_flash_write_protect_set()
122 struct scfg_reg *inst_scfg = HAL_SFCG_INST(); in npcx_pinctrl_flash_write_protect_is_set() local
124 return IS_BIT_SET(inst_scfg->DEV_CTL4, NPCX_DEV_CTL4_WP_IF); in npcx_pinctrl_flash_write_protect_is_set()
129 struct scfg_reg *inst_scfg = HAL_SFCG_INST(); in npcx_host_interface_sel() local
131 SET_FIELD(inst_scfg->DEVCNT, NPCX_DEVCNT_HIF_TYP_SEL_FIELD, hif_type); in npcx_host_interface_sel()
137 struct scfg_reg *inst_scfg = HAL_SFCG_INST(); in npcx_i3c_target_sel() local
140 inst_scfg->DEV_CTL3 |= NPCX_DEV_CTL3_I3C_MODE_BIT(module_id); in npcx_i3c_target_sel()
142 inst_scfg->DEV_CTL3 &= ~NPCX_DEV_CTL3_I3C_MODE_BIT(module_id); in npcx_i3c_target_sel()
/Zephyr-latest/soc/nuvoton/npcx/npcx7/
Dsoc.c18 struct scfg_reg *inst_scfg = (struct scfg_reg *) in soc_early_init_hook() local
25 inst_scfg->DEVCNT |= BIT(7); in soc_early_init_hook()