Home
last modified time | relevance | path

Searched refs:kHz (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/opp/
H A Dof.c933 * voltage like <freq-kHz vol-uV>. in _of_add_opp_table_v1()
1255 * This computes the power estimated by @dev at @kHz if it is the frequency
1256 * of an existing OPP, or at the frequency of the first OPP above @kHz otherwise
1257 * (see dev_pm_opp_find_freq_ceil()). This function updates @kHz to the ceiled
1265 static int __maybe_unused _get_power(unsigned long *mW, unsigned long *kHz, struct device *dev) in _get_power() argument
1285 Hz = *kHz * 1000; in _get_power()
1301 *kHz = Hz / 1000; in _get_power()

Completed in 2 milliseconds