Searched refs:lval (Results 1 – 5 of 5) sorted by relevance
/sound/core/ |
D | control.c | 989 long long lval, lmin, lmax, lstep; in sanity_check_int_value() local 995 lval = control->value.integer.value[i]; in sanity_check_int_value() 1001 lval = control->value.integer.value[i]; in sanity_check_int_value() 1007 lval = control->value.integer64.value[i]; in sanity_check_int_value() 1013 lval = control->value.enumerated.item[i]; in sanity_check_int_value() 1020 if (lval < lmin || lval > lmax) { in sanity_check_int_value() 1025 control->id.index, lval, lmin, lmax, i); in sanity_check_int_value() 1029 div64_u64_rem(lval, lstep, &rem); in sanity_check_int_value() 1035 control->id.index, lval, lstep, i); in sanity_check_int_value()
|
/sound/pci/riptide/ |
D | riptide.c | 923 setmixer(struct cmdif *cif, short num, unsigned short rval, unsigned short lval) in setmixer() argument 928 snd_printdd("sent mixer %d: 0x%x 0x%x\n", num, rval, lval); in setmixer() 930 SEND_SDGV(cif, num, num, rval, lval); in setmixer() 932 if (rptr.retwords[0] == lval && rptr.retwords[1] == rval) in setmixer() 1059 unsigned short *lval) in getmixer() argument 1066 *lval = rptr.retwords[1]; in getmixer() 1067 snd_printdd("got mixer %d: 0x%x 0x%x\n", num, *rval, *lval); in getmixer() 1872 unsigned short rval = 0, lval = 0; in snd_riptide_proc_read() local 1894 getmixer(cif, i, &rval, &lval); in snd_riptide_proc_read() 1895 snd_iprintf(buffer, "\n %d: %d %d", i, rval, lval); in snd_riptide_proc_read()
|
/sound/soc/fsl/ |
D | fsl_ssi.c | 1187 unsigned int lval; in fsl_ssi_ac97_write() local 1205 lval = val << 4; in fsl_ssi_ac97_write() 1206 regmap_write(regs, REG_SSI_SACDAT, lval); in fsl_ssi_ac97_write()
|
/sound/firewire/ |
D | amdtp-stream.c | 868 static int compare_ohci_cycle_count(u32 lval, u32 rval) in compare_ohci_cycle_count() argument 870 if (lval == rval) in compare_ohci_cycle_count() 872 else if (lval < rval && rval - lval < OHCI_SECOND_MODULUS * CYCLES_PER_SECOND / 2) in compare_ohci_cycle_count()
|
/sound/pci/ac97/ |
D | ac97_patch.c | 2365 unsigned short lval; in snd_ac97_ad1986_vrefout_put() local 2375 lval = 0; in snd_ac97_ad1986_vrefout_put() 2380 lval = AC97_AD1986_LVREF2; in snd_ac97_ad1986_vrefout_put() 2385 lval = AC97_AD1986_LVREF0; in snd_ac97_ad1986_vrefout_put() 2390 lval = AC97_AD1986_LVREF1; in snd_ac97_ad1986_vrefout_put() 2402 AC97_AD1986_LVREF_MASK, lval); in snd_ac97_ad1986_vrefout_put()
|