this_prate        457 drivers/gpu/drm/pl111/pl111_display.c 		unsigned long this_prate, div_rate, diff;
this_prate        460 drivers/gpu/drm/pl111/pl111_display.c 			this_prate = clk_hw_round_rate(parent, rate * div);
this_prate        462 drivers/gpu/drm/pl111/pl111_display.c 			this_prate = *prate;
this_prate        463 drivers/gpu/drm/pl111/pl111_display.c 		div_rate = DIV_ROUND_UP_ULL(this_prate, div);
this_prate        469 drivers/gpu/drm/pl111/pl111_display.c 			best_prate = this_prate;