Home
last modified time | relevance | path

Searched refs:bw_mul (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/interconnect/imx/
H A Dimx.h58 unsigned int bw_mul, bw_div; member
H A Dimx.c70 freq = (node->avg_bw + node->peak_bw) * node_data->desc->adj->bw_mul; in imx_icc_node_set()
/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dbw_fixed.h120 struct bw_fixed bw_mul(const struct bw_fixed arg1, const struct bw_fixed arg2);
/linux/drivers/gpu/drm/amd/display/dc/basics/
H A Dbw_fixed.c139 struct bw_fixed bw_mul(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_mul() function