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.c139 struct scfg_reg *inst_scfg = HAL_SFCG_INST(); in npcx_pinctrl_flash_write_protect_set() local
141 inst_scfg->DEV_CTL4 |= BIT(NPCX_DEV_CTL4_WP_IF); in npcx_pinctrl_flash_write_protect_set()
142 if (!IS_BIT_SET(inst_scfg->DEV_CTL4, NPCX_DEV_CTL4_WP_IF)) { in npcx_pinctrl_flash_write_protect_set()
151 struct scfg_reg *inst_scfg = HAL_SFCG_INST(); in npcx_pinctrl_flash_write_protect_is_set() local
153 return IS_BIT_SET(inst_scfg->DEV_CTL4, NPCX_DEV_CTL4_WP_IF); in npcx_pinctrl_flash_write_protect_is_set()
158 struct scfg_reg *inst_scfg = HAL_SFCG_INST(); in npcx_host_interface_sel() local
160 SET_FIELD(inst_scfg->DEVCNT, NPCX_DEVCNT_HIF_TYP_SEL_FIELD, hif_type); in npcx_host_interface_sel()
166 struct scfg_reg *inst_scfg = HAL_SFCG_INST(); in npcx_i3c_target_sel() local
169 inst_scfg->DEV_CTL3 |= NPCX_DEV_CTL3_I3C_MODE_BIT(module_id); in npcx_i3c_target_sel()
171 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()