Searched refs:inst_scfg (Results 1 – 2 of 2) sorted by relevance
110 struct scfg_reg *inst_scfg = HAL_SFCG_INST(); in npcx_pinctrl_flash_write_protect_set() local112 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() local124 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() local131 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() local140 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()
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()