Searched refs:cur_ctl (Results 1 – 5 of 5) sorted by relevance
72 struct wcn36xx_dxe_ctl *cur_ctl = NULL; in wcn36xx_dxe_allocate_ctl_block() local77 cur_ctl = kzalloc(sizeof(*cur_ctl), GFP_KERNEL); in wcn36xx_dxe_allocate_ctl_block()78 if (!cur_ctl) in wcn36xx_dxe_allocate_ctl_block()81 cur_ctl->ctl_blk_order = i; in wcn36xx_dxe_allocate_ctl_block()83 ch->head_blk_ctl = cur_ctl; in wcn36xx_dxe_allocate_ctl_block()84 ch->tail_blk_ctl = cur_ctl; in wcn36xx_dxe_allocate_ctl_block()86 prev_ctl->next = cur_ctl; in wcn36xx_dxe_allocate_ctl_block()87 cur_ctl->next = ch->head_blk_ctl; in wcn36xx_dxe_allocate_ctl_block()89 prev_ctl->next = cur_ctl; in wcn36xx_dxe_allocate_ctl_block()91 prev_ctl = cur_ctl; in wcn36xx_dxe_allocate_ctl_block()[all …]
1014 static inline void clean_msmon_ctl_val(u32 *cur_ctl) in clean_msmon_ctl_val() argument1016 *cur_ctl &= ~MSMON_CFG_x_CTL_OFLOW_STATUS; in clean_msmon_ctl_val()1018 if (FIELD_GET(MSMON_CFG_x_CTL_TYPE, *cur_ctl) == MSMON_CFG_MBWU_CTL_TYPE_MBWU) in clean_msmon_ctl_val()1019 *cur_ctl &= ~MSMON_CFG_MBWU_CTL_OFLOW_STATUS_L; in clean_msmon_ctl_val()1083 u32 mon_sel, ctl_val, flt_val, cur_ctl, cur_flt; in __ris_msmon_read() local1111 read_msmon_ctl_flt_vals(m, &cur_ctl, &cur_flt); in __ris_msmon_read()1114 overflow = cur_ctl & MSMON_CFG_x_CTL_OFLOW_STATUS; in __ris_msmon_read()1117 overflow = cur_ctl & MSMON_CFG_MBWU_CTL_OFLOW_STATUS_L; in __ris_msmon_read()1119 clean_msmon_ctl_val(&cur_ctl); in __ris_msmon_read()1122 cur_ctl != (ctl_val | MSMON_CFG_x_CTL_EN); in __ris_msmon_read()[all …]
2993 p->CURSOR0_0_CURSOR_CONTROL__CURSOR_ENABLE = hubp->pos.cur_ctl.bits.cur_enable; in dcn401_update_cursor_offload_pipe()2994 p->CURSOR0_0_CURSOR_CONTROL__CURSOR_MODE = hubp->att.cur_ctl.bits.mode; in dcn401_update_cursor_offload_pipe()2995 p->CURSOR0_0_CURSOR_CONTROL__CURSOR_2X_MAGNIFY = hubp->pos.cur_ctl.bits.cur_2x_magnify; in dcn401_update_cursor_offload_pipe()2996 p->CURSOR0_0_CURSOR_CONTROL__CURSOR_PITCH = hubp->att.cur_ctl.bits.pitch; in dcn401_update_cursor_offload_pipe()2997 p->CURSOR0_0_CURSOR_CONTROL__CURSOR_LINES_PER_CHUNK = hubp->att.cur_ctl.bits.line_per_chunk; in dcn401_update_cursor_offload_pipe()
3974 union dmub_reg_cursor_control_cfg cur_ctl; member4025 union dmub_reg_cursor_control_cfg cur_ctl; member
7756 u32 cur_ctl = secondary_exec_controls_get(vmx); in vmcs_set_secondary_exec_control() local7758 secondary_exec_controls_set(vmx, (new_ctl & ~mask) | (cur_ctl & mask)); in vmcs_set_secondary_exec_control()