Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8852a_rfk.c2251 #define DPK_TXAGC_LOWER 0x2e macro
2262 if (txagc - gain_offset < DPK_TXAGC_LOWER) in _dpk_set_offset()
2263 txagc = DPK_TXAGC_LOWER; in _dpk_set_offset()
2407 if (tmp_txagc == DPK_TXAGC_LOWER) { in _dpk_agc()
H A Drtw8852b_rfk.c27 #define DPK_TXAGC_LOWER 0x2e macro
2162 if (txagc - gain_offset < DPK_TXAGC_LOWER) in _dpk_set_offset()
2163 txagc = DPK_TXAGC_LOWER; in _dpk_set_offset()
H A Drtw8852c_rfk.c1810 #define DPK_TXAGC_LOWER 0x2e macro