| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_notify.c | 31 if (hw_idx == HW_BAND_MAX) { in rtw_hal_notification()
|
| H A D | hal_cap.c | 454 if (band >= HW_BAND_MAX) { in rtw_hal_get_bf_proto_cap() 554 if (band >= HW_BAND_MAX) { in rtw_hal_get_stbc_proto_cap()
|
| H A D | hal_init.c | 1138 for (bid = 0; bid < HW_BAND_MAX; bid++) { in _hal_reset_chandef()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_notify.c | 31 if (hw_idx == HW_BAND_MAX) { in rtw_hal_notification()
|
| H A D | hal_cap.c | 447 if (band >= HW_BAND_MAX) { in rtw_hal_get_bf_proto_cap() 547 if (band >= HW_BAND_MAX) { in rtw_hal_get_stbc_proto_cap()
|
| H A D | hal_init.c | 1138 for (bid = 0; bid < HW_BAND_MAX; bid++) { in _hal_reset_chandef()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_notify.c | 121 rtw_hal_notification(phl_info->hal, MSG_EVT_SURPRISE_REMOVE, HW_BAND_MAX); in rtw_phl_dev_terminate_ntf()
|
| H A D | phl_cmd_dispatch_engine.c | 563 band_idx = HW_BAND_MAX; /* force all band stop IO */ in phl_disp_eng_notify_dev_io_status() 564 if (band_idx != HW_BAND_MAX) in phl_disp_eng_notify_dev_io_status() 589 if (band_idx != HW_BAND_MAX) in phl_disp_eng_is_fg_empty()
|
| H A D | phl_watchdog.c | 138 if (true == phl_disp_eng_is_fg_empty(phl_info, HW_BAND_MAX)) { in _phl_watchdog_sw_done()
|
| H A D | phl_def.h | 33 HW_BAND_MAX enumerator 2590 struct rtw_phl_ppdu_sts_ent sts_ent[HW_BAND_MAX][PHL_MAX_PPDU_CNT]; 2591 u8 cur_rx_ppdu_cnt[HW_BAND_MAX]; 2592 bool en_ppdu_sts[HW_BAND_MAX]; 2593 bool latest_rx_is_psts[HW_BAND_MAX]; 2603 u8 cur_ppdu_cnt[HW_BAND_MAX];
|
| H A D | phl_init.c | 65 for (j = 0; j < HW_BAND_MAX; j++) { in _phl_com_deinit_ppdu_sts() 85 for (j = 0; j < HW_BAND_MAX; j++) { in _phl_com_init_ppdu_sts() 105 for (j = 0; j < HW_BAND_MAX; j++) { in _phl_com_init_ppdu_sts() 860 phl_status = phl_disp_eng_init(phl_info, HW_BAND_MAX); in phl_module_init()
|
| H A D | phl_tx.c | 1287 rtw_hal_notification(phl_info->hal, MSG_EVT_DATA_PATH_START, HW_BAND_MAX); in phl_datapath_start() 1298 rtw_hal_notification(phl_info->hal, MSG_EVT_DATA_PATH_STOP, HW_BAND_MAX); in phl_datapath_stop()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_notify.c | 129 rtw_hal_notification(phl_info->hal, MSG_EVT_SURPRISE_REMOVE, HW_BAND_MAX); in rtw_phl_dev_terminate_ntf()
|
| H A D | phl_cmd_dispatch_engine.c | 563 band_idx = HW_BAND_MAX; /* force all band stop IO */ in phl_disp_eng_notify_dev_io_status() 564 if (band_idx != HW_BAND_MAX) in phl_disp_eng_notify_dev_io_status() 589 if (band_idx != HW_BAND_MAX) in phl_disp_eng_is_fg_empty()
|
| H A D | phl_watchdog.c | 138 if (true == phl_disp_eng_is_fg_empty(phl_info, HW_BAND_MAX)) { in _phl_watchdog_sw_done()
|
| H A D | phl_def.h | 33 HW_BAND_MAX enumerator 2614 struct rtw_phl_ppdu_sts_ent sts_ent[HW_BAND_MAX][PHL_MAX_PPDU_CNT]; 2615 u8 cur_rx_ppdu_cnt[HW_BAND_MAX]; 2616 bool en_ppdu_sts[HW_BAND_MAX]; 2617 bool latest_rx_is_psts[HW_BAND_MAX]; 2627 u8 cur_ppdu_cnt[HW_BAND_MAX];
|
| H A D | phl_init.c | 65 for (j = 0; j < HW_BAND_MAX; j++) { in _phl_com_deinit_ppdu_sts() 85 for (j = 0; j < HW_BAND_MAX; j++) { in _phl_com_init_ppdu_sts() 105 for (j = 0; j < HW_BAND_MAX; j++) { in _phl_com_init_ppdu_sts() 868 phl_status = phl_disp_eng_init(phl_info, HW_BAND_MAX); in phl_module_init()
|
| H A D | phl_tx.c | 1260 rtw_hal_notification(phl_info->hal, MSG_EVT_DATA_PATH_START, HW_BAND_MAX); in phl_datapath_start() 1271 rtw_hal_notification(phl_info->hal, MSG_EVT_DATA_PATH_STOP, HW_BAND_MAX); in phl_datapath_stop()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/ |
| H A D | cmd_disp_test.c | 789 phl_disp_eng_notify_dev_io_status(disp_test_ctx.phl, HW_BAND_MAX, 0, false); in disp_cannot_io_test() 820 phl_disp_eng_notify_dev_io_status(disp_test_ctx.phl, HW_BAND_MAX, 0, true); in disp_cannot_io_test()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/ |
| H A D | cmd_disp_test.c | 789 phl_disp_eng_notify_dev_io_status(disp_test_ctx.phl, HW_BAND_MAX, 0, false); in disp_cannot_io_test() 820 phl_disp_eng_notify_dev_io_status(disp_test_ctx.phl, HW_BAND_MAX, 0, true); in disp_cannot_io_test()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/ |
| H A D | drv_types.h | 1157 u32 fa_cnt_acc[HW_BAND_MAX];
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/ |
| H A D | drv_types.h | 1164 u32 fa_cnt_acc[HW_BAND_MAX];
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_mlme.c | 2911 for (band_idx = HW_BAND_0; band_idx < HW_BAND_MAX; band_idx++) { in rtw_accumulate_fa_count()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_mlme.c | 2930 for (band_idx = HW_BAND_0; band_idx < HW_BAND_MAX; band_idx++) { in rtw_accumulate_fa_count()
|