Searched refs:rtl_chip (Results 1 – 10 of 10) sorted by relevance
360 priv->rtl_chip = RTL8191C; in rtl8192cu_identify_chip()365 priv->rtl_chip = RTL8192C; in rtl8192cu_identify_chip()374 priv->rtl_chip = RTL8188C; in rtl8192cu_identify_chip()404 else if (priv->chip_cut || priv->rtl_chip == RTL8192C) in rtl8192cu_load_firmware()458 priv->rtl_chip = RTL8188R; in rtl8192cu_parse_efuse()472 if (priv->rtl_chip == RTL8188R) { in rtl8192cu_init_phy_rf()588 if (priv->rtl_chip == RTL8188R) { in rtl8192cu_power_on()
620 if (priv->rtl_chip == RTL8710B && addr <= 0xff) in rtl8xxxu_read8()643 if (priv->rtl_chip == RTL8710B && addr <= 0xff) in rtl8xxxu_read16()666 if (priv->rtl_chip == RTL8710B && addr <= 0xff) in rtl8xxxu_read32()688 if (priv->rtl_chip == RTL8710B && addr <= 0xff) in rtl8xxxu_write8()711 if (priv->rtl_chip == RTL8710B && addr <= 0xff) in rtl8xxxu_write16()733 if (priv->rtl_chip == RTL8710B && addr <= 0xff) in rtl8xxxu_write32()927 if (priv->rtl_chip == RTL8192E) { in rtl8xxxu_write_rfreg()942 if (priv->rtl_chip == RTL8192E) { in rtl8xxxu_write_rfreg()1074 else if (priv->rtl_chip == RTL8192C || priv->rtl_chip == RTL8191C) in rtl8xxxu_gen1_enable_rf()1931 if (priv->rtl_chip == RTL8710B) in rtl8xxxu_start_firmware()[all …]
157 priv->rtl_chip = RTL8723A; in rtl8723au_identify_chip()
484 priv->rtl_chip = RTL8191E; in rtl8192eu_identify_chip()488 priv->rtl_chip = RTL8192E; in rtl8192eu_identify_chip()
315 priv->rtl_chip = RTL8188F; in rtl8188fu_identify_chip()
306 priv->rtl_chip = RTL8723B; in rtl8723bu_identify_chip()
578 priv->rtl_chip = RTL8710B; in rtl8710bu_identify_chip()
391 priv->rtl_chip = RTL8188E; in rtl8188eu_identify_chip()
398 priv->rtl_chip = RTL8192F; in rtl8192fu_identify_chip()
1904 enum rtl8xxxu_rtl_chip rtl_chip; member