Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_sta.c235 u8 ppe16 = 0, ppe8 = 0; in _hal_update_cctrl_tbl() local
239 ppe16 = (sta->asoc_cap.ppe_thr[nss - 1][CHANNEL_WIDTH_20] & 0x7); in _hal_update_cctrl_tbl()
242 if ((ppe16 != 7) && (ppe8 == 7)) { in _hal_update_cctrl_tbl()
253 ppe16 = (sta->asoc_cap.ppe_thr[nss - 1][CHANNEL_WIDTH_40] & 0x7); in _hal_update_cctrl_tbl()
256 if ((ppe16 != 7) && (ppe8 == 7)) { in _hal_update_cctrl_tbl()
267 ppe16 = (sta->asoc_cap.ppe_thr[nss - 1][CHANNEL_WIDTH_80] & 0x7); in _hal_update_cctrl_tbl()
270 if ((ppe16 != 7) && (ppe8 == 7)) { in _hal_update_cctrl_tbl()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_sta.c235 u8 ppe16 = 0, ppe8 = 0; in _hal_update_cctrl_tbl() local
239 ppe16 = (sta->asoc_cap.ppe_thr[nss - 1][CHANNEL_WIDTH_20] & 0x7); in _hal_update_cctrl_tbl()
242 if ((ppe16 != 7) && (ppe8 == 7)) { in _hal_update_cctrl_tbl()
253 ppe16 = (sta->asoc_cap.ppe_thr[nss - 1][CHANNEL_WIDTH_40] & 0x7); in _hal_update_cctrl_tbl()
256 if ((ppe16 != 7) && (ppe8 == 7)) { in _hal_update_cctrl_tbl()
267 ppe16 = (sta->asoc_cap.ppe_thr[nss - 1][CHANNEL_WIDTH_80] & 0x7); in _hal_update_cctrl_tbl()
270 if ((ppe16 != 7) && (ppe8 == 7)) { in _hal_update_cctrl_tbl()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_he.c256 u16 ppe8, ppe16; in rtw_he_set_asoc_cap_ppe_thre() local
269 ppe16 = LE_BITS_TO_2BYTE(ele_start + offset, shift % 8, 3); in rtw_he_set_asoc_cap_ppe_thre()
274 phl_sta->asoc_cap.ppe_thr[i][j] = ((ppe16 & 0x07) | ((ppe8 & 0x07) << 3)); in rtw_he_set_asoc_cap_ppe_thre()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_he.c256 u16 ppe8, ppe16; in rtw_he_set_asoc_cap_ppe_thre() local
269 ppe16 = LE_BITS_TO_2BYTE(ele_start + offset, shift % 8, 3); in rtw_he_set_asoc_cap_ppe_thre()
274 phl_sta->asoc_cap.ppe_thr[i][j] = ((ppe16 & 0x07) | ((ppe8 & 0x07) << 3)); in rtw_he_set_asoc_cap_ppe_thre()