Home
last modified time | relevance | path

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

/src/sys/dev/bwn/
H A Dif_bwn_phy_g.c669 KASSERT(tssi < BWN_TSSI_MAX, ("%s:%d: fail", __func__, __LINE__)); in bwn_phy_g_recalc_txpwr()
3513 if (a == 0 || a == BWN_TSSI_MAX || b == 0 || b == BWN_TSSI_MAX || in bwn_phy_shm_tssi_read()
3514 c == 0 || c == BWN_TSSI_MAX || d == 0 || d == BWN_TSSI_MAX) in bwn_phy_shm_tssi_read()
3517 BWN_TSSI_MAX | (BWN_TSSI_MAX << 8) | in bwn_phy_shm_tssi_read()
3518 (BWN_TSSI_MAX << 16) | (BWN_TSSI_MAX << 24)); in bwn_phy_shm_tssi_read()
H A Dif_bwnreg.h200 #define BWN_TSSI_MAX 0x7f macro