| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/rtl8821c/ |
| H A D | phydm_hal_api8821c.c | 972 config_phydm_switch_bandwidth_8821c(struct dm_struct *dm, u8 primary_ch_idx, in config_phydm_switch_bandwidth_8821c() argument 989 …MAX || (bandwidth == CHANNEL_WIDTH_40 && primary_ch_idx > 2) || (bandwidth == CHANNEL_WIDTH_80 && … in config_phydm_switch_bandwidth_8821c() 992 __func__, bandwidth, primary_ch_idx); in config_phydm_switch_bandwidth_8821c() 1000 api->pri_ch_idx = primary_ch_idx; in config_phydm_switch_bandwidth_8821c() 1037 if (primary_ch_idx == 1) in config_phydm_switch_bandwidth_8821c() 1038 odm_set_bb_reg(dm, R_0xa00, BIT(4), primary_ch_idx); in config_phydm_switch_bandwidth_8821c() 1052 bb_reg8ac |= 0x20020000 | ((primary_ch_idx & 0xf) << 2) | CHANNEL_WIDTH_40; in config_phydm_switch_bandwidth_8821c() 1067 odm_set_bb_reg(dm, R_0x8ac, MASKBYTE0, (((primary_ch_idx & 0xf) << 2) | CHANNEL_WIDTH_80)); in config_phydm_switch_bandwidth_8821c() 1079 bb_reg8ac |= 0x40040000 | ((primary_ch_idx & 0xf) << 2) | CHANNEL_WIDTH_80; in config_phydm_switch_bandwidth_8821c() 1148 __func__, bandwidth, primary_ch_idx); in config_phydm_switch_bandwidth_8821c() [all …]
|
| H A D | phydm_hal_api8821c.h | 74 config_phydm_switch_bandwidth_8821c(struct dm_struct *dm, u8 primary_ch_idx, 79 u8 primary_ch_idx,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/rtl8821c/ |
| H A D | phydm_hal_api8821c.c | 973 config_phydm_switch_bandwidth_8821c(struct dm_struct *dm, u8 primary_ch_idx, in config_phydm_switch_bandwidth_8821c() argument 990 …MAX || (bandwidth == CHANNEL_WIDTH_40 && primary_ch_idx > 2) || (bandwidth == CHANNEL_WIDTH_80 && … in config_phydm_switch_bandwidth_8821c() 993 __func__, bandwidth, primary_ch_idx); in config_phydm_switch_bandwidth_8821c() 1001 api->pri_ch_idx = primary_ch_idx; in config_phydm_switch_bandwidth_8821c() 1038 if (primary_ch_idx == 1) in config_phydm_switch_bandwidth_8821c() 1039 odm_set_bb_reg(dm, R_0xa00, BIT(4), primary_ch_idx); in config_phydm_switch_bandwidth_8821c() 1053 bb_reg8ac |= 0x20020000 | ((primary_ch_idx & 0xf) << 2) | CHANNEL_WIDTH_40; in config_phydm_switch_bandwidth_8821c() 1068 odm_set_bb_reg(dm, R_0x8ac, MASKBYTE0, (((primary_ch_idx & 0xf) << 2) | CHANNEL_WIDTH_80)); in config_phydm_switch_bandwidth_8821c() 1080 bb_reg8ac |= 0x40040000 | ((primary_ch_idx & 0xf) << 2) | CHANNEL_WIDTH_80; in config_phydm_switch_bandwidth_8821c() 1149 __func__, bandwidth, primary_ch_idx); in config_phydm_switch_bandwidth_8821c() [all …]
|
| H A D | phydm_hal_api8821c.h | 75 config_phydm_switch_bandwidth_8821c(struct dm_struct *dm, u8 primary_ch_idx, 80 u8 primary_ch_idx,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/rtl8822b/ |
| H A D | phydm_hal_api8822b.c | 1076 IN u1Byte primary_ch_idx, in config_phydm_switch_bandwidth_8822b() argument 1092 …_BW_MAX) || ((bandwidth == ODM_BW40M) && (primary_ch_idx > 2)) || ((bandwidth == ODM_BW80M) && (pr… in config_phydm_switch_bandwidth_8822b() 1093 …ndwidth_8822b(): Fail to switch bandwidth (bw: %d, primary ch: %d)\n", bandwidth, primary_ch_idx)); in config_phydm_switch_bandwidth_8822b() 1127 ODM_SetBBReg(pDM_Odm, 0x8ac, bMaskByte0, (((primary_ch_idx & 0xf) << 2)|ODM_BW40M)); in config_phydm_switch_bandwidth_8822b() 1130 if (primary_ch_idx == 1) in config_phydm_switch_bandwidth_8822b() 1131 ODM_SetBBReg(pDM_Odm, 0xa00, BIT4, primary_ch_idx); in config_phydm_switch_bandwidth_8822b() 1155 ODM_SetBBReg(pDM_Odm, 0x8ac, bMaskByte0, (((primary_ch_idx & 0xf) << 2)|ODM_BW80M)); in config_phydm_switch_bandwidth_8822b() 1219 …ndwidth_8822b(): Fail to switch bandwidth (bw: %d, primary ch: %d)\n", bandwidth, primary_ch_idx)); in config_phydm_switch_bandwidth_8822b() 1229 …idth (bw: %d, primary ch: %d), because writing RF register is fail\n", bandwidth, primary_ch_idx)); in config_phydm_switch_bandwidth_8822b() 1251 …idth_8822b(): Success to switch bandwidth (bw: %d, primary ch: %d)\n", bandwidth, primary_ch_idx)); in config_phydm_switch_bandwidth_8822b() [all …]
|
| H A D | phydm_hal_api8822b.h | 80 IN u1Byte primary_ch_idx, 88 IN u1Byte primary_ch_idx,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/phydm/rtl8822b/ |
| H A D | phydm_hal_api8822b.h | 95 u8 primary_ch_idx, 101 u8 primary_ch_idx,
|
| H A D | phydm_hal_api8822b.c | 2017 u8 primary_ch_idx, in config_phydm_switch_bandwidth_8822b() argument 2026 __func__, primary_ch_idx, bandwidth); in config_phydm_switch_bandwidth_8822b() 2035 (bandwidth == CHANNEL_WIDTH_40 && primary_ch_idx > 2) || in config_phydm_switch_bandwidth_8822b() 2036 (bandwidth == CHANNEL_WIDTH_80 && primary_ch_idx > 4)) { in config_phydm_switch_bandwidth_8822b() 2092 if (primary_ch_idx == 1) in config_phydm_switch_bandwidth_8822b() 2093 odm_set_bb_reg(dm, R_0xa00, BIT(4), primary_ch_idx); in config_phydm_switch_bandwidth_8822b() 2111 val32 |= (((primary_ch_idx & 0xf) << 2) | CHANNEL_WIDTH_40); in config_phydm_switch_bandwidth_8822b() 2145 val32 |= (((primary_ch_idx & 0xf) << 2) | CHANNEL_WIDTH_80); in config_phydm_switch_bandwidth_8822b() 2281 u8 primary_ch_idx, in config_phydm_switch_channel_bw_8822b() argument 2294 if (!config_phydm_switch_bandwidth_8822b(dm, primary_ch_idx, bandwidth)) in config_phydm_switch_channel_bw_8822b()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtw88/ |
| H A D | mac.h | 30 u8 primary_ch_idx);
|
| H A D | rtw8821c.c | 296 u8 primary_ch_idx) in rtw8821c_set_channel_bb() argument 354 if (primary_ch_idx == 1) in rtw8821c_set_channel_bb() 361 val32 |= 0x20020000 | ((primary_ch_idx & 0xf) << 2) | in rtw8821c_set_channel_bb() 370 val32 |= 0x40040000 | ((primary_ch_idx & 0xf) << 2) | in rtw8821c_set_channel_bb() 412 u8 bw, u8 primary_ch_idx) in rtw8821c_set_channel_bb_swing() argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/ |
| H A D | phydm_api.h | 187 u8 primary_ch_idx,
|
| H A D | phydm_api.c | 1019 u8 primary_ch_idx, in phydm_api_switch_bw_channel() argument 1028 ret = config_phydm_switch_channel_bw_8822b(p_dm, central_ch, primary_ch_idx, bandwidth); in phydm_api_switch_bw_channel() 1033 ret = config_phydm_switch_channel_bw_8197f(p_dm, central_ch, primary_ch_idx, bandwidth); in phydm_api_switch_bw_channel() 1038 ret = config_phydm_switch_channel_bw_8821c(p_dm, central_ch, primary_ch_idx, bandwidth); in phydm_api_switch_bw_channel()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/rtl8822c/ |
| H A D | phydm_hal_api8822c.h | 122 u8 central_ch, u8 primary_ch_idx,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/ |
| H A D | phydm_api.h | 173 phydm_api_switch_bw_channel(void *dm_void, u8 central_ch, u8 primary_ch_idx,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/phydm/ |
| H A D | phydm_api.h | 173 phydm_api_switch_bw_channel(void *dm_void, u8 central_ch, u8 primary_ch_idx,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/ |
| H A D | phydm_api.h | 173 phydm_api_switch_bw_channel(void *dm_void, u8 central_ch, u8 primary_ch_idx,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/phydm/ |
| H A D | phydm_api.h | 187 phydm_api_switch_bw_channel(void *dm_void, u8 central_ch, u8 primary_ch_idx,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/phydm/ |
| H A D | phydm_api.h | 195 phydm_api_switch_bw_channel(void *dm_void, u8 central_ch, u8 primary_ch_idx,
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/phydm/ |
| H A D | phydm_api.h | 203 phydm_api_switch_bw_channel(void *dm_void, u8 central_ch, u8 primary_ch_idx,
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/phydm/ |
| H A D | phydm_api.h | 203 phydm_api_switch_bw_channel(void *dm_void, u8 central_ch, u8 primary_ch_idx,
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/ |
| H A D | phydm_api.h | 204 phydm_api_switch_bw_channel(void *dm_void, u8 central_ch, u8 primary_ch_idx,
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/ |
| H A D | phydm_api.h | 204 phydm_api_switch_bw_channel(void *dm_void, u8 central_ch, u8 primary_ch_idx,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/phydm/ |
| H A D | phydm_api.h | 204 phydm_api_switch_bw_channel(void *dm_void, u8 central_ch, u8 primary_ch_idx,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/ |
| H A D | phydm_api.h | 205 phydm_api_switch_bw_channel(void *dm_void, u8 central_ch, u8 primary_ch_idx,
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/ |
| H A D | phydm_api.h | 204 phydm_api_switch_bw_channel(void *dm_void, u8 central_ch, u8 primary_ch_idx,
|