Searched refs:req_pwr_state (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/ |
| H A D | power_saving.c | 139 rpwm_value = (SET_WORD(parm->req_pwr_state, PS_RPWM_STATE) | in send_rpwm() 142 if (parm->req_pwr_state == MAC_AX_RPWM_REQ_PWR_STATE_ACTIVE || in send_rpwm() 143 parm->req_pwr_state == MAC_AX_RPWM_REQ_PWR_STATE_BAND0_RFON || in send_rpwm() 144 parm->req_pwr_state == MAC_AX_RPWM_REQ_PWR_STATE_BAND1_RFON || in send_rpwm() 145 parm->req_pwr_state == MAC_AX_RPWM_REQ_PWR_STATE_BAND0_RFOFF || in send_rpwm() 146 parm->req_pwr_state == MAC_AX_RPWM_REQ_PWR_STATE_BAND1_RFOFF) in send_rpwm() 149 if (parm->req_pwr_state == MAC_AX_RPWM_REQ_PWR_STATE_CLK_GATED || in send_rpwm() 150 parm->req_pwr_state == MAC_AX_RPWM_REQ_PWR_STATE_PWR_GATED || in send_rpwm() 151 parm->req_pwr_state == MAC_AX_RPWM_REQ_PWR_STATE_HIOE_PWR_GATED) { in send_rpwm() 192 if (parm->req_pwr_state == MAC_AX_RPWM_REQ_PWR_STATE_CLK_GATED || in send_rpwm() [all …]
|
| H A D | power_saving.h | 98 enum mac_ax_rpwm_req_pwr_state req_pwr_state; member 183 enum mac_ax_rpwm_req_pwr_state req_pwr_state);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/ |
| H A D | power_saving.c | 139 rpwm_value = (SET_WORD(parm->req_pwr_state, PS_RPWM_STATE) | in send_rpwm() 142 if (parm->req_pwr_state == MAC_AX_RPWM_REQ_PWR_STATE_ACTIVE || in send_rpwm() 143 parm->req_pwr_state == MAC_AX_RPWM_REQ_PWR_STATE_BAND0_RFON || in send_rpwm() 144 parm->req_pwr_state == MAC_AX_RPWM_REQ_PWR_STATE_BAND1_RFON || in send_rpwm() 145 parm->req_pwr_state == MAC_AX_RPWM_REQ_PWR_STATE_BAND0_RFOFF || in send_rpwm() 146 parm->req_pwr_state == MAC_AX_RPWM_REQ_PWR_STATE_BAND1_RFOFF) in send_rpwm() 149 if (parm->req_pwr_state == MAC_AX_RPWM_REQ_PWR_STATE_CLK_GATED || in send_rpwm() 150 parm->req_pwr_state == MAC_AX_RPWM_REQ_PWR_STATE_PWR_GATED || in send_rpwm() 151 parm->req_pwr_state == MAC_AX_RPWM_REQ_PWR_STATE_HIOE_PWR_GATED) { in send_rpwm() 192 if (parm->req_pwr_state == MAC_AX_RPWM_REQ_PWR_STATE_CLK_GATED || in send_rpwm() [all …]
|
| H A D | power_saving.h | 98 enum mac_ax_rpwm_req_pwr_state req_pwr_state; member 183 enum mac_ax_rpwm_req_pwr_state req_pwr_state);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_ps.c | 95 _hal_ps_pwr_state_chk(struct hal_info_t *hal_info, u8 req_pwr_state) in _hal_ps_pwr_state_chk() argument 104 status = rtw_hal_mac_chk_pwr_state(hal_info, req_pwr_state, &mac_sts); in _hal_ps_pwr_state_chk() 138 _hal_ps_cfg_pwr_state(struct hal_info_t *hal_info, u8 req_pwr_state) in _hal_ps_cfg_pwr_state() argument 147 status = rtw_hal_mac_req_pwr_state(hal_info, req_pwr_state); in _hal_ps_cfg_pwr_state() 151 __func__, hal_ps_pwr_state_to_str(req_pwr_state)); in _hal_ps_cfg_pwr_state() 156 status = _hal_ps_pwr_state_chk(hal_info, req_pwr_state); in _hal_ps_cfg_pwr_state() 164 __func__, hal_ps_pwr_state_to_str(req_pwr_state), cnt); in _hal_ps_cfg_pwr_state() 169 __func__, hal_ps_pwr_state_to_str(req_pwr_state)); in _hal_ps_cfg_pwr_state()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_ps.c | 95 _hal_ps_pwr_state_chk(struct hal_info_t *hal_info, u8 req_pwr_state) in _hal_ps_pwr_state_chk() argument 104 status = rtw_hal_mac_chk_pwr_state(hal_info, req_pwr_state, &mac_sts); in _hal_ps_pwr_state_chk() 138 _hal_ps_cfg_pwr_state(struct hal_info_t *hal_info, u8 req_pwr_state) in _hal_ps_cfg_pwr_state() argument 147 status = rtw_hal_mac_req_pwr_state(hal_info, req_pwr_state); in _hal_ps_cfg_pwr_state() 151 __func__, hal_ps_pwr_state_to_str(req_pwr_state)); in _hal_ps_cfg_pwr_state() 156 status = _hal_ps_pwr_state_chk(hal_info, req_pwr_state); in _hal_ps_cfg_pwr_state() 164 __func__, hal_ps_pwr_state_to_str(req_pwr_state), cnt); in _hal_ps_cfg_pwr_state() 169 __func__, hal_ps_pwr_state_to_str(req_pwr_state)); in _hal_ps_cfg_pwr_state()
|
| /OK3568_Linux_fs/buildroot/board/zynqmp/patches/arm-trusted-firmware/ |
| H A D | 0001-Coverity-fix-Remove-GGC-ignore-Warray-bounds.patch | 35 plat_local_state_t req_pwr_state) 44 - psci_req_local_pwr_states[pwrlvl - 1][cpu_idx] = req_pwr_state; 48 + psci_req_local_pwr_states[pwrlvl - 1U][cpu_idx] = req_pwr_state;
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/ |
| H A D | mac_def.h | 15207 enum mac_ax_rpwm_req_pwr_state req_pwr_state);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/ |
| H A D | mac_def.h | 15207 enum mac_ax_rpwm_req_pwr_state req_pwr_state);
|