Home
last modified time | relevance | path

Searched refs:ht40_1s_tx_power_index_A (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu_8723a.c148 memcpy(priv->ht40_1s_tx_power_index_A, in rtl8723au_parse_efuse()
149 efuse->ht40_1s_tx_power_index_A, in rtl8723au_parse_efuse()
150 sizeof(efuse->ht40_1s_tx_power_index_A)); in rtl8723au_parse_efuse()
Drtl8xxxu_8192c.c363 memcpy(priv->ht40_1s_tx_power_index_A, in rtl8192cu_parse_efuse()
364 efuse->ht40_1s_tx_power_index_A, in rtl8192cu_parse_efuse()
365 sizeof(efuse->ht40_1s_tx_power_index_A)); in rtl8192cu_parse_efuse()
Drtl8xxxu_8192e.c503 ofdmbase = priv->ht40_1s_tx_power_index_A[group]; in rtl8192e_set_tx_power()
510 mcsbase = priv->ht40_1s_tx_power_index_A[group]; in rtl8192e_set_tx_power()
606 memcpy(priv->ht40_1s_tx_power_index_A, in rtl8192eu_parse_efuse()
Drtl8xxxu.h676 u8 ht40_1s_tx_power_index_A[3]; /* 0x16 */ member
730 u8 ht40_1s_tx_power_index_A[3]; /* 0x60 */ member
1297 u8 ht40_1s_tx_power_index_A[RTL8XXXU_MAX_CHANNEL_GROUPS]; member
Drtl8xxxu_8723b.c411 memcpy(priv->ht40_1s_tx_power_index_A, in rtl8723bu_parse_efuse()
Drtl8xxxu_core.c1407 ofdm[0] = priv->ht40_1s_tx_power_index_A[group]; in rtl8xxxu_gen1_set_tx_power()