Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dcs-amp-lib.c75 __be32 beval = cpu_to_be32(val); in cs_amp_write_cal_coeff() local
83 ret = cs_dsp_coeff_write_ctrl(cs_ctl, 0, &beval, sizeof(beval)); in cs_amp_write_cal_coeff()
102 __be32 beval; in cs_amp_read_cal_coeff() local
112 ret = cs_dsp_coeff_read_ctrl(cs_ctl, 0, &beval, sizeof(beval)); in cs_amp_read_cal_coeff()
120 *val = be32_to_cpu(beval); in cs_amp_read_cal_coeff()