Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Drs690.c132 rdev->pm.ht_bandwidth.full = dfixed_mul(rdev->pm.igp_ht_link_clk, in rs690_pm_info()
134 rdev->pm.ht_bandwidth.full = dfixed_div(rdev->pm.ht_bandwidth, tmp); in rs690_pm_info()
378 if (max_bandwidth.full > rdev->pm.ht_bandwidth.full && in rs690_crtc_bandwidth_compute()
379 rdev->pm.ht_bandwidth.full) in rs690_crtc_bandwidth_compute()
380 max_bandwidth = rdev->pm.ht_bandwidth; in rs690_crtc_bandwidth_compute()
H A Dradeon.h1617 fixed20_12 ht_bandwidth; member
/dragonfly/contrib/tcpdump/
H A Dprint-802_11.c2939 static const char *ht_bandwidth[4] = { in print_radiotap_field() local
3005 ht_bandwidth[flags & IEEE80211_RADIOTAP_MCS_BANDWIDTH_MASK]); in print_radiotap_field()