Home
last modified time | relevance | path

Searched refs:MCU_FW_RAM_SEL (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A D8723a.c500 if (rtl8xxxu_read8(priv, REG_MCU_FW_DL) & MCU_FW_RAM_SEL) in rtl8723au_power_off()
H A Dregs.h227 #define MCU_FW_RAM_SEL BIT(7) /* 1: RAM, 0:ROM */ macro
H A D8192e.c1612 if (rtl8xxxu_read8(priv, REG_MCU_FW_DL) & MCU_FW_RAM_SEL) in rtl8192eu_power_off()
H A D8188f.c1562 if (rtl8xxxu_read8(priv, REG_MCU_FW_DL) & MCU_FW_RAM_SEL) in rtl8188fu_power_off()
H A D8723b.c1480 if (rtl8xxxu_read8(priv, REG_MCU_FW_DL) & MCU_FW_RAM_SEL) in rtl8723bu_power_off()
H A D8188e.c1212 if (rtl8xxxu_read8(priv, REG_MCU_FW_DL) & MCU_FW_RAM_SEL) in rtl8188eu_power_off()
H A D8192f.c1871 if (rtl8xxxu_read8(priv, REG_MCU_FW_DL) & MCU_FW_RAM_SEL) in rtl8192fu_power_off()
H A Dcore.c2035 if (val8 & MCU_FW_RAM_SEL) { in rtl8xxxu_download_firmware()