Lines Matching refs:val32
225 u32 val32; in rtl8723a_emu_to_active() local
252 val32 = rtl8xxxu_read32(priv, REG_APS_FSMCO); in rtl8723a_emu_to_active()
253 if (val32 & BIT(17)) in rtl8723a_emu_to_active()
282 val32 = rtl8xxxu_read32(priv, REG_APS_FSMCO); in rtl8723a_emu_to_active()
283 val32 |= APS_FSMCO_MAC_ENABLE; in rtl8723a_emu_to_active()
284 rtl8xxxu_write32(priv, REG_APS_FSMCO, val32); in rtl8723a_emu_to_active()
287 val32 = rtl8xxxu_read32(priv, REG_APS_FSMCO); in rtl8723a_emu_to_active()
288 if ((val32 & APS_FSMCO_MAC_ENABLE) == 0) { in rtl8723a_emu_to_active()
318 u32 val32; in rtl8723au_power_on() local
352 val32 = rtl8xxxu_read32(priv, REG_EFUSE_CTRL); in rtl8723au_power_on()
353 val32 &= ~(BIT(28) | BIT(29) | BIT(30)); in rtl8723au_power_on()
354 val32 |= (0x06 << 28); in rtl8723au_power_on()
355 rtl8xxxu_write32(priv, REG_EFUSE_CTRL, val32); in rtl8723au_power_on()