Home
last modified time | relevance | path

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

/dragonfly/lib/libutil/
HDlibutil.h80 const char *_suffix, int _scale, int _flags);
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300.h935 #define AH_PAPRD_GET_SCALE_FACTOR(_scale, _eep, _is2G, _channel) do{ if(_is2G) { _scale = (_eep->mo… argument
937 …if(_channel >= UPPER_5G_SUB_BANDSTART){ _scale = (_eep->modal_header_5g.paprd_rate_mask_ht20>>25)&…
939 … { _scale = (_eep->modal_header_5g.paprd_rate_mask_ht40>>28)&0x7;} \
940 … else { _scale = (_eep->modal_header_5g.paprd_rate_mask_ht40>>25)&0x7;} } }while(0)
/dragonfly/sys/dev/netif/ath/ath/
HDif_athvar.h1276 #define ath_hal_gettpscale(_ah, _scale) \ argument
1277 (ath_hal_getcapability(_ah, HAL_CAP_TXPOW, 3, _scale) == HAL_OK)