Searched refs:REG_MCU_FW_DL (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/net/wireless/realtek/rtl8xxxu/ |
| H A D | 8192c.c | 624 if (rtl8xxxu_read8(priv, REG_MCU_FW_DL) & MCU_FW_DL_READY) { in rtl8192cu_power_off() 625 rtl8xxxu_write8(priv, REG_MCU_FW_DL, 0x00); in rtl8192cu_power_off()
|
| H A D | 8723a.c | 500 if (rtl8xxxu_read8(priv, REG_MCU_FW_DL) & MCU_FW_RAM_SEL) in rtl8723au_power_off() 509 rtl8xxxu_write8(priv, REG_MCU_FW_DL, 0x00); in rtl8723au_power_off()
|
| H A D | 8192e.c | 1612 if (rtl8xxxu_read8(priv, REG_MCU_FW_DL) & MCU_FW_RAM_SEL) in rtl8192eu_power_off() 1621 rtl8xxxu_write8(priv, REG_MCU_FW_DL, 0x00); in rtl8192eu_power_off()
|
| H A D | 8188f.c | 1562 if (rtl8xxxu_read8(priv, REG_MCU_FW_DL) & MCU_FW_RAM_SEL) in rtl8188fu_power_off() 1573 rtl8xxxu_write8(priv, REG_MCU_FW_DL, 0x00); in rtl8188fu_power_off()
|
| H A D | 8723b.c | 1480 if (rtl8xxxu_read8(priv, REG_MCU_FW_DL) & MCU_FW_RAM_SEL) in rtl8723bu_power_off() 1489 rtl8xxxu_write8(priv, REG_MCU_FW_DL, 0x00); in rtl8723bu_power_off()
|
| H A D | 8188e.c | 1212 if (rtl8xxxu_read8(priv, REG_MCU_FW_DL) & MCU_FW_RAM_SEL) in rtl8188eu_power_off() 1221 rtl8xxxu_write8(priv, REG_MCU_FW_DL, 0x00); in rtl8188eu_power_off()
|
| H A D | 8192f.c | 1871 if (rtl8xxxu_read8(priv, REG_MCU_FW_DL) & MCU_FW_RAM_SEL) in rtl8192fu_power_off() 1878 rtl8xxxu_write8(priv, REG_MCU_FW_DL, 0x00); in rtl8192fu_power_off()
|
| H A D | regs.h | 219 #define REG_MCU_FW_DL 0x0080 macro
|
| H A D | core.c | 1954 reg_mcu_fw_dl = REG_MCU_FW_DL; in rtl8xxxu_start_firmware() 2022 reg_mcu_fw_dl = REG_MCU_FW_DL; in rtl8xxxu_download_firmware()
|