| /device/soc/rockchip/common/vendor/drivers/rockchip/ |
| D | pm_domains.c | 54 u32 req_offset; member 60 u32 req_offset; member 142 …eup = (wakeup), .keepon_startup = (keepon), .pwr_offset = (p_offset), .req_offset = (r_offset), … 148 ….status_mask = (status), .repair_status_mask = (r_status), .req_offset = (r_offset), … 226 if (pd_info->req_offset) { in rockchip_pmu_set_idle_request() 227 pd_req_offset = pd_info->req_offset; in rockchip_pmu_set_idle_request() 233 regmap_write(pmu->regmap, pmu->info->req_offset + pd_req_offset, in rockchip_pmu_set_idle_request() 236 …regmap_update_bits(pmu->regmap, pmu->info->req_offset + pd_req_offset, pd_info->req_mask, idle ? -… in rockchip_pmu_set_idle_request() 1336 .req_offset = 0x64, 1347 .req_offset = 0xc0, [all …]
|
| /device/soc/rockchip/common/sdk_linux/drivers/soc/rockchip/ |
| D | pm_domains.c | 53 u32 req_offset; member 59 u32 req_offset; member 153 …eup = (wakeup), .keepon_startup = (keepon), .pwr_offset = (p_offset), .req_offset = (r_offset), … 159 ….status_mask = (status), .repair_status_mask = (r_status), .req_offset = (r_offset), … 237 if (pd_info->req_offset) { in rockchip_pmu_set_idle_request() 238 pd_req_offset = pd_info->req_offset; in rockchip_pmu_set_idle_request() 244 regmap_write(pmu->regmap, pmu->info->req_offset + pd_req_offset, in rockchip_pmu_set_idle_request() 247 …regmap_update_bits(pmu->regmap, pmu->info->req_offset + pd_req_offset, pd_info->req_mask, idle ? -… in rockchip_pmu_set_idle_request() 1349 .req_offset = 0x64, 1360 .req_offset = 0xc0, [all …]
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/ |
| D | rtw_ieee80211.c | 2226 void rtw_sync_chbw(u8 *req_ch, u8 *req_bw, u8 *req_offset in rtw_sync_chbw() argument 2240 *req_offset = *g_offset; in rtw_sync_chbw() 2242 rtw_get_offset_by_chbw(*req_ch, *req_bw, req_offset); in rtw_sync_chbw() 2244 if (*req_offset == HAL_PRIME_CHNL_OFFSET_DONT_CARE) { in rtw_sync_chbw() 2252 *req_offset = *g_offset; in rtw_sync_chbw() 2254 rtw_get_offset_by_chbw(*req_ch, *req_bw, req_offset); in rtw_sync_chbw() 2256 if (*req_offset == HAL_PRIME_CHNL_OFFSET_DONT_CARE) { in rtw_sync_chbw() 2263 *req_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in rtw_sync_chbw() 2272 *g_offset = *req_offset; in rtw_sync_chbw()
|
| D | rtw_cmd.c | 892 , u8 ifbmp, u8 excl_ifbmp, s16 req_ch, s8 req_bw, s8 req_offset) in rtw_createbss_cmd() argument 900 if (req_ch > 0 && req_bw >= 0 && req_offset >= 0) { in rtw_createbss_cmd() 901 if (!rtw_chset_is_chbw_valid(adapter_to_chset(adapter), req_ch, req_bw, req_offset, 0, 0)) { in rtw_createbss_cmd() 923 parm->req_offset = req_offset; in rtw_createbss_cmd() 981 , u8 ifbmp, u8 excl_ifbmp, s16 req_ch, s8 req_bw, s8 req_offset) in rtw_change_bss_chbw_cmd() argument 986 , req_ch, req_bw, req_offset in rtw_change_bss_chbw_cmd() 3868 u8 req_bw = CHANNEL_WIDTH_20, req_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE, csa_timer = _FALSE; in rtw_dfs_ch_switch_hdl() local 3902 if (rtw_get_offset_by_chbw(req_ch, CHANNEL_WIDTH_80, &req_offset)) { in rtw_dfs_ch_switch_hdl() 3907 req_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in rtw_dfs_ch_switch_hdl() 3911 req_offset = HAL_PRIME_CHNL_OFFSET_LOWER; in rtw_dfs_ch_switch_hdl() [all …]
|
| D | rtw_ap.c | 1676 s16 req_ch = REQ_CH_NONE, req_bw = REQ_BW_NONE, req_offset = REQ_OFFSET_NONE; in start_bss_network() local 1690 req_offset = parm->req_offset; in start_bss_network() 1759 , req_ch, req_bw, req_offset in start_bss_network() 4884 , s16 req_ch, s8 req_bw, s8 req_offset in rtw_ap_chbw_decision() argument 4919 , ifbmp, excl_ifbmp, req_ch, req_bw, req_offset); in rtw_ap_chbw_decision() 4953 dec_offset[i] = (req_offset <= REQ_OFFSET_NONE) ? cur_ie_offset[i] : req_offset; in rtw_ap_chbw_decision()
|
| D | rtw_mlme.c | 5663 bool rtw_adjust_chbw(_adapter *adapter, u8 req_ch, u8 *req_bw, u8 *req_offset) argument 5683 *req_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE;
|
| D | rtw_mlme_ext.c | 1531 void rtw_chset_sync_chbw(RT_CHANNEL_INFO *ch_set, u8 *req_ch, u8 *req_bw, u8 *req_offset in rtw_chset_sync_chbw() argument 1541 r_offset = *req_offset; in rtw_chset_sync_chbw() 1559 *req_offset = r_offset; in rtw_chset_sync_chbw()
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/ |
| D | rtw_ap.h | 83 …, s16 req_ch, s8 req_bw, s8 req_offset, u8 *ch, u8 *bw, u8 *offset, u8 *chbw_allow, bool *set_u_ch…
|
| D | rtw_cmd.h | 333 s8 req_offset; member 640 , u8 ifbmp, u8 excl_ifbmp, s16 req_ch, s8 req_bw, s8 req_offset);
|
| D | rtw_mlme.h | 1169 bool rtw_adjust_chbw(_adapter *adapter, u8 req_ch, u8 *req_bw, u8 *req_offset);
|
| D | rtw_mlme_ext.h | 473 void rtw_chset_sync_chbw(RT_CHANNEL_INFO *ch_set, u8 *req_ch, u8 *req_bw, u8 *req_offset
|
| D | ieee80211.h | 1980 void rtw_sync_chbw(u8 *req_ch, u8 *req_bw, u8 *req_offset
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/mesh/ |
| D | rtw_mesh.h | 456 void rtw_mesh_adjust_chbw(u8 req_ch, u8 *req_bw, u8 *req_offset);
|
| D | rtw_mesh.c | 1275 void rtw_mesh_adjust_chbw(u8 req_ch, u8 *req_bw, u8 *req_offset) in rtw_mesh_adjust_chbw() argument 1281 *req_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in rtw_mesh_adjust_chbw()
|
| /device/board/hihope/dayu210/kernel/kernel_patch/linux-5.10/dayu210_patch/ |
| D | kernel.patch | 56412 + u32 req_offset; 56417 u32 req_offset; 56499 + .req_offset = r_offset, \ 56511 + .req_offset = r_offset, \ 56602 + if (pd_info->req_offset) 56603 + pd_req_offset = pd_info->req_offset; 56608 - regmap_write(pmu->regmap, pmu->info->req_offset, 56609 + regmap_write(pmu->regmap, pmu->info->req_offset + pd_req_offset, 56613 - regmap_update_bits(pmu->regmap, pmu->info->req_offset, 56615 + regmap_update_bits(pmu->regmap, pmu->info->req_offset + [all …]
|