Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dcs35l33.h36 unsigned int ramp_rate; member
/linux/sound/hda/codecs/hdmi/
H A Datihdmi.c471 int ramp_rate = 180; /* default as per AMD spec */ in atihdmi_setup_stream() local
474 ramp_rate = 0; in atihdmi_setup_stream()
476 snd_hda_codec_write(codec, cvt_nid, 0, ATI_VERB_SET_RAMP_RATE, ramp_rate); in atihdmi_setup_stream()
/linux/drivers/regulator/
H A Ds2mps11.c609 unsigned int ramp_sel, ramp_rate; in s2mpg1x_regulator_buck_set_voltage_time() local
625 ramp_rate = rdev->desc->ramp_delay_table[ramp_sel]; in s2mpg1x_regulator_buck_set_voltage_time()
627 return DIV_ROUND_UP(abs(new_uV - old_uV), ramp_rate); in s2mpg1x_regulator_buck_set_voltage_time()