Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/custom/
H A Dphl_custom_fb.c304 u32 pop_enable = 0xff; in _custom_fb_pop_cfg() local
310 pop_enable = *(u32*)(cmd + 1); in _custom_fb_pop_cfg()
311 PHL_INFO("%s, pop_enable(%d)\n", __FUNCTION__, pop_enable); in _custom_fb_pop_cfg()
312 if (pop_enable != 0xff) { in _custom_fb_pop_cfg()
314 (bool)pop_enable, in _custom_fb_pop_cfg()
337 u32 pop_enable = 0xff; in _custom_fb_pop_query() local
344 pop_enable = rtw_hal_query_pop_en(phl->hal, fb_ctx->init.wifi_role->hw_band); in _custom_fb_pop_query()
345 PHL_INFO("%s, pop_en(%d)\n", __FUNCTION__, pop_enable); in _custom_fb_pop_query()
350 (u8*)&pop_enable, in _custom_fb_pop_query()