Searched refs:cpf (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/microcode/ |
H A D | intel.c | 65 static int find_matching_signature(void *mc, unsigned int csig, int cpf) in find_matching_signature() argument 72 if (cpu_signatures_match(csig, cpf, mc_hdr->sig, mc_hdr->pf)) in find_matching_signature() 83 if (cpu_signatures_match(csig, cpf, ext_sig->sig, ext_sig->pf)) in find_matching_signature() 93 static int has_newer_microcode(void *mc, unsigned int csig, int cpf, int new_rev) in has_newer_microcode() argument 100 return find_matching_signature(mc, csig, cpf); in has_newer_microcode() 820 unsigned int csig, cpf; in generic_load_microcode() local 860 cpf = uci->cpu_sig.pf; in generic_load_microcode() 861 if (has_newer_microcode(mc, csig, cpf, new_rev)) { in generic_load_microcode()
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | tas2552.c | 241 int cpf; in tas2552_hw_params() local 247 cpf = 32 + tas2552->tdm_delay; in tas2552_hw_params() 251 cpf = 64 + tas2552->tdm_delay; in tas2552_hw_params() 255 cpf = 64 + tas2552->tdm_delay; in tas2552_hw_params() 259 cpf = 64 + tas2552->tdm_delay; in tas2552_hw_params() 267 if (cpf <= 32) in tas2552_hw_params() 269 else if (cpf <= 64) in tas2552_hw_params() 271 else if (cpf <= 128) in tas2552_hw_params()
|
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/microcode/ |
H A D | intel.c | 103 int intel_find_matching_signature(void *mc, unsigned int csig, int cpf) in intel_find_matching_signature() argument 110 if (intel_cpu_signatures_match(csig, cpf, mc_hdr->sig, mc_hdr->pf)) in intel_find_matching_signature() 121 if (intel_cpu_signatures_match(csig, cpf, ext_sig->sig, ext_sig->pf)) in intel_find_matching_signature() 246 static int has_newer_microcode(void *mc, unsigned int csig, int cpf, int new_rev) in has_newer_microcode() argument 253 return intel_find_matching_signature(mc, csig, cpf); in has_newer_microcode() 752 unsigned int csig, cpf; in generic_load_microcode() local 792 cpf = uci->cpu_sig.pf; in generic_load_microcode() 793 if (has_newer_microcode(mc, csig, cpf, new_rev)) { in generic_load_microcode()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | tas2552.c | 241 int cpf; in tas2552_hw_params() local 247 cpf = 32 + tas2552->tdm_delay; in tas2552_hw_params() 251 cpf = 64 + tas2552->tdm_delay; in tas2552_hw_params() 255 cpf = 64 + tas2552->tdm_delay; in tas2552_hw_params() 259 cpf = 64 + tas2552->tdm_delay; in tas2552_hw_params() 267 if (cpf <= 32) in tas2552_hw_params() 269 else if (cpf <= 64) in tas2552_hw_params() 271 else if (cpf <= 128) in tas2552_hw_params()
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | cpu.h | 93 int intel_find_matching_signature(void *mc, unsigned int csig, int cpf);
|
/kernel/linux/linux-6.6/sound/pci/emu10k1/ |
H A D | emupcm.c | 702 u32 cpf = snd_emu10k1_ptr_read(emu, CPF, voice); in snd_emu10k1_playback_commit_pitch() local 705 CPF, (cpf & ~(CPF_CURRENTPITCH_MASK | CPF_FRACADDRESS_MASK)) | pitch_target, in snd_emu10k1_playback_commit_pitch()
|
Completed in 8 milliseconds