Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8852a_rfk.c2272 #define DPK_TXAGC_LOWER 0x2e macro
2283 if (txagc - gain_offset < DPK_TXAGC_LOWER) in _dpk_set_offset()
2284 txagc = DPK_TXAGC_LOWER; in _dpk_set_offset()
2429 if (tmp_txagc == DPK_TXAGC_LOWER) { in _dpk_agc()
H A Drtw8852b_rfk.c28 #define DPK_TXAGC_LOWER 0x2e macro
2168 if (txagc - gain_offset < DPK_TXAGC_LOWER) in _dpk_set_offset()
2169 txagc = DPK_TXAGC_LOWER; in _dpk_set_offset()
H A Drtw8852bt_rfk.c24 #define DPK_TXAGC_LOWER 0x2e macro
2225 if ((txagc - gain_offset) < DPK_TXAGC_LOWER) in _dpk_set_offset()
2226 txagc = DPK_TXAGC_LOWER; in _dpk_set_offset()