Lines Matching defs:hal
267 rtwdev->hal.rcr |= BIT_AM;
269 rtwdev->hal.rcr &= ~(BIT_AM);
273 rtwdev->hal.rcr |= BIT_ACRC32;
275 rtwdev->hal.rcr &= ~(BIT_ACRC32);
279 rtwdev->hal.rcr |= BIT_AAP;
281 rtwdev->hal.rcr &= ~(BIT_AAP);
285 rtwdev->hal.rcr &= ~(BIT_CBSSID_BCN | BIT_CBSSID_DATA);
287 rtwdev->hal.rcr |= BIT_CBSSID_BCN;
292 changed_flags, *new_flags, rtwdev->hal.rcr);
294 rtw_write32(rtwdev, REG_RCR, rtwdev->hal.rcr);
315 sifs = rtwdev->hal.current_band_type == RTW_BAND_5G ? 16 : 10;
568 struct rtw_hal *hal = &rtwdev->hal;
571 if (hal->current_band_type == RTW_BAND_2G)
743 struct rtw_hal *hal = &rtwdev->hal;
745 *tx_antenna = hal->antenna_tx;
746 *rx_antenna = hal->antenna_rx;