Home
last modified time | relevance | path

Searched refs:core_cfg (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/mips/kernel/
Dsmp-cps.c232 struct core_boot_config *core_cfg = &mips_cps_core_bootcfg[core]; in cps_boot_secondary() local
233 struct vpe_boot_config *vpe_cfg = &core_cfg->vpe_config[vpe_id]; in cps_boot_secondary()
241 atomic_or(1 << cpu_vpe_id(&cpu_data[cpu]), &core_cfg->vpe_mask); in cps_boot_secondary()
304 struct core_boot_config *core_cfg; in cps_cpu_disable() local
312 core_cfg = &mips_cps_core_bootcfg[current_cpu_data.core]; in cps_cpu_disable()
313 atomic_sub(1 << cpu_vpe_id(&current_cpu_data), &core_cfg->vpe_mask); in cps_cpu_disable()
Dpm-cps.c128 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(&current_cpu_data)]; in cps_pm_enter_state()
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
Dhdmi5_core.c801 struct hdmi_core_audio_config core_cfg; in hdmi5_audio_config() local
809 core_cfg.iec60958_cfg = audio->iec; in hdmi5_audio_config()
846 core_cfg.n = n; in hdmi5_audio_config()
847 core_cfg.cts = cts; in hdmi5_audio_config()
854 core_cfg.layout = HDMI_AUDIO_LAYOUT_2CH; in hdmi5_audio_config()
856 core_cfg.layout = HDMI_AUDIO_LAYOUT_6CH; in hdmi5_audio_config()
858 core_cfg.layout = HDMI_AUDIO_LAYOUT_8CH; in hdmi5_audio_config()
888 hdmi5_core_audio_config(core, &core_cfg); in hdmi5_audio_config()