Lines Matching refs:hal
15 struct rtw89_hal *hal = &rtwdev->hal;
17 return READ_ONCE(hal->entity_active);
22 struct rtw89_hal *hal = &rtwdev->hal;
24 WRITE_ONCE(hal->entity_active, active);
30 struct rtw89_hal *hal = &rtwdev->hal;
32 return READ_ONCE(hal->entity_mode);
38 struct rtw89_hal *hal = &rtwdev->hal;
40 WRITE_ONCE(hal->entity_mode, mode);