Home
last modified time | relevance | path

Searched refs:freq_val (Results 1 – 3 of 3) sorted by relevance

/external/adhd/cras/src/tests/
Dsbc_codec_stub.cc18 static uint8_t freq_val; variable
39 freq_val = 0; in sbc_codec_stub_reset()
69 return freq_val; in get_sbc_codec_create_freq_val()
146 freq_val = freq; in cras_sbc_codec_create()
/external/arm-trusted-firmware/drivers/marvell/
Dap807_clocks_init.c45 static void pll_set_freq(unsigned int freq_val) in pll_set_freq() argument
49 if (freq_val != PLL_FREQ_2200) in pll_set_freq()
54 mmio_write_32(AP807_CPU_PLL_PARAM(i), freq_val); in pll_set_freq()
/external/arm-trusted-firmware/plat/arm/common/
Darm_common.c135 unsigned int freq_val = plat_get_syscnt_freq2(); in arm_configure_sys_timer() local
152 mmio_write_32(ARM_SYS_TIMCTL_BASE + CNTCTLBASE_CNTFRQ, freq_val); in arm_configure_sys_timer()
161 mmio_write_32(ARM_SYS_CNT_BASE_NS + CNTBASEN_CNTFRQ, freq_val); in arm_configure_sys_timer()