Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/
H A Dphydm_primary_cca.c101 if ((*(p_dm->p_sec_ch_offset)) == SECOND_CH_AT_LSB) {/* Primary CH @ upper sideband*/ in phydm_primary_cca_11n()
138 u8 sec_ch_offset = *(p_dm->p_sec_ch_offset);
436 sec_ch_offset = *(p_dm->p_sec_ch_offset); /* NIC: 2: sec is below, 1: sec is above */
585 sec_ch_offset = *(p_dm->p_sec_ch_offset); /* AP: 1: sec is below, 2: sec is above */
H A Dphydm.h599 u8 *p_sec_ch_offset; /*Secondary channel offset don't_care/below/above = 0/1/2*/ member
H A Dphydm.c2072 p_dm->p_sec_ch_offset = (u8 *)p_value; in odm_cmn_info_hook()
H A Dphydm_debug.c1115 (((*(p_dm->p_sec_ch_offset)) == SECOND_CH_AT_LSB)?"U":"L"))); in phydm_basic_dbg_message()