Lines Matching defs:max_bandwidth
137 if (tmp.full < rdev->pm.max_bandwidth.full) {
139 rdev->pm.max_bandwidth.full = tmp.full;
281 fixed20_12 sclk, core_bandwidth, max_bandwidth;
365 max_bandwidth = core_bandwidth;
367 if (max_bandwidth.full > rdev->pm.sideport_bandwidth.full &&
369 max_bandwidth = rdev->pm.sideport_bandwidth;
376 if (max_bandwidth.full > rdev->pm.k8_bandwidth.full &&
378 max_bandwidth = rdev->pm.k8_bandwidth;
379 if (max_bandwidth.full > rdev->pm.ht_bandwidth.full &&
381 max_bandwidth = rdev->pm.ht_bandwidth;
385 /* sclk = system clocks(ns) = 1000 / max_bandwidth / 16 */
387 sclk.full = dfixed_mul(max_bandwidth, a);