Home
last modified time | relevance | path

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

/linux/drivers/clk/mstar/
H A Dclk-msc313-cpupll.c62 #define MULTIPLIER (MULTIPLIER_1 * MULTIPLIER_2) macro
119 unsigned long long prescaled = ((unsigned long long)parent_rate) * MULTIPLIER; in msc313_cpupll_frequencyforreg()
128 unsigned long long prescaled = ((unsigned long long)parent_rate) * MULTIPLIER; in msc313_cpupll_regforfrequecy()
/linux/sound/core/
H A Dcontrol.c383 #define MULTIPLIER 37 macro
390 h = MULTIPLIER * h + id->device; in get_ctl_id_hash()
391 h = MULTIPLIER * h + id->subdevice; in get_ctl_id_hash()
393 h = MULTIPLIER * h + id->name[i]; in get_ctl_id_hash()
394 h = MULTIPLIER * h + id->index; in get_ctl_id_hash()