Home
last modified time | relevance | path

Searched refs:ppe8 (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
240 ppe8 = (sta->asoc_cap.ppe_thr[nss - 1][CHANNEL_WIDTH_20]>>3) & 0x7; in _hal_update_cctrl_tbl()
242 if ((ppe16 != 7) && (ppe8 == 7)) { in _hal_update_cctrl_tbl()
245 } else if (ppe8 != 7) { in _hal_update_cctrl_tbl()
254 ppe8 = (sta->asoc_cap.ppe_thr[nss - 1][CHANNEL_WIDTH_40]>>3) & 0x7; in _hal_update_cctrl_tbl()
256 if ((ppe16 != 7) && (ppe8 == 7)) { in _hal_update_cctrl_tbl()
259 } else if (ppe8 != 7) { in _hal_update_cctrl_tbl()
268 ppe8 = (sta->asoc_cap.ppe_thr[nss - 1][CHANNEL_WIDTH_80]>>3) & 0x7; in _hal_update_cctrl_tbl()
270 if ((ppe16 != 7) && (ppe8 == 7)) { in _hal_update_cctrl_tbl()
273 } else if (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
240 ppe8 = (sta->asoc_cap.ppe_thr[nss - 1][CHANNEL_WIDTH_20]>>3) & 0x7; in _hal_update_cctrl_tbl()
242 if ((ppe16 != 7) && (ppe8 == 7)) { in _hal_update_cctrl_tbl()
245 } else if (ppe8 != 7) { in _hal_update_cctrl_tbl()
254 ppe8 = (sta->asoc_cap.ppe_thr[nss - 1][CHANNEL_WIDTH_40]>>3) & 0x7; in _hal_update_cctrl_tbl()
256 if ((ppe16 != 7) && (ppe8 == 7)) { in _hal_update_cctrl_tbl()
259 } else if (ppe8 != 7) { in _hal_update_cctrl_tbl()
268 ppe8 = (sta->asoc_cap.ppe_thr[nss - 1][CHANNEL_WIDTH_80]>>3) & 0x7; in _hal_update_cctrl_tbl()
270 if ((ppe16 != 7) && (ppe8 == 7)) { in _hal_update_cctrl_tbl()
273 } else if (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
272 ppe8 = 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
272 ppe8 = 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()