Home
last modified time | relevance | path

Searched refs:bw_div (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/interconnect/imx/
H A Dimx.h58 unsigned int bw_mul, bw_div; member
H A Dimx.c71 do_div(freq, node_data->desc->adj->bw_div); in imx_icc_node_set()
/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dbw_fixed.h121 static inline struct bw_fixed bw_div(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_div() function