Searched refs:bb_reg (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/wireless/realtek/rtw88/ |
| H A D | rtw8822c.c | 1546 static const u32 bb_reg[] = {REG_ANTMAP0, REG_TXLGMAP, REG_TXANTSEG, in rtw8822c_txgapk_calculate_offset() local 1550 u32 reg_backup[ARRAY_SIZE(bb_reg)] = {0}; in rtw8822c_txgapk_calculate_offset() 1555 rtw8822c_txgapk_backup_bb_reg(rtwdev, bb_reg, in rtw8822c_txgapk_calculate_offset() 1556 reg_backup, ARRAY_SIZE(bb_reg)); in rtw8822c_txgapk_calculate_offset() 1614 rtw8822c_txgapk_reload_bb_reg(rtwdev, bb_reg, in rtw8822c_txgapk_calculate_offset() 1615 reg_backup, ARRAY_SIZE(bb_reg)); in rtw8822c_txgapk_calculate_offset() 1785 static const u32 bb_reg[2] = {REG_TX_PTCL_CTRL, REG_TX_FIFO}; in rtw8822c_txgapk() local 1807 rtw8822c_txgapk_backup_bb_reg(rtwdev, bb_reg, in rtw8822c_txgapk() 1808 bb_reg_backup, ARRAY_SIZE(bb_reg)); in rtw8822c_txgapk() 1821 rtw8822c_txgapk_reload_bb_reg(rtwdev, bb_reg, in rtw8822c_txgapk() [all …]
|