Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/clk/mstar/
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-6.3-rc2/sound/core/
A Dcontrol.c385 #define MULTIPLIER 37 macro
392 h = MULTIPLIER * h + id->device; in get_ctl_id_hash()
393 h = MULTIPLIER * h + id->subdevice; in get_ctl_id_hash()
395 h = MULTIPLIER * h + id->name[i]; in get_ctl_id_hash()
396 h = MULTIPLIER * h + id->index; in get_ctl_id_hash()

Completed in 9 milliseconds