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()
30 #define DPK_TXAGC_UPPER 0x3f macro2155 else if (txagc - gain_offset > DPK_TXAGC_UPPER) in _dpk_set_offset()2156 txagc = DPK_TXAGC_UPPER; in _dpk_set_offset()
26 #define DPK_TXAGC_UPPER 0x3f macro2206 else if ((txagc - gain_offset) > DPK_TXAGC_UPPER) in _dpk_set_offset()2207 txagc = DPK_TXAGC_UPPER; in _dpk_set_offset()
1817 #define DPK_TXAGC_UPPER 0x3f macro