Searched refs:core_cfg (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/arch/mips/kernel/ |
D | smp-cps.c | 257 struct core_boot_config *core_cfg = &mips_cps_core_bootcfg[core]; in cps_boot_secondary() local 258 struct vpe_boot_config *vpe_cfg = &core_cfg->vpe_config[vpe_id]; in cps_boot_secondary() 266 atomic_or(1 << cpu_vpe_id(&cpu_data[cpu]), &core_cfg->vpe_mask); in cps_boot_secondary() 329 struct core_boot_config *core_cfg; in cps_cpu_disable() local 337 core_cfg = &mips_cps_core_bootcfg[current_cpu_data.core]; in cps_cpu_disable() 338 atomic_sub(1 << cpu_vpe_id(¤t_cpu_data), &core_cfg->vpe_mask); in cps_cpu_disable()
|
D | pm-cps.c | 128 struct core_boot_config *core_cfg; in cps_pm_enter_state() local 156 core_cfg = &mips_cps_core_bootcfg[core]; in cps_pm_enter_state() 157 vpe_cfg = &core_cfg->vpe_config[cpu_vpe_id(¤t_cpu_data)]; in cps_pm_enter_state()
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | hdmi5_core.c | 803 struct hdmi_core_audio_config core_cfg; in hdmi5_audio_config() local 811 core_cfg.iec60958_cfg = audio->iec; in hdmi5_audio_config() 848 core_cfg.n = n; in hdmi5_audio_config() 849 core_cfg.cts = cts; in hdmi5_audio_config() 856 core_cfg.layout = HDMI_AUDIO_LAYOUT_2CH; in hdmi5_audio_config() 858 core_cfg.layout = HDMI_AUDIO_LAYOUT_6CH; in hdmi5_audio_config() 860 core_cfg.layout = HDMI_AUDIO_LAYOUT_8CH; in hdmi5_audio_config() 891 hdmi5_core_audio_config(core, &core_cfg); in hdmi5_audio_config()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/ |
D | qed_dev.c | 1073 u32 nvm_cfg1_offset, mf_mode, addr, generic_cont0, core_cfg; in qed_hw_get_nvm_info() local 1098 offsetof(struct nvm_cfg1_glob, core_cfg); in qed_hw_get_nvm_info() 1100 core_cfg = qed_rd(p_hwfn, p_ptt, addr); in qed_hw_get_nvm_info() 1102 switch ((core_cfg & NVM_CFG1_GLOB_NETWORK_PORT_MODE_MASK) >> in qed_hw_get_nvm_info() 1133 core_cfg); in qed_hw_get_nvm_info()
|
D | qed_hsi.h | 4295 u32 core_cfg; /* 0x2C */ member
|