Searched refs:rpwm_record (Results 1 – 3 of 3) sorted by relevance
37 pHalmac_adapter->rpwm_record = HALMAC_REG_READ_8(pHalmac_adapter, REG_SDIO_HRPWM1); in halmac_mac_power_switch_8822b_sdio()42 rpwm = (u8)((pHalmac_adapter->rpwm_record ^ BIT(7)) & 0x80); in halmac_mac_power_switch_8822b_sdio()
2377 rpwm = (u8)(((pHalmac_adapter->rpwm_record ^ (BIT(7))) | (BIT(0))) & 0x81); in halmac_enter_ps_88xx()2383 rpwm = (u8)(((pHalmac_adapter->rpwm_record ^ (BIT(7))) | (BIT(0))) & 0x81); in halmac_enter_ps_88xx()2436 rpwm = (u8)(((pHalmac_adapter->rpwm_record ^ (BIT(7))) | (BIT(6))) & 0xC0); in halmac_leave_ps_88xx()
1722 u8 rpwm_record; /* record rpwm value */ member