Searched refs:RegFwHwTxQCtrl (Results 1 – 6 of 6) sorted by relevance
599 if (pHalData->RegFwHwTxQCtrl & BIT(6)) in rtl8723a_set_FwJoinBssReport_cmd()605 pHalData->RegFwHwTxQCtrl & ~BIT(6)); in rtl8723a_set_FwJoinBssReport_cmd()606 pHalData->RegFwHwTxQCtrl &= ~BIT(6); in rtl8723a_set_FwJoinBssReport_cmd()619 pHalData->RegFwHwTxQCtrl | BIT(6)); in rtl8723a_set_FwJoinBssReport_cmd()620 pHalData->RegFwHwTxQCtrl |= BIT(6); in rtl8723a_set_FwJoinBssReport_cmd()735 if (pHalData->RegFwHwTxQCtrl & BIT(6)) in rtl8723a_set_BTCoex_AP_mode_FwRsvdPkt_cmd()739 pHalData->RegFwHwTxQCtrl &= ~BIT(6); in rtl8723a_set_BTCoex_AP_mode_FwRsvdPkt_cmd()741 pHalData->RegFwHwTxQCtrl); in rtl8723a_set_BTCoex_AP_mode_FwRsvdPkt_cmd()750 pHalData->RegFwHwTxQCtrl |= BIT(6); in rtl8723a_set_BTCoex_AP_mode_FwRsvdPkt_cmd()752 pHalData->RegFwHwTxQCtrl); in rtl8723a_set_BTCoex_AP_mode_FwRsvdPkt_cmd()
822 pHalData->RegFwHwTxQCtrl |= BIT(6); in ResumeTxBeacon()824 pHalData->RegFwHwTxQCtrl); in ResumeTxBeacon()840 pHalData->RegFwHwTxQCtrl &= ~BIT(6); in StopTxBeacon()842 pHalData->RegFwHwTxQCtrl); in StopTxBeacon()
589 if (haldata->RegFwHwTxQCtrl & BIT(6)) { in rtl8188e_set_FwJoinBssReport_cmd()595 usb_write8(adapt, REG_FWHW_TXQ_CTRL+2, (haldata->RegFwHwTxQCtrl&(~BIT(6)))); in rtl8188e_set_FwJoinBssReport_cmd()596 haldata->RegFwHwTxQCtrl &= (~BIT(6)); in rtl8188e_set_FwJoinBssReport_cmd()638 usb_write8(adapt, REG_FWHW_TXQ_CTRL+2, (haldata->RegFwHwTxQCtrl | BIT(6))); in rtl8188e_set_FwJoinBssReport_cmd()639 haldata->RegFwHwTxQCtrl |= BIT(6); in rtl8188e_set_FwJoinBssReport_cmd()
602 haldata->RegFwHwTxQCtrl = usb_read8(Adapter, REG_FWHW_TXQ_CTRL+2); in _InitBeaconParameters()1174 usb_write8(adapt, REG_FWHW_TXQ_CTRL+2, (haldata->RegFwHwTxQCtrl) | BIT(6)); in ResumeTxBeacon()1175 haldata->RegFwHwTxQCtrl |= BIT(6); in ResumeTxBeacon()1188 usb_write8(adapt, REG_FWHW_TXQ_CTRL+2, (haldata->RegFwHwTxQCtrl) & (~BIT(6))); in StopTxBeacon()1189 haldata->RegFwHwTxQCtrl &= (~BIT(6)); in StopTxBeacon()
300 u8 RegFwHwTxQCtrl; member
355 u8 RegFwHwTxQCtrl; member