Searched refs:RegFwHwTxQCtrl (Results 1 – 6 of 6) sorted by relevance
600 if (pHalData->RegFwHwTxQCtrl & BIT(6)) in rtl8723a_set_FwJoinBssReport_cmd()606 pHalData->RegFwHwTxQCtrl & ~BIT(6)); in rtl8723a_set_FwJoinBssReport_cmd()607 pHalData->RegFwHwTxQCtrl &= ~BIT(6); in rtl8723a_set_FwJoinBssReport_cmd()620 pHalData->RegFwHwTxQCtrl | BIT(6)); in rtl8723a_set_FwJoinBssReport_cmd()621 pHalData->RegFwHwTxQCtrl |= BIT(6); in rtl8723a_set_FwJoinBssReport_cmd()736 if (pHalData->RegFwHwTxQCtrl & BIT(6)) in rtl8723a_set_BTCoex_AP_mode_FwRsvdPkt_cmd()740 pHalData->RegFwHwTxQCtrl &= ~BIT(6); in rtl8723a_set_BTCoex_AP_mode_FwRsvdPkt_cmd()742 pHalData->RegFwHwTxQCtrl); in rtl8723a_set_BTCoex_AP_mode_FwRsvdPkt_cmd()751 pHalData->RegFwHwTxQCtrl |= BIT(6); in rtl8723a_set_BTCoex_AP_mode_FwRsvdPkt_cmd()753 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()
610 if (haldata->RegFwHwTxQCtrl&BIT6) { in rtl8188e_set_FwJoinBssReport_cmd()616 usb_write8(adapt, REG_FWHW_TXQ_CTRL+2, (haldata->RegFwHwTxQCtrl&(~BIT6))); in rtl8188e_set_FwJoinBssReport_cmd()617 haldata->RegFwHwTxQCtrl &= (~BIT6); in rtl8188e_set_FwJoinBssReport_cmd()659 usb_write8(adapt, REG_FWHW_TXQ_CTRL+2, (haldata->RegFwHwTxQCtrl|BIT6)); in rtl8188e_set_FwJoinBssReport_cmd()660 haldata->RegFwHwTxQCtrl |= BIT6; in rtl8188e_set_FwJoinBssReport_cmd()
602 haldata->RegFwHwTxQCtrl = usb_read8(Adapter, REG_FWHW_TXQ_CTRL+2); in _InitBeaconParameters()1177 usb_write8(adapt, REG_FWHW_TXQ_CTRL+2, (haldata->RegFwHwTxQCtrl) | BIT6); in ResumeTxBeacon()1178 haldata->RegFwHwTxQCtrl |= BIT6; in ResumeTxBeacon()1191 usb_write8(adapt, REG_FWHW_TXQ_CTRL+2, (haldata->RegFwHwTxQCtrl) & (~BIT6)); in StopTxBeacon()1192 haldata->RegFwHwTxQCtrl &= (~BIT6); in StopTxBeacon()
316 u8 RegFwHwTxQCtrl; member
352 u8 RegFwHwTxQCtrl; member