Lines Matching defs:hal
283 rtwdev->hal.rcr |= BIT_AM;
285 rtwdev->hal.rcr &= ~(BIT_AM);
289 rtwdev->hal.rcr |= BIT_ACRC32;
291 rtwdev->hal.rcr &= ~(BIT_ACRC32);
295 rtwdev->hal.rcr |= BIT_AAP;
297 rtwdev->hal.rcr &= ~(BIT_AAP);
301 rtwdev->hal.rcr &= ~(BIT_CBSSID_BCN | BIT_CBSSID_DATA);
303 rtwdev->hal.rcr |= BIT_CBSSID_BCN;
308 changed_flags, *new_flags, rtwdev->hal.rcr);
310 rtw_write32(rtwdev, REG_RCR, rtwdev->hal.rcr);
331 sifs = rtwdev->hal.current_band_type == RTW_BAND_5G ? 16 : 10;
654 struct rtw_hal *hal = &rtwdev->hal;
657 if (hal->current_band_type == RTW_BAND_2G)
809 struct rtw_hal *hal = &rtwdev->hal;
811 *tx_antenna = hal->antenna_tx;
812 *rx_antenna = hal->antenna_rx;