Home
last modified time | relevance | path

Searched refs:tx_duty (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/
H A Dphl_dbg_cmd.c1422 int tx_duty = 100; in phl_dbg_cmd_parser() local
1433 _os_sscanf(input[1], "%d", &tx_duty); in phl_dbg_cmd_parser()
1434 if (tx_duty < 30 || tx_duty > 100) { in phl_dbg_cmd_parser()
1439 if (tx_duty == 100) in phl_dbg_cmd_parser()
1442 phl_thermal_protect_cfg_tx_duty(phl_info, 100, (u8)tx_duty); in phl_dbg_cmd_parser()
1445 "[DBG] Current TX duty control: %d \n", tx_duty); in phl_dbg_cmd_parser()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/
H A Dphl_dbg_cmd.c1367 int tx_duty = 100; in phl_dbg_cmd_parser() local
1378 _os_sscanf(input[1], "%d", &tx_duty); in phl_dbg_cmd_parser()
1379 if (tx_duty < 30 || tx_duty > 100) { in phl_dbg_cmd_parser()
1384 if (tx_duty == 100) in phl_dbg_cmd_parser()
1387 phl_thermal_protect_cfg_tx_duty(phl_info, 100, (u8)tx_duty); in phl_dbg_cmd_parser()
1390 "[DBG] Current TX duty control: %d \n", tx_duty); in phl_dbg_cmd_parser()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_api_bb.c807 u8 is_cck, u16 tx_cnt, u8 tx_duty, in rtw_hal_bb_set_pmac_fw_trigger_tx() argument
816 PHL_INFO("%s: tx_duty = %d\n", __FUNCTION__, tx_duty); in rtw_hal_bb_set_pmac_fw_trigger_tx()
822 tx_info.duty_cycle = tx_duty; in rtw_hal_bb_set_pmac_fw_trigger_tx()
1966 u8 is_cck, u16 tx_cnt, u8 tx_duty, in rtw_hal_bb_set_pmac_fw_trigger_tx() argument
H A Dhal_api_drv.h235 u8 is_cck, u16 tx_cnt, u8 tx_duty,
H A Dhal_api_mac.c9087 mac_status = mac->ops->tx_duty(mac, pause_interval, tx_interval); in rtw_hal_mac_set_tx_duty()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_api_bb.c807 u8 is_cck, u16 tx_cnt, u8 tx_duty, in rtw_hal_bb_set_pmac_fw_trigger_tx() argument
816 PHL_INFO("%s: tx_duty = %d\n", __FUNCTION__, tx_duty); in rtw_hal_bb_set_pmac_fw_trigger_tx()
822 tx_info.duty_cycle = tx_duty; in rtw_hal_bb_set_pmac_fw_trigger_tx()
1965 u8 is_cck, u16 tx_cnt, u8 tx_duty, in rtw_hal_bb_set_pmac_fw_trigger_tx() argument
H A Dhal_api_drv.h235 u8 is_cck, u16 tx_cnt, u8 tx_duty,
H A Dhal_api_mac.c9103 mac_status = mac->ops->tx_duty(mac, pause_interval, tx_interval); in rtw_hal_mac_set_tx_duty()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/
H A Dmac_def.h15502 u32 (*tx_duty)(struct mac_ax_adapter *adapter, member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/
H A Dmac_def.h15502 u32 (*tx_duty)(struct mac_ax_adapter *adapter, member