Searched refs:bb_reg (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/net/wireless/realtek/rtw88/ |
D | rtw8822c.c | 1527 static const u32 bb_reg[] = {REG_ANTMAP0, REG_TXLGMAP, REG_TXANTSEG, in rtw8822c_txgapk_calculate_offset() local 1531 u32 reg_backup[ARRAY_SIZE(bb_reg)] = {0}; in rtw8822c_txgapk_calculate_offset() 1536 rtw8822c_txgapk_backup_bb_reg(rtwdev, bb_reg, in rtw8822c_txgapk_calculate_offset() 1537 reg_backup, ARRAY_SIZE(bb_reg)); in rtw8822c_txgapk_calculate_offset() 1595 rtw8822c_txgapk_reload_bb_reg(rtwdev, bb_reg, in rtw8822c_txgapk_calculate_offset() 1596 reg_backup, ARRAY_SIZE(bb_reg)); in rtw8822c_txgapk_calculate_offset() 1766 static const u32 bb_reg[2] = {REG_TX_PTCL_CTRL, REG_TX_FIFO}; in rtw8822c_txgapk() local 1788 rtw8822c_txgapk_backup_bb_reg(rtwdev, bb_reg, in rtw8822c_txgapk() 1789 bb_reg_backup, ARRAY_SIZE(bb_reg)); in rtw8822c_txgapk() 1802 rtw8822c_txgapk_reload_bb_reg(rtwdev, bb_reg, in rtw8822c_txgapk() [all …]
|