Searched refs:cur_ctl (Results 1 – 7 of 7) sorted by relevance
72 struct wcn36xx_dxe_ctl *cur_ctl = NULL; in wcn36xx_dxe_allocate_ctl_block() local 77 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() 173 struct wcn36xx_dxe_ctl *cur_ctl = NULL; wcn36xx_dxe_init_descs() local 320 struct wcn36xx_dxe_ctl *cur_ctl = NULL; wcn36xx_dxe_ch_alloc_skb() local [all...]
23 union reg_cursor_control_cfg cur_ctl; member 50 union reg_cursor_control_cfg cur_ctl; member
641 hubp->att.cur_ctl.bits.mode = attr->color_format; in hubp2_cursor_set_attributes() 646 hubp->att.cur_ctl.bits.pitch = hw_pitch; in hubp2_cursor_set_attributes() 647 hubp->att.cur_ctl.bits.line_per_chunk = lpc; in hubp2_cursor_set_attributes() 648 hubp->att.cur_ctl.bits.cur_2x_magnify = attr->attribute_flags.bits.ENABLE_MAGNIFICATION; in hubp2_cursor_set_attributes() 1061 if (hubp->pos.cur_ctl.bits.cur_enable != cur_en) { in hubp2_cursor_set_position() 1081 hubp->pos.cur_ctl.bits.cur_enable = cur_en; in hubp2_cursor_set_position()
1046 payload->enable = hubp->pos.cur_ctl.bits.cur_enable; in dc_build_cursor_update_payload0() 1057 pl->position_cfg.pHubp.cur_ctl.raw = hubp->pos.cur_ctl.raw; in dc_build_cursor_position_update_payload0() 1074 pl_A->aHubp.cur_ctl.raw = hubp->att.cur_ctl.raw; in dc_build_cursor_attribute_update_payload1()
745 if (hubp->pos.cur_ctl.bits.cur_enable != cur_en) { in hubp401_cursor_set_position() 765 hubp->pos.cur_ctl.bits.cur_enable = cur_en; in hubp401_cursor_set_position()
3660 union dmub_reg_cursor_control_cfg cur_ctl; member 3711 union dmub_reg_cursor_control_cfg cur_ctl; member
7599 u32 cur_ctl = secondary_exec_controls_get(vmx); in vmcs_set_secondary_exec_control() local 7601 secondary_exec_controls_set(vmx, (new_ctl & ~mask) | (cur_ctl & mask)); in vmcs_set_secondary_exec_control()