Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bwn/bwn/
H A Dif_bwn_phy_g.c682 KASSERT(tssi < BWN_TSSI_MAX, ("%s:%d: fail", __func__, __LINE__)); in bwn_phy_g_recalc_txpwr()
3518 if (a == 0 || a == BWN_TSSI_MAX || b == 0 || b == BWN_TSSI_MAX || in bwn_phy_shm_tssi_read()
3519 c == 0 || c == BWN_TSSI_MAX || d == 0 || d == BWN_TSSI_MAX) in bwn_phy_shm_tssi_read()
3522 BWN_TSSI_MAX | (BWN_TSSI_MAX << 8) | in bwn_phy_shm_tssi_read()
3523 (BWN_TSSI_MAX << 16) | (BWN_TSSI_MAX << 24)); in bwn_phy_shm_tssi_read()
H A Dif_bwnreg.h260 #define BWN_TSSI_MAX 0x7f macro