Searched refs:cpf (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/sound/soc/codecs/ |
| D | tas2552.c | 249 int cpf; in tas2552_hw_params() local 255 cpf = 32 + tas2552->tdm_delay; in tas2552_hw_params() 259 cpf = 64 + tas2552->tdm_delay; in tas2552_hw_params() 263 cpf = 64 + tas2552->tdm_delay; in tas2552_hw_params() 267 cpf = 64 + tas2552->tdm_delay; in tas2552_hw_params() 275 if (cpf <= 32) in tas2552_hw_params() 277 else if (cpf <= 64) in tas2552_hw_params() 279 else if (cpf <= 128) in tas2552_hw_params()
|
| /Linux-v4.19/arch/x86/kernel/cpu/microcode/ |
| D | intel.c | 68 static int find_matching_signature(void *mc, unsigned int csig, int cpf) in find_matching_signature() argument 75 if (cpu_signatures_match(csig, cpf, mc_hdr->sig, mc_hdr->pf)) in find_matching_signature() 86 if (cpu_signatures_match(csig, cpf, ext_sig->sig, ext_sig->pf)) in find_matching_signature() 96 static int has_newer_microcode(void *mc, unsigned int csig, int cpf, int new_rev) in has_newer_microcode() argument 103 return find_matching_signature(mc, csig, cpf); in has_newer_microcode() 872 unsigned int csig, cpf; in generic_load_microcode() local 908 cpf = uci->cpu_sig.pf; in generic_load_microcode() 909 if (has_newer_microcode(mc, csig, cpf, new_rev)) { in generic_load_microcode()
|