Home
last modified time | relevance | path

Searched refs:HW_BAND_0 (Results 1 – 25 of 51) sorted by relevance

123

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/rtl8852b/
H A Drtl8852b_halinit.c411 hal_status = rtw_hal_mac_set_rxfltr_by_type(hal_com, HW_BAND_0, RTW_PHL_PKT_TYPE_CTRL, 0); in _hal_cfg_ctrl_rxfltr()
414 hal_status = rtw_hal_mac_set_rxfltr_by_subtype(hal_com, HW_BAND_0, RTW_PHL_PKT_TYPE_CTRL, in _hal_cfg_ctrl_rxfltr()
421 hal_status = rtw_hal_mac_set_rxfltr_by_subtype(hal_com, HW_BAND_0, RTW_PHL_PKT_TYPE_CTRL, in _hal_cfg_ctrl_rxfltr()
428 hal_status = rtw_hal_mac_set_rxfltr_by_subtype(hal_com, HW_BAND_0, RTW_PHL_PKT_TYPE_CTRL, in _hal_cfg_ctrl_rxfltr()
435 hal_status = rtw_hal_mac_set_rxfltr_by_subtype(hal_com, HW_BAND_0, RTW_PHL_PKT_TYPE_CTRL, in _hal_cfg_ctrl_rxfltr()
462 rtw_hal_set_rxfltr_by_mode(hal, HW_BAND_0, RX_FLTR_MODE_STA_NORMAL); in hal_start_8852b()
464 rtw_hal_mac_set_rxfltr_mpdu_size(hal->hal_com, HW_BAND_0, 0x2c00); in hal_start_8852b()
465 rtw_hal_mac_set_hw_rts_th(hal, HW_BAND_0, in hal_start_8852b()
466 phy_cap[HW_BAND_0].hw_rts_time_th, in hal_start_8852b()
467 phy_cap[HW_BAND_0].hw_rts_len_th); in hal_start_8852b()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/rtl8852b/
H A Drtl8852b_halinit.c420 rtw_hal_set_rxfltr_by_mode(hal, HW_BAND_0, RX_FLTR_MODE_STA_NORMAL); in hal_start_8852b()
422 rtw_hal_mac_set_rxfltr_mpdu_size(hal->hal_com, HW_BAND_0, 0x2c00); in hal_start_8852b()
423 rtw_hal_mac_set_hw_rts_th(hal, HW_BAND_0, in hal_start_8852b()
424 phy_cap[HW_BAND_0].hw_rts_time_th, in hal_start_8852b()
425 phy_cap[HW_BAND_0].hw_rts_len_th); in hal_start_8852b()
478 …hal->hal_com->band[HW_BAND_0].ppdu_sts_appen_info = HAL_PPDU_MAC_INFO | HAL_PPDU_PLCP | HAL_PPDU_R… in hal_start_8852b()
479 hal->hal_com->band[HW_BAND_0].ppdu_sts_filter = (HAL_PPDU_HAS_CRC_OK | HAL_PPDU_HAS_A1M); in hal_start_8852b()
481 hal, HW_BAND_0, true, in hal_start_8852b()
482 hal->hal_com->band[HW_BAND_0].ppdu_sts_appen_info, in hal_start_8852b()
483 hal->hal_com->band[HW_BAND_0].ppdu_sts_filter); in hal_start_8852b()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_trx_mit.c24 if (dispr_idx != HW_BAND_0) in phl_pcie_trx_mit_start()
89 HW_BAND_0, in phl_pcie_trx_mit()
H A Dphl_cmd_ser.c209 phl_disp_eng_clr_pending_msg(cser->phl_info, HW_BAND_0); in _ser_l2_notify()
290 nextmsg.band_idx = HW_BAND_0; in _ser_poll_timer_cb()
554 phl_disp_eng_clr_pending_msg(cser->phl_info, HW_BAND_0); in _ser_msg_hdl_m5()
811 HW_BAND_0, in phl_register_ser_module()
832 HW_BAND_0, in phl_ser_inprogress()
875 nextmsg.band_idx = HW_BAND_0; in phl_ser_send_msg()
H A Dphl_cmd_btc.c359 phl_status = phl_disp_eng_register_module(phl_info, HW_BAND_0, in phl_register_btc_module()
372 u8 band_idx = HW_BAND_0; in rtw_phl_btc_send_cmd()
439 msg.band_idx = HW_BAND_0; in rtw_phl_btc_packet_event_notify()
H A Dphl_watchdog.c112 HW_BAND_0, in _phl_watchdog_hw_cmd()
167 HW_BAND_0, in _phl_watchdog_sw_cmd()
H A Dphl_cmd_ps.c558 msg.band_idx = HW_BAND_0; in _cmd_ps_timer_cb()
945 if (!phl_disp_eng_is_fg_empty(ps->phl_info, HW_BAND_0)) { in _chk_ips_enter()
996 if (!phl_disp_eng_is_fg_empty(ps->phl_info, HW_BAND_0)) { in _chk_lps_enter()
1847 phl_disp_eng_query_bk_module_info(phl_info, HW_BAND_0, in phl_ps_get_cur_pwr_lvl()
1869 phl_disp_eng_query_bk_module_info(phl_info, HW_BAND_0, in phl_ps_is_datapath_allowed()
1904 msg.band_idx = HW_BAND_0; in phl_ps_tx_pkt_ntfy()
1991 msg.band_idx = HW_BAND_0; in phl_ps_dbg_set_ps()
2023 status = phl_disp_eng_set_bk_module_info(phl_info, HW_BAND_0, in phl_ps_hal_pwr_req()
H A Dphl_rx.c1289 enum phl_band_idx band = HW_BAND_0; in phl_rx_proc_phy_sts()
1304 band = (ppdu_sts->r.mdata.bb_sel > 0) ? HW_BAND_1 : HW_BAND_0; in phl_rx_proc_phy_sts()
1402 enum phl_band_idx band = HW_BAND_0; in phl_rx_proc_wait_phy_sts()
1413 band = (phl_rx->r.mdata.bb_sel > 0) ? HW_BAND_1 : HW_BAND_0; in phl_rx_proc_wait_phy_sts()
1530 enum phl_band_idx band = HW_BAND_0; in phl_rx_proc_ppdu_sts()
1536 band = (phl_rx->r.mdata.bb_sel > 0) ? HW_BAND_1 : HW_BAND_0; in phl_rx_proc_ppdu_sts()
H A Dphl_led.c107 msg.band_idx = HW_BAND_0; in _phl_led_timer_cb()
819 phl_status = phl_disp_eng_register_module(phl_info, HW_BAND_0, in phl_register_led_module()
1023 msg.band_idx = HW_BAND_0; in phl_led_control()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_dbcc.c68 rtw_hal_tx_pause(hal_com, HW_BAND_0, true, PAUSE_RSON_DBCC); in rtw_hal_dbcc_cfg()
96 rtw_hal_tx_pause(hal_com, HW_BAND_0, false, PAUSE_RSON_DBCC); in rtw_hal_dbcc_cfg()
H A Dhal_rx.c355 enum phl_band_idx band = HW_BAND_0; in hal_rx_ppdu_sts_normal_data()
361 band = (meta->bb_sel > 0) ? HW_BAND_1 : HW_BAND_0; in hal_rx_ppdu_sts_normal_data()
438 enum phl_band_idx band = HW_BAND_0; in hal_rx_ppdu_sts()
446 band = (meta->bb_sel > 0) ? HW_BAND_1 : HW_BAND_0; in hal_rx_ppdu_sts()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_dbcc.c68 rtw_hal_tx_pause(hal_com, HW_BAND_0, true, PAUSE_RSON_DBCC); in rtw_hal_dbcc_cfg()
96 rtw_hal_tx_pause(hal_com, HW_BAND_0, false, PAUSE_RSON_DBCC); in rtw_hal_dbcc_cfg()
H A Dhal_rx.c355 enum phl_band_idx band = HW_BAND_0; in hal_rx_ppdu_sts_normal_data()
361 band = (meta->bb_sel > 0) ? HW_BAND_1 : HW_BAND_0; in hal_rx_ppdu_sts_normal_data()
438 enum phl_band_idx band = HW_BAND_0; in hal_rx_ppdu_sts()
446 band = (meta->bb_sel > 0) ? HW_BAND_1 : HW_BAND_0; in hal_rx_ppdu_sts()
H A Dhal_fw.c27 msg.band_idx = HW_BAND_0; in _hal_send_fwdl_hub_msg()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_trx_mit.c24 if (dispr_idx != HW_BAND_0) in phl_pcie_trx_mit_start()
89 HW_BAND_0, in phl_pcie_trx_mit()
H A Dphl_cmd_ser.c209 phl_disp_eng_clr_pending_msg(cser->phl_info, HW_BAND_0); in _ser_l2_notify()
290 nextmsg.band_idx = HW_BAND_0; in _ser_poll_timer_cb()
554 phl_disp_eng_clr_pending_msg(cser->phl_info, HW_BAND_0); in _ser_msg_hdl_m5()
811 HW_BAND_0, in phl_register_ser_module()
832 HW_BAND_0, in phl_ser_inprogress()
875 nextmsg.band_idx = HW_BAND_0; in phl_ser_send_msg()
H A Dphl_watchdog.c112 HW_BAND_0, in _phl_watchdog_hw_cmd()
167 HW_BAND_0, in _phl_watchdog_sw_cmd()
H A Dphl_cmd_btc.c368 phl_status = phl_disp_eng_register_module(phl_info, HW_BAND_0, in phl_register_btc_module()
381 u8 band_idx = HW_BAND_0; in rtw_phl_btc_send_cmd()
451 msg.band_idx = HW_BAND_0; in rtw_phl_btc_packet_event_notify()
H A Dphl_cmd_ps.c583 msg.band_idx = HW_BAND_0; in _cmd_ps_timer_cb()
970 if (!phl_disp_eng_is_fg_empty(ps->phl_info, HW_BAND_0)) { in _chk_ips_enter()
1021 if (!phl_disp_eng_is_fg_empty(ps->phl_info, HW_BAND_0)) { in _chk_lps_enter()
1883 phl_disp_eng_query_bk_module_info(phl_info, HW_BAND_0, in phl_ps_get_cur_pwr_lvl()
1905 phl_disp_eng_query_bk_module_info(phl_info, HW_BAND_0, in phl_ps_is_datapath_allowed()
1940 msg.band_idx = HW_BAND_0; in phl_ps_tx_pkt_ntfy()
2027 msg.band_idx = HW_BAND_0; in phl_ps_dbg_set_ps()
2059 status = phl_disp_eng_set_bk_module_info(phl_info, HW_BAND_0, in phl_ps_hal_pwr_req()
H A Dphl_rx.c1294 enum phl_band_idx band = HW_BAND_0; in phl_rx_proc_phy_sts()
1309 band = (ppdu_sts->r.mdata.bb_sel > 0) ? HW_BAND_1 : HW_BAND_0; in phl_rx_proc_phy_sts()
1407 enum phl_band_idx band = HW_BAND_0; in phl_rx_proc_wait_phy_sts()
1418 band = (phl_rx->r.mdata.bb_sel > 0) ? HW_BAND_1 : HW_BAND_0; in phl_rx_proc_wait_phy_sts()
1535 enum phl_band_idx band = HW_BAND_0; in phl_rx_proc_ppdu_sts()
1541 band = (phl_rx->r.mdata.bb_sel > 0) ? HW_BAND_1 : HW_BAND_0; in phl_rx_proc_ppdu_sts()
H A Dphl_led.c107 msg.band_idx = HW_BAND_0; in _phl_led_timer_cb()
819 phl_status = phl_disp_eng_register_module(phl_info, HW_BAND_0, in phl_register_led_module()
1023 msg.band_idx = HW_BAND_0; in phl_led_control()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/
H A Dphl_ps_dbg_cmd.c128 if (phl_disp_eng_query_bk_module_info(phl_info, HW_BAND_0, in phl_ps_dbg_dump()
213 rtw_phl_ps_set_rt_cap((void*)phl_info, HW_BAND_0, ps_en, PS_RT_DEBUG); in phl_ps_dbg_stop_ps()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/
H A Dphl_ps_dbg_cmd.c128 if (phl_disp_eng_query_bk_module_info(phl_info, HW_BAND_0, in phl_ps_dbg_dump()
213 rtw_phl_ps_set_rt_cap((void*)phl_info, HW_BAND_0, ps_en, PS_RT_DEBUG); in phl_ps_dbg_stop_ps()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/
H A Dhw.c2013 u32 cr = (band == HW_BAND_0) ? R_AX_PWR_RATE_OFST_CTRL : in mac_write_pwr_ofst_mode()
2027 u32 cr = (band == HW_BAND_0) ? R_AX_PWR_RATE_OFST_CTRL : in mac_write_pwr_ofst_mode()
2044 u32 cr = (band == HW_BAND_0) ? R_AX_PWR_LMT_CTRL : in mac_write_pwr_ofst_bw()
2058 u32 cr = (band == HW_BAND_0) ? R_AX_PWR_LMT_CTRL : in mac_write_pwr_ofst_bw()
2075 u32 cr = (band == HW_BAND_0) ? R_AX_PWR_RATE_CTRL : in mac_write_pwr_ref_reg()
2089 u32 cr = (band == HW_BAND_0) ? R_AX_PWR_RATE_CTRL : in mac_write_pwr_ref_reg()
2106 u32 cr = (band == HW_BAND_0) ? R_AX_PWR_LMT_CTRL : in mac_write_pwr_limit_en()
2120 cr = (band == HW_BAND_0) ? R_AX_PWR_RU_LMT_CTRL : R_AX_PWR_RU_LMT_CTRL_C1; in mac_write_pwr_limit_en()
2130 u32 cr = (band == HW_BAND_0) ? R_AX_PWR_LMT_CTRL : in mac_write_pwr_limit_en()
2139 cr = (band == HW_BAND_0) ? R_AX_PWR_RU_LMT_CTRL : R_AX_PWR_RU_LMT_CTRL_C1; in mac_write_pwr_limit_en()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/
H A Dhw.c2013 u32 cr = (band == HW_BAND_0) ? R_AX_PWR_RATE_OFST_CTRL : in mac_write_pwr_ofst_mode()
2027 u32 cr = (band == HW_BAND_0) ? R_AX_PWR_RATE_OFST_CTRL : in mac_write_pwr_ofst_mode()
2044 u32 cr = (band == HW_BAND_0) ? R_AX_PWR_LMT_CTRL : in mac_write_pwr_ofst_bw()
2058 u32 cr = (band == HW_BAND_0) ? R_AX_PWR_LMT_CTRL : in mac_write_pwr_ofst_bw()
2075 u32 cr = (band == HW_BAND_0) ? R_AX_PWR_RATE_CTRL : in mac_write_pwr_ref_reg()
2089 u32 cr = (band == HW_BAND_0) ? R_AX_PWR_RATE_CTRL : in mac_write_pwr_ref_reg()
2106 u32 cr = (band == HW_BAND_0) ? R_AX_PWR_LMT_CTRL : in mac_write_pwr_limit_en()
2120 cr = (band == HW_BAND_0) ? R_AX_PWR_RU_LMT_CTRL : R_AX_PWR_RU_LMT_CTRL_C1; in mac_write_pwr_limit_en()
2130 u32 cr = (band == HW_BAND_0) ? R_AX_PWR_LMT_CTRL : in mac_write_pwr_limit_en()
2139 cr = (band == HW_BAND_0) ? R_AX_PWR_RU_LMT_CTRL : R_AX_PWR_RU_LMT_CTRL_C1; in mac_write_pwr_limit_en()
[all …]

123