max_bandwidth     385 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 			props->max_bandwidth = iolink->maximum_bandwidth_mbs;
max_bandwidth     281 drivers/gpu/drm/amd/amdkfd/kfd_topology.c 	sysfs_show_32bit_prop(buffer, "max_bandwidth", iolink->max_bandwidth);
max_bandwidth     141 drivers/gpu/drm/amd/amdkfd/kfd_topology.h 	uint32_t		max_bandwidth;
max_bandwidth     514 drivers/gpu/drm/omapdrm/omap_crtc.c 	if (priv->max_bandwidth) {
max_bandwidth     536 drivers/gpu/drm/omapdrm/omap_crtc.c 		if (priv->max_bandwidth < bandwidth)
max_bandwidth     589 drivers/gpu/drm/omapdrm/omap_drv.c 		priv->max_bandwidth =
max_bandwidth      81 drivers/gpu/drm/omapdrm/omap_drv.h 	unsigned int max_bandwidth;
max_bandwidth    1596 drivers/gpu/drm/radeon/radeon.h 	fixed20_12		max_bandwidth;
max_bandwidth     137 drivers/gpu/drm/radeon/rs690.c 	if (tmp.full < rdev->pm.max_bandwidth.full) {
max_bandwidth     139 drivers/gpu/drm/radeon/rs690.c 		rdev->pm.max_bandwidth.full = tmp.full;
max_bandwidth     281 drivers/gpu/drm/radeon/rs690.c 	fixed20_12 sclk, core_bandwidth, max_bandwidth;
max_bandwidth     365 drivers/gpu/drm/radeon/rs690.c 	max_bandwidth = core_bandwidth;
max_bandwidth     367 drivers/gpu/drm/radeon/rs690.c 		if (max_bandwidth.full > rdev->pm.sideport_bandwidth.full &&
max_bandwidth     369 drivers/gpu/drm/radeon/rs690.c 			max_bandwidth = rdev->pm.sideport_bandwidth;
max_bandwidth     376 drivers/gpu/drm/radeon/rs690.c 		if (max_bandwidth.full > rdev->pm.k8_bandwidth.full &&
max_bandwidth     378 drivers/gpu/drm/radeon/rs690.c 			max_bandwidth = rdev->pm.k8_bandwidth;
max_bandwidth     379 drivers/gpu/drm/radeon/rs690.c 		if (max_bandwidth.full > rdev->pm.ht_bandwidth.full &&
max_bandwidth     381 drivers/gpu/drm/radeon/rs690.c 			max_bandwidth = rdev->pm.ht_bandwidth;
max_bandwidth     387 drivers/gpu/drm/radeon/rs690.c 	sclk.full = dfixed_mul(max_bandwidth, a);
max_bandwidth     811 drivers/gpu/drm/tilcdc/tilcdc_crtc.c 	if (bandwidth > priv->max_bandwidth) {
max_bandwidth     273 drivers/gpu/drm/tilcdc/tilcdc_drv.c 	if (of_property_read_u32(node, "max-bandwidth", &priv->max_bandwidth))
max_bandwidth     274 drivers/gpu/drm/tilcdc/tilcdc_drv.c 		priv->max_bandwidth = TILCDC_DEFAULT_MAX_BANDWIDTH;
max_bandwidth     276 drivers/gpu/drm/tilcdc/tilcdc_drv.c 	DBG("Maximum Bandwidth Value %d", priv->max_bandwidth);
max_bandwidth      48 drivers/gpu/drm/tilcdc/tilcdc_drv.h 	uint32_t max_bandwidth;
max_bandwidth    2293 drivers/usb/host/xhci.c 	unsigned int max_bandwidth;
max_bandwidth    2307 drivers/usb/host/xhci.c 		max_bandwidth = HS_BW_LIMIT;
max_bandwidth    2309 drivers/usb/host/xhci.c 		bw_reserved = DIV_ROUND_UP(HS_BW_RESERVED * max_bandwidth, 100);
max_bandwidth    2311 drivers/usb/host/xhci.c 		max_bandwidth = FS_BW_LIMIT;
max_bandwidth    2312 drivers/usb/host/xhci.c 		bw_reserved = DIV_ROUND_UP(FS_BW_RESERVED * max_bandwidth, 100);
max_bandwidth    2420 drivers/usb/host/xhci.c 		if (bw_used > max_bandwidth) {
max_bandwidth    2423 drivers/usb/host/xhci.c 				bw_used, max_bandwidth);
max_bandwidth    2450 drivers/usb/host/xhci.c 		bw_used, max_bandwidth, bw_reserved,
max_bandwidth    2451 drivers/usb/host/xhci.c 		(max_bandwidth - bw_used - bw_reserved) * 100 /
max_bandwidth    2452 drivers/usb/host/xhci.c 		max_bandwidth);
max_bandwidth    2455 drivers/usb/host/xhci.c 	if (bw_used > max_bandwidth) {
max_bandwidth    2457 drivers/usb/host/xhci.c 				bw_used, max_bandwidth);
max_bandwidth     702 drivers/video/fbdev/amba-clcd.c 	u32 max_bandwidth;
max_bandwidth     729 drivers/video/fbdev/amba-clcd.c 			&max_bandwidth);
max_bandwidth     738 drivers/video/fbdev/amba-clcd.c 		bpp = max_bandwidth / (1000 / 8)