Home
last modified time | relevance | path

Searched refs:rtw_is_range_a_in_b (Results 1 – 25 of 36) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/
H A Dosdep_service.h492 #define rtw_is_range_a_in_b(hi_a, lo_a, hi_b, lo_b) (((hi_a) <= (hi_b)) && ((lo_a) >= (lo_b))) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/
H A Dosdep_service.h479 #define rtw_is_range_a_in_b(hi_a, lo_a, hi_b, lo_b) (((hi_a) <= (hi_b)) && ((lo_a) >= (lo_b))) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/
H A Dosdep_service.h481 #define rtw_is_range_a_in_b(hi_a, lo_a, hi_b, lo_b) (((hi_a) <= (hi_b)) && ((lo_a) >= (lo_b))) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/
H A Dosdep_service.h551 #define rtw_is_range_a_in_b(hi_a, lo_a, hi_b, lo_b) (((hi_a) <= (hi_b)) && ((lo_a) >= (lo_b))) macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Dosdep_service.h470 #define rtw_is_range_a_in_b(hi_a, lo_a, hi_b, lo_b) (((hi_a) <= (hi_b)) && ((lo_a) >= (lo_b))) macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Dosdep_service.h470 #define rtw_is_range_a_in_b(hi_a, lo_a, hi_b, lo_b) (((hi_a) <= (hi_b)) && ((lo_a) >= (lo_b))) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/
H A Dosdep_service.h607 #define rtw_is_range_a_in_b(hi_a, lo_a, hi_b, lo_b) (((hi_a) <= (hi_b)) && ((lo_a) >= (lo_b))) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/
H A Dosdep_service.h589 #define rtw_is_range_a_in_b(hi_a, lo_a, hi_b, lo_b) (((hi_a) <= (hi_b)) && ((lo_a) >= (lo_b))) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/
H A Dosdep_service.h589 #define rtw_is_range_a_in_b(hi_a, lo_a, hi_b, lo_b) (((hi_a) <= (hi_b)) && ((lo_a) >= (lo_b))) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/
H A Dosdep_service.h613 #define rtw_is_range_a_in_b(hi_a, lo_a, hi_b, lo_b) (((hi_a) <= (hi_b)) && ((lo_a) >= (lo_b))) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/
H A Dosdep_service.h590 #define rtw_is_range_a_in_b(hi_a, lo_a, hi_b, lo_b) (((hi_a) <= (hi_b)) && ((lo_a) >= (lo_b))) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/
H A Dosdep_service.h670 #define rtw_is_range_a_in_b(hi_a, lo_a, hi_b, lo_b) (((hi_a) <= (hi_b)) && ((lo_a) >= (lo_b))) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/
H A Dosdep_service.h671 #define rtw_is_range_a_in_b(hi_a, lo_a, hi_b, lo_b) (((hi_a) <= (hi_b)) && ((lo_a) >= (lo_b))) macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/
H A Dosdep_service.h645 #define rtw_is_range_a_in_b(hi_a, lo_a, hi_b, lo_b) (((hi_a) <= (hi_b)) && ((lo_a) >= (lo_b))) macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/
H A Dosdep_service.h645 #define rtw_is_range_a_in_b(hi_a, lo_a, hi_b, lo_b) (((hi_a) <= (hi_b)) && ((lo_a) >= (lo_b))) macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/
H A Dosdep_service.h670 #define rtw_is_range_a_in_b(hi_a, lo_a, hi_b, lo_b) (((hi_a) <= (hi_b)) && ((lo_a) >= (lo_b))) macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/
H A Dosdep_service.h675 #define rtw_is_range_a_in_b(hi_a, lo_a, hi_b, lo_b) (((hi_a) <= (hi_b)) && ((lo_a) >= (lo_b))) macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/
H A Dosdep_service.h678 #define rtw_is_range_a_in_b(hi_a, lo_a, hi_b, lo_b) (((hi_a) <= (hi_b)) && ((lo_a) >= (lo_b))) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/
H A Drtw_mlme_ext.c373 if (rtw_is_range_a_in_b(hi, lo, cur_hi, cur_lo)) { in rtw_is_cac_reset_needed()
382 } else if (rtw_is_range_a_in_b(cur_hi, cur_lo, hi, lo)) { in rtw_is_cac_reset_needed()
576 if (rtw_is_range_a_in_b(hi, lo, cur_hi, cur_lo)) in rtw_get_ch_waiting_ms()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_mlme_ext.c569 if (rtw_is_range_a_in_b(hi, lo, cur_hi, cur_lo)) { in rtw_is_cac_reset_needed()
578 } else if (rtw_is_range_a_in_b(cur_hi, cur_lo, hi, lo)) { in rtw_is_cac_reset_needed()
850 if (rtw_is_range_a_in_b(hi, lo, cur_hi, cur_lo)) in rtw_get_ch_waiting_ms()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_mlme_ext.c569 if (rtw_is_range_a_in_b(hi, lo, cur_hi, cur_lo)) { in rtw_is_cac_reset_needed()
578 } else if (rtw_is_range_a_in_b(cur_hi, cur_lo, hi, lo)) { in rtw_is_cac_reset_needed()
850 if (rtw_is_range_a_in_b(hi, lo, cur_hi, cur_lo)) in rtw_get_ch_waiting_ms()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/
H A Drtw_mlme_ext.c523 if (rtw_is_range_a_in_b(hi, lo, cur_hi, cur_lo)) { in rtw_is_cac_reset_needed()
532 } else if (rtw_is_range_a_in_b(cur_hi, cur_lo, hi, lo)) { in rtw_is_cac_reset_needed()
796 if (rtw_is_range_a_in_b(hi, lo, cur_hi, cur_lo)) in rtw_get_ch_waiting_ms()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/
H A Drtw_mlme_ext.c765 if (rtw_is_range_a_in_b(hi, lo, cur_hi, cur_lo)) { in rtw_is_cac_reset_needed()
774 } else if (rtw_is_range_a_in_b(cur_hi, cur_lo, hi, lo)) { in rtw_is_cac_reset_needed()
968 if (rtw_is_range_a_in_b(hi, lo, cur_hi, cur_lo)) in rtw_get_ch_waiting_ms()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/
H A Drtw_mlme_ext.c379 if (rtw_is_range_a_in_b(hi, lo, cur_hi, cur_lo)) { in rtw_is_cac_reset_needed()
388 } else if (rtw_is_range_a_in_b(cur_hi, cur_lo, hi, lo)) { in rtw_is_cac_reset_needed()
588 if (rtw_is_range_a_in_b(hi, lo, cur_hi, cur_lo)) in rtw_get_ch_waiting_ms()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/
H A Drtw_mlme_ext.c375 if (rtw_is_range_a_in_b(hi, lo, cur_hi, cur_lo)) { in rtw_is_cac_reset_needed()
384 } else if (rtw_is_range_a_in_b(cur_hi, cur_lo, hi, lo)) { in rtw_is_cac_reset_needed()
584 if (rtw_is_range_a_in_b(hi, lo, cur_hi, cur_lo)) in rtw_get_ch_waiting_ms()

12