Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dtas2552.c245 int cpf; in tas2552_hw_params() local
251 cpf = 32 + 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()
263 cpf = 64 + tas2552->tdm_delay; in tas2552_hw_params()
271 if (cpf <= 32) in tas2552_hw_params()
273 else if (cpf <= 64) in tas2552_hw_params()
275 else if (cpf <= 128) in tas2552_hw_params()
/openbmc/linux/arch/x86/kernel/cpu/microcode/
H A Dintel.c103 intel_find_matching_signature(void * mc,unsigned int csig,int cpf) intel_find_matching_signature() argument
246 has_newer_microcode(void * mc,unsigned int csig,int cpf,int new_rev) has_newer_microcode() argument
752 unsigned int csig, cpf; generic_load_microcode() local
/openbmc/linux/arch/x86/include/asm/
H A Dcpu.h
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dbin_package.bbclass36 tar --no-same-owner --exclude='./patches' --exclude='./.pc' -cpf - . \
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/
H A Dwebmin_2.202.bb90 tar --no-same-owner --exclude='./patches' --exclude='./.pc' -cpf - . \
/openbmc/linux/sound/pci/emu10k1/
H A Demupcm.c702 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()