Lines Matching refs:val16
688 u16 val16; in rtl8192eu_init_phy_bb() local
690 val16 = rtl8xxxu_read16(priv, REG_SYS_FUNC); in rtl8192eu_init_phy_bb()
691 val16 |= SYS_FUNC_BB_GLB_RSTN | SYS_FUNC_BBRSTB | SYS_FUNC_DIO_RF; in rtl8192eu_init_phy_bb()
692 rtl8xxxu_write16(priv, REG_SYS_FUNC, val16); in rtl8192eu_init_phy_bb()
698 val16 = rtl8xxxu_read16(priv, REG_SYS_FUNC); in rtl8192eu_init_phy_bb()
699 val16 |= (SYS_FUNC_USBA | SYS_FUNC_USBD | SYS_FUNC_DIO_RF | in rtl8192eu_init_phy_bb()
701 rtl8xxxu_write16(priv, REG_SYS_FUNC, val16); in rtl8192eu_init_phy_bb()
1445 u16 val16; in rtl8192eu_active_to_lps() local
1483 val16 = rtl8xxxu_read16(priv, REG_CR); in rtl8192eu_active_to_lps()
1484 val16 &= 0xff00; in rtl8192eu_active_to_lps()
1485 val16 |= (CR_HCI_TXDMA_ENABLE | CR_HCI_RXDMA_ENABLE); in rtl8192eu_active_to_lps()
1486 rtl8xxxu_write16(priv, REG_CR, val16); in rtl8192eu_active_to_lps()
1488 val16 = rtl8xxxu_read16(priv, REG_CR); in rtl8192eu_active_to_lps()
1489 val16 &= ~CR_SECURITY_ENABLE; in rtl8192eu_active_to_lps()
1490 rtl8xxxu_write16(priv, REG_CR, val16); in rtl8192eu_active_to_lps()
1553 u16 val16; in rtl8192eu_power_on() local
1587 val16 = rtl8xxxu_read16(priv, REG_CR); in rtl8192eu_power_on()
1588 val16 |= (CR_HCI_TXDMA_ENABLE | CR_HCI_RXDMA_ENABLE | in rtl8192eu_power_on()
1593 rtl8xxxu_write16(priv, REG_CR, val16); in rtl8192eu_power_on()
1602 u16 val16; in rtl8192eu_power_off() local
1620 val16 = rtl8xxxu_read16(priv, REG_SYS_FUNC); in rtl8192eu_power_off()
1621 val16 &= ~SYS_FUNC_CPU_ENABLE; in rtl8192eu_power_off()
1622 rtl8xxxu_write16(priv, REG_SYS_FUNC, val16); in rtl8192eu_power_off()