Home
last modified time | relevance | path

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

/linux/drivers/interconnect/imx/
H A Dimx8mn.c15 .bw_mul = 1,
21 .bw_mul = 1,
H A Dimx8mm.c18 .bw_mul = 1,
24 .bw_mul = 1,
H A Dimx8mq.c16 .bw_mul = 1,
22 .bw_mul = 1,
H A Dimx.h58 unsigned int bw_mul, bw_div; member
H A Dimx8mp.c16 .bw_mul = 1,
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