Lines Matching refs:hal
55 struct rtw89_hal *hal = &rtwdev->hal;
57 return READ_ONCE(hal->entity_active[phy_idx]);
64 struct rtw89_hal *hal = &rtwdev->hal;
66 WRITE_ONCE(hal->entity_active[phy_idx], active);
72 struct rtw89_hal *hal = &rtwdev->hal;
74 return READ_ONCE(hal->entity_mode);
80 struct rtw89_hal *hal = &rtwdev->hal;
82 WRITE_ONCE(hal->entity_mode, mode);