Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/custom/
H A Dphl_custom_fb.c233 int pd_thr = 0xff; in _custom_fb_pdthr_cfg() local
240 pd_thr = *(int*)(cmd + 1); in _custom_fb_pdthr_cfg()
241 PHL_INFO("%s, pd_thr(%d)\n", __FUNCTION__, pd_thr); in _custom_fb_pdthr_cfg()
245 hal_status = rtw_hal_set_pkt_detect_thold(phl->hal, (u32)pd_thr); in _custom_fb_pdthr_cfg()
266 int pd_thr = 0xff; in _custom_fb_pdthr_query() local
274 pd_thr = rtw_hal_query_pkt_detect_thold(phl->hal, in _custom_fb_pdthr_query()
277 if (pd_thr == 0) { in _custom_fb_pdthr_query()
278 PHL_INFO("%s, disable! pd_thr(%d)\n", __FUNCTION__, pd_thr); in _custom_fb_pdthr_query()
280 pd_thr = rtw_hal_query_pkt_detect_thold(phl->hal, in _custom_fb_pdthr_query()
283 PHL_INFO("%s, pd_thr(%d)\n", __FUNCTION__, pd_thr); in _custom_fb_pdthr_query()
[all …]