Home
last modified time | relevance | path

Searched defs:core_mask (Results 1 – 20 of 20) sorted by relevance

/Linux-v5.15/sound/soc/intel/skylake/
Dcnl-sst-dsp.c27 cnl_dsp_core_set_reset_state(struct sst_dsp *ctx, unsigned int core_mask) in cnl_dsp_core_set_reset_state()
44 cnl_dsp_core_unset_reset_state(struct sst_dsp *ctx, unsigned int core_mask) in cnl_dsp_core_unset_reset_state()
59 static bool is_cnl_dsp_core_enable(struct sst_dsp *ctx, unsigned int core_mask) in is_cnl_dsp_core_enable()
77 static int cnl_dsp_reset_core(struct sst_dsp *ctx, unsigned int core_mask) in cnl_dsp_reset_core()
88 static int cnl_dsp_start_core(struct sst_dsp *ctx, unsigned int core_mask) in cnl_dsp_start_core()
111 static int cnl_dsp_core_power_up(struct sst_dsp *ctx, unsigned int core_mask) in cnl_dsp_core_power_up()
126 static int cnl_dsp_core_power_down(struct sst_dsp *ctx, unsigned int core_mask) in cnl_dsp_core_power_down()
141 int cnl_dsp_enable_core(struct sst_dsp *ctx, unsigned int core_mask) in cnl_dsp_enable_core()
156 int cnl_dsp_disable_core(struct sst_dsp *ctx, unsigned int core_mask) in cnl_dsp_disable_core()
Dskl-sst-dsp.c52 unsigned int core_mask, en_cores_mask; in skl_dsp_get_enabled_cores() local
78 skl_dsp_core_set_reset_state(struct sst_dsp *ctx, unsigned int core_mask) in skl_dsp_core_set_reset_state()
106 struct sst_dsp *ctx, unsigned int core_mask) in skl_dsp_core_unset_reset_state()
135 is_skl_dsp_core_enable(struct sst_dsp *ctx, unsigned int core_mask) in is_skl_dsp_core_enable()
153 static int skl_dsp_reset_core(struct sst_dsp *ctx, unsigned int core_mask) in skl_dsp_reset_core()
164 int skl_dsp_start_core(struct sst_dsp *ctx, unsigned int core_mask) in skl_dsp_start_core()
188 int skl_dsp_core_power_up(struct sst_dsp *ctx, unsigned int core_mask) in skl_dsp_core_power_up()
216 int skl_dsp_core_power_down(struct sst_dsp *ctx, unsigned int core_mask) in skl_dsp_core_power_down()
231 int skl_dsp_enable_core(struct sst_dsp *ctx, unsigned int core_mask) in skl_dsp_enable_core()
246 int skl_dsp_disable_core(struct sst_dsp *ctx, unsigned int core_mask) in skl_dsp_disable_core()
Dcnl-sst.c191 unsigned int core_mask = SKL_DSP_CORE_MASK(core_id); in cnl_set_dsp_D0() local
254 unsigned int core_mask = SKL_DSP_CORE_MASK(core_id); in cnl_set_dsp_D3() local
Dbxt-sst.c392 unsigned int core_mask = SKL_DSP_CORE_MASK(core_id); in bxt_set_dsp_D0() local
487 unsigned int core_mask = SKL_DSP_CORE_MASK(core_id); in bxt_set_dsp_D3() local
Dskl-sst.c165 unsigned int core_mask = SKL_DSP_CORE_MASK(core_id); in skl_set_dsp_D0() local
219 unsigned int core_mask = SKL_DSP_CORE_MASK(core_id); in skl_set_dsp_D3() local
Dskl-sst-ipc.h30 u32 core_mask; member
/Linux-v5.15/sound/soc/sof/intel/
Dhda-dsp.c37 int hda_dsp_core_reset_enter(struct snd_sof_dev *sdev, unsigned int core_mask) in hda_dsp_core_reset_enter()
76 int hda_dsp_core_reset_leave(struct snd_sof_dev *sdev, unsigned int core_mask) in hda_dsp_core_reset_leave()
116 int hda_dsp_core_stall_reset(struct snd_sof_dev *sdev, unsigned int core_mask) in hda_dsp_core_stall_reset()
128 int hda_dsp_core_run(struct snd_sof_dev *sdev, unsigned int core_mask) in hda_dsp_core_run()
159 int hda_dsp_core_power_up(struct snd_sof_dev *sdev, unsigned int core_mask) in hda_dsp_core_power_up()
198 int hda_dsp_core_power_down(struct snd_sof_dev *sdev, unsigned int core_mask) in hda_dsp_core_power_down()
222 unsigned int core_mask) in hda_dsp_core_is_enabled()
247 int hda_dsp_enable_core(struct snd_sof_dev *sdev, unsigned int core_mask) in hda_dsp_enable_core()
272 unsigned int core_mask) in hda_dsp_core_reset_power_down()
Dhda-loader.c556 int hda_dsp_core_stall_icl(struct snd_sof_dev *sdev, unsigned int core_mask) in hda_dsp_core_stall_icl()
/Linux-v5.15/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Dstf.c162 u8 core_mask) in brcms_c_stf_txcore_set()
196 u8 core_mask = 0; in brcms_c_stf_spatial_policy_set() local
/Linux-v5.15/sound/soc/sof/
Dops.h59 static inline int snd_sof_dsp_stall(struct snd_sof_dev *sdev, unsigned int core_mask) in snd_sof_dsp_stall()
77 unsigned int core_mask) in snd_sof_dsp_core_power_up()
92 unsigned int core_mask) in snd_sof_dsp_core_power_down()
/Linux-v5.15/arch/mips/include/asm/octeon/
Dcvmx-sysinfo.h67 struct cvmx_coremask core_mask; member
Docteon.h86 uint32_t core_mask; member
Dcvmx-bootinfo.h70 uint32_t core_mask; member
/Linux-v5.15/drivers/crypto/cavium/cpt/
Dcptpf.h28 u64 core_mask; member
/Linux-v5.15/arch/s390/include/asm/
Dtopology.h22 cpumask_t core_mask; member
/Linux-v5.15/arch/mips/cavium-octeon/
Dsmp.c147 int core_mask = octeon_get_boot_coremask(); in octeon_smp_setup() local
/Linux-v5.15/drivers/base/
Darch_topology.c588 const cpumask_t *core_mask = cpumask_of_node(cpu_to_node(cpu)); in cpu_coregroup_mask() local
/Linux-v5.15/tools/power/x86/intel-speed-select/
Disst-config.c540 static long long core_mask[MAX_PACKAGE_COUNT][MAX_DIE_PER_PACKAGE]; variable
684 void set_cpu_mask_from_punit_coremask(int cpu, unsigned long long core_mask, in set_cpu_mask_from_punit_coremask()
/Linux-v5.15/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_n.c14811 u8 core_mask, u8 off, u8 override_id) in wlc_phy_rfctrl_override_nphy_rev7()
17168 u8 core_mask, u8 off) in wlc_phy_rfctrl_override_nphy()
21371 u8 core_mask, u8 off) in wlc_phy_rfctrl_override_1tomany_nphy()
26084 static void wlc_phy_calc_rx_iq_comp_nphy(struct brcms_phy *pi, u8 core_mask) in wlc_phy_calc_rx_iq_comp_nphy()
28303 wlc_phy_txpwr_index_nphy(struct brcms_phy *pi, u8 core_mask, s8 txpwrindex, in wlc_phy_txpwr_index_nphy()
/Linux-v5.15/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.h793 u8 core_mask; member