Searched refs:DPK_TXAGC_UPPER (Results 1 – 4 of 4) sorted by relevance
2273 #define DPK_TXAGC_UPPER 0x3f macro2285 else if (txagc - gain_offset > DPK_TXAGC_UPPER) in _dpk_set_offset()2286 txagc = DPK_TXAGC_UPPER; in _dpk_set_offset()2441 if (tmp_txagc == DPK_TXAGC_UPPER) { in _dpk_agc()
29 #define DPK_TXAGC_UPPER 0x3f macro2170 else if (txagc - gain_offset > DPK_TXAGC_UPPER) in _dpk_set_offset()2171 txagc = DPK_TXAGC_UPPER; in _dpk_set_offset()
25 #define DPK_TXAGC_UPPER 0x3f macro2227 else if ((txagc - gain_offset) > DPK_TXAGC_UPPER) in _dpk_set_offset()2228 txagc = DPK_TXAGC_UPPER; in _dpk_set_offset()
1817 #define DPK_TXAGC_UPPER 0x3f macro