consumption_time  280 drivers/gpu/drm/radeon/rs690.c 	fixed20_12 consumption_time, line_time, chunk_time, read_delay_latency;
consumption_time  338 drivers/gpu/drm/radeon/rs690.c 		consumption_time.full = dfixed_div(pclk, b);
consumption_time  340 drivers/gpu/drm/radeon/rs690.c 		consumption_time.full = pclk.full;
consumption_time  343 drivers/gpu/drm/radeon/rs690.c 	wm->consumption_rate.full = dfixed_div(a, consumption_time);
consumption_time  449 drivers/gpu/drm/radeon/rs690.c 	estimated_width.full = dfixed_div(estimated_width, consumption_time);
consumption_time  963 drivers/gpu/drm/radeon/rv515.c 	fixed20_12 consumption_time, line_time, chunk_time, read_delay_latency;
consumption_time 1018 drivers/gpu/drm/radeon/rv515.c 		consumption_time.full = dfixed_div(pclk, b);
consumption_time 1020 drivers/gpu/drm/radeon/rv515.c 		consumption_time.full = pclk.full;
consumption_time 1023 drivers/gpu/drm/radeon/rv515.c 	wm->consumption_rate.full = dfixed_div(a, consumption_time);
consumption_time 1100 drivers/gpu/drm/radeon/rv515.c 	estimated_width.full = dfixed_div(estimated_width, consumption_time);