Lines Matching defs:hal
296 rtwdev->hal.rcr |= BIT_AM;
298 rtwdev->hal.rcr &= ~(BIT_AM);
302 rtwdev->hal.rcr |= BIT_ACRC32;
304 rtwdev->hal.rcr &= ~(BIT_ACRC32);
308 rtwdev->hal.rcr |= BIT_AAP;
310 rtwdev->hal.rcr &= ~(BIT_AAP);
314 rtwdev->hal.rcr &= ~(BIT_CBSSID_BCN | BIT_CBSSID_DATA);
316 rtwdev->hal.rcr |= BIT_CBSSID_BCN;
321 changed_flags, *new_flags, rtwdev->hal.rcr);
323 rtw_write32(rtwdev, REG_RCR, rtwdev->hal.rcr);
344 sifs = rtwdev->hal.current_band_type == RTW_BAND_5G ? 16 : 10;
669 struct rtw_hal *hal = &rtwdev->hal;
672 if (hal->current_band_type == RTW_BAND_2G)
824 struct rtw_hal *hal = &rtwdev->hal;
826 *tx_antenna = hal->antenna_tx;
827 *rx_antenna = hal->antenna_rx;