Searched refs:cpf (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/sound/soc/codecs/ |
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()
|
/Linux-v6.1/arch/x86/kernel/cpu/microcode/ |
D | intel.c | 51 static int find_matching_signature(void *mc, unsigned int csig, int cpf) in find_matching_signature() argument 58 if (intel_cpu_signatures_match(csig, cpf, mc_hdr->sig, mc_hdr->pf)) in find_matching_signature() 69 if (intel_cpu_signatures_match(csig, cpf, ext_sig->sig, ext_sig->pf)) in find_matching_signature() 79 static int has_newer_microcode(void *mc, unsigned int csig, int cpf, int new_rev) in has_newer_microcode() argument 86 return find_matching_signature(mc, csig, cpf); in has_newer_microcode() 788 unsigned int csig, cpf; in generic_load_microcode() local 828 cpf = uci->cpu_sig.pf; in generic_load_microcode() 829 if (has_newer_microcode(mc, csig, cpf, new_rev)) { in generic_load_microcode()
|