Searched refs:RegCR_1 (Results 1 – 3 of 3) sorted by relevance
580 haldata->RegCR_1 |= BIT(0); in rtl8188e_set_FwJoinBssReport_cmd()581 usb_write8(adapt, REG_CR+1, haldata->RegCR_1); in rtl8188e_set_FwJoinBssReport_cmd()650 haldata->RegCR_1 &= (~BIT(0)); in rtl8188e_set_FwJoinBssReport_cmd()651 usb_write8(adapt, REG_CR+1, haldata->RegCR_1); in rtl8188e_set_FwJoinBssReport_cmd()
604 haldata->RegCR_1 = usb_read8(Adapter, REG_CR+1); in _InitBeaconParameters()
302 u8 RegCR_1; member