Home
last modified time | relevance | path

Searched refs:rtw89_reg_def (Results 1 – 14 of 14) sorted by relevance

/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dphy.h338 const struct rtw89_reg_def *table;
365 struct rtw89_reg_def notch1_idx;
366 struct rtw89_reg_def notch1_frac_idx;
367 struct rtw89_reg_def notch1_en;
368 struct rtw89_reg_def notch2_idx;
369 struct rtw89_reg_def notch2_frac_idx;
370 struct rtw89_reg_def notch2_en;
H A Dmac.h963 struct rtw89_reg_def muedca_ctrl;
964 struct rtw89_reg_def bfee_ctrl;
965 struct rtw89_reg_def narrow_bw_ru_dis;
966 struct rtw89_reg_def wow_ctrl;
967 struct rtw89_reg_def agg_limit;
968 struct rtw89_reg_def txcnt_limit;
H A Dcore.h3908 struct rtw89_reg_def { struct
4182 struct rtw89_reg_def p0_lna_init;
4183 struct rtw89_reg_def p1_lna_init;
4184 struct rtw89_reg_def p0_tia_init;
4185 struct rtw89_reg_def p1_tia_init;
4186 struct rtw89_reg_def p0_rxb_init;
4187 struct rtw89_reg_def p1_rxb_init;
4361 struct rtw89_reg_def h2c_counter_reg;
4364 struct rtw89_reg_def c2h_counter_reg;
4375 struct rtw89_reg_def bss_clr_vld;
[all …]
H A Dpci.h1340 struct rtw89_reg_def dma_io_stop;
1341 struct rtw89_reg_def dma_stop1;
1342 struct rtw89_reg_def dma_stop2;
1343 struct rtw89_reg_def dma_busy1;
H A Drtw8922a.c922 static const struct rtw89_reg_def rpl_comp_bw160[RTW89_BW20_SC_160M] = {
933 static const struct rtw89_reg_def rpl_comp_bw80[RTW89_BW20_SC_80M] = {
940 static const struct rtw89_reg_def rpl_comp_bw40[RTW89_BW20_SC_40M] = {
945 static const struct rtw89_reg_def rpl_comp_bw20[RTW89_BW20_SC_20M] = {
2159 static const struct rtw89_reg_def rtw8922a_txpwr_ref[][3] = {
2177 const struct rtw89_reg_def *txpwr_ref; in rtw8922a_set_txpwr_diff()
H A Dphy.c4372 const struct rtw89_reg_def *dcfo_comp = rtwdev->chip->dcfo_comp; in rtw89_dcfo_comp()
6694 const struct rtw89_reg_def *bss_clr_vld = &chip->bss_clr_vld; in rtw89_phy_set_bss_color()
6841 static const struct rtw89_reg_def rtw89_tssi_fastmode_regs_flat[RTW89_TSSI_FAST_MODE_NUM] = {
6848 static const struct rtw89_reg_def rtw89_tssi_fastmode_regs_level[RTW89_TSSI_FAST_MODE_NUM] = {
6861 const struct rtw89_reg_def *regs; in rtw89_phy_tssi_ctrl_set_fast_mode_cfg()
6876 static const struct rtw89_reg_def rtw89_tssi_bandedge_regs_flat[RTW89_TSSI_SBW_NUM] = {
6894 static const struct rtw89_reg_def rtw89_tssi_bandedge_regs_level[RTW89_TSSI_SBW_NUM] = {
6917 const struct rtw89_reg_def *regs; in rtw89_phy_tssi_ctrl_set_bandedge_cfg()
H A Drtw8852bt.c96 static const struct rtw89_reg_def rtw8852bt_dcfo_comp = {
H A Drtw8852b.c98 static const struct rtw89_reg_def rtw8852b_dcfo_comp = {
H A Drtw8852a_table.c50961 static const struct rtw89_reg_def rtw89_8852a_lna_gain_g[] = {
50973 static const struct rtw89_reg_def rtw89_8852a_tia_gain_g[] = {
50980 static const struct rtw89_reg_def rtw89_8852a_lna_gain_a[] = {
50992 static const struct rtw89_reg_def rtw89_8852a_tia_gain_a[] = {
H A Dpci.c252 const struct rtw89_reg_def *dma_stop1 = &info->dma_stop1; in rtw89_pci_ctrl_txdma_ch_ax()
253 const struct rtw89_reg_def *dma_stop2 = &info->dma_stop2; in rtw89_pci_ctrl_txdma_ch_ax()
269 const struct rtw89_reg_def *dma_stop1 = &info->dma_stop1; in rtw89_pci_ctrl_txdma_fw_ch_ax()
1898 const struct rtw89_reg_def *reg = &info->dma_io_stop; in rtw89_pci_ctrl_dma_io()
H A Drtw8852a.c425 static const struct rtw89_reg_def rtw8852a_dcfo_comp = {
H A Drtw8851b.c127 static const struct rtw89_reg_def rtw8851b_dcfo_comp = {
H A Drtw8852c.c96 static const struct rtw89_reg_def rtw8852c_dcfo_comp = {
H A Dcore.c5117 const struct rtw89_reg_def *reg = &rtwdev->chip->rfkill_get; in rtw89_core_rfkill_get()