Home
last modified time | relevance | path

Searched refs:cpf (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/x86/kernel/cpu/microcode/
Dintel_lib.c133 int find_matching_signature(void *mc, unsigned int csig, int cpf) in find_matching_signature() argument
140 if (cpu_signatures_match(csig, cpf, mc_hdr->sig, mc_hdr->pf)) in find_matching_signature()
151 if (cpu_signatures_match(csig, cpf, ext_sig->sig, ext_sig->pf)) in find_matching_signature()
161 int has_newer_microcode(void *mc, unsigned int csig, int cpf, int new_rev) in has_newer_microcode() argument
168 return find_matching_signature(mc, csig, cpf); in has_newer_microcode()
Dintel.c837 unsigned int csig, cpf, crev; in get_matching_mc() local
842 cpf = cpu_sig.pf; in get_matching_mc()
845 return has_newer_microcode(mc_intel, csig, cpf, crev); in get_matching_mc()
911 unsigned int csig, cpf; in generic_load_microcode() local
946 cpf = uci->cpu_sig.pf; in generic_load_microcode()
947 if (has_newer_microcode(mc, csig, cpf, new_rev)) { in generic_load_microcode()
/linux-4.4.14/arch/x86/include/asm/
Dmicrocode_intel.h56 extern int has_newer_microcode(void *mc, unsigned int csig, int cpf, int rev);
58 extern int find_matching_signature(void *mc, unsigned int csig, int cpf);
/linux-4.4.14/sound/soc/codecs/
Dtas2552.c246 int cpf; in tas2552_hw_params() local
252 cpf = 32 + tas2552->tdm_delay; in tas2552_hw_params()
256 cpf = 64 + tas2552->tdm_delay; in tas2552_hw_params()
260 cpf = 64 + tas2552->tdm_delay; in tas2552_hw_params()
264 cpf = 64 + tas2552->tdm_delay; in tas2552_hw_params()
272 if (cpf <= 32) in tas2552_hw_params()
274 else if (cpf <= 64) in tas2552_hw_params()
276 else if (cpf <= 128) in tas2552_hw_params()