Lines Matching defs:hal
48 struct rtw89_hal *hal = &rtwdev->hal;
50 return READ_ONCE(hal->entity_active);
55 struct rtw89_hal *hal = &rtwdev->hal;
57 WRITE_ONCE(hal->entity_active, active);
63 struct rtw89_hal *hal = &rtwdev->hal;
65 return READ_ONCE(hal->entity_mode);
71 struct rtw89_hal *hal = &rtwdev->hal;
73 WRITE_ONCE(hal->entity_mode, mode);