Home
last modified time | relevance | path

Searched refs:ht40_1s_tx_power_index_B (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_8192c.c423 memcpy(priv->ht40_1s_tx_power_index_B, in rtl8192cu_parse_efuse()
424 efuse->ht40_1s_tx_power_index_B, in rtl8192cu_parse_efuse()
425 sizeof(efuse->ht40_1s_tx_power_index_B)); in rtl8192cu_parse_efuse()
H A Drtl8xxxu_8723a.c200 memcpy(priv->ht40_1s_tx_power_index_B, in rtl8723au_parse_efuse()
201 efuse->ht40_1s_tx_power_index_B, in rtl8723au_parse_efuse()
202 sizeof(efuse->ht40_1s_tx_power_index_B)); in rtl8723au_parse_efuse()
H A Drtl8xxxu_8192e.c582 ofdmbase = priv->ht40_1s_tx_power_index_B[group]; in rtl8192e_set_tx_power()
590 mcsbase = priv->ht40_1s_tx_power_index_B[group]; in rtl8192e_set_tx_power()
622 memcpy(priv->ht40_1s_tx_power_index_B, in rtl8192eu_parse_efuse()
H A Drtl8xxxu_8723b.c425 ofdmbase = priv->ht40_1s_tx_power_index_B[group]; in rtl8723b_set_tx_power()
432 mcsbase = priv->ht40_1s_tx_power_index_B[group]; in rtl8723b_set_tx_power()
461 memcpy(priv->ht40_1s_tx_power_index_B, in rtl8723bu_parse_efuse()
H A Drtl8xxxu_8192f.c489 ofdmbase = priv->ht40_1s_tx_power_index_B[group]; in rtl8192f_set_tx_power()
496 mcsbase = priv->ht40_1s_tx_power_index_B[group]; in rtl8192f_set_tx_power()
716 memcpy(priv->ht40_1s_tx_power_index_B, in rtl8192fu_parse_efuse()
H A Drtl8xxxu.h978 u8 ht40_1s_tx_power_index_B[3]; member
1032 u8 ht40_1s_tx_power_index_B[3]; member
1809 u8 ht40_1s_tx_power_index_B[RTL8XXXU_MAX_CHANNEL_GROUPS]; member
H A Drtl8xxxu_core.c1524 ofdm[1] = priv->ht40_1s_tx_power_index_B[group]; in rtl8xxxu_gen1_set_tx_power()