Searched refs:inst_scfg (Results 1 – 2 of 2) sorted by relevance
139 struct scfg_reg *inst_scfg = HAL_SFCG_INST(); in npcx_pinctrl_flash_write_protect_set() local141 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() local153 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() local160 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() local169 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()
18 struct scfg_reg *inst_scfg = (struct scfg_reg *) in soc_early_init_hook() local25 inst_scfg->DEVCNT |= BIT(7); in soc_early_init_hook()