Home
last modified time | relevance | path

Searched refs:tx_paths (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_8192c.c348 priv->tx_paths = 1; in rtl8192cu_identify_chip()
353 priv->tx_paths = 2; in rtl8192cu_identify_chip()
363 priv->tx_paths = 1; in rtl8192cu_identify_chip()
H A Drtl8xxxu_core.c1112 if (priv->tx_paths == 2) in rtl8xxxu_gen1_enable_rf()
1536 if (priv->tx_paths > 1) { in rtl8xxxu_gen1_set_tx_power()
1692 priv->tx_paths, priv->rx_paths, priv->ep_tx_count, in rtl8xxxu_print_chipinfo()
2297 else if (priv->tx_paths == 2) in rtl8xxxu_gen1_init_phy_bb()
2328 if (priv->tx_paths == 1 && priv->rx_paths == 2) { in rtl8xxxu_init_phy_bb()
2895 if (priv->tx_paths > 1) in rtl8xxxu_simularity_compare()
2933 } else if (!(simubitmap & 0xf0) && priv->tx_paths > 1) { in rtl8xxxu_simularity_compare()
2950 if (priv->tx_paths > 1) in rtl8xxxu_gen2_simularity_compare()
3011 if (!(simubitmap & 0x30) && priv->tx_paths > 1) { in rtl8xxxu_gen2_simularity_compare()
3017 if (!(simubitmap & 0xc0) && priv->tx_paths > 1) { in rtl8xxxu_gen2_simularity_compare()
[all …]
H A Drtl8xxxu_8723b.c325 priv->tx_paths = 1; in rtl8723bu_identify_chip()
1027 if (priv->tx_paths > 1) { in rtl8723bu_phy_iqcalibrate()
1103 if (priv->tx_paths > 1) { in rtl8723bu_phy_iqcalibrate()
1216 if (priv->tx_paths > 1 && reg_eb4) in rtl8723bu_phy_iq_calibrate()
H A Drtl8xxxu_8192e.c499 priv->tx_paths = 1; in rtl8192eu_identify_chip()
503 priv->tx_paths = 2; in rtl8192eu_identify_chip()
569 if (priv->tx_paths > 1) { in rtl8192e_set_tx_power()
H A Drtl8xxxu_8723a.c152 priv->tx_paths = 1; in rtl8723au_identify_chip()
H A Drtl8xxxu_8192f.c417 priv->tx_paths = 2; in rtl8192fu_identify_chip()
477 if (priv->tx_paths == 1) in rtl8192f_set_tx_power()
H A Drtl8xxxu_8188f.c334 priv->tx_paths = 1; in rtl8188fu_identify_chip()
H A Drtl8xxxu_8710b.c597 priv->tx_paths = 1; in rtl8710bu_identify_chip()
H A Drtl8xxxu_8188e.c410 priv->tx_paths = 1; in rtl8188eu_identify_chip()
H A Drtl8xxxu.h1858 u8 tx_paths; member