Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300desc.h455 #define not_two_stream_rate(_rate) (((_rate) >0x8f) || ((_rate)<0x88)) macro
458 ((( not_two_stream_rate((_series)[0].Rate) && (not_two_stream_rate((_series)[1].Rate)|| \
459 (!(_series)[1].Tries)) && (not_two_stream_rate((_series)[2].Rate)||(!(_series)[2].Tries)) \
460 && (not_two_stream_rate((_series)[3].Rate)||(!(_series)[3].Tries)))) \