Searched refs:vsp (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/arch/arm/kernel/ |
D | unwind.c | 246 unsigned long **vsp, unsigned int reg) in unwind_pop_register() argument 249 if (*vsp >= (unsigned long *)ctrl->sp_high) in unwind_pop_register() 252 ctrl->vrs[reg] = *(*vsp)++; in unwind_pop_register() 260 unsigned long *vsp = (unsigned long *)ctrl->vrs[SP]; in unwind_exec_pop_subset_r4_to_r13() local 266 if (unwind_pop_register(ctrl, &vsp, reg)) in unwind_exec_pop_subset_r4_to_r13() 272 ctrl->vrs[SP] = (unsigned long)vsp; in unwind_exec_pop_subset_r4_to_r13() 280 unsigned long *vsp = (unsigned long *)ctrl->vrs[SP]; in unwind_exec_pop_r4_to_rN() local 285 if (unwind_pop_register(ctrl, &vsp, reg)) in unwind_exec_pop_r4_to_rN() 289 if (unwind_pop_register(ctrl, &vsp, 14)) in unwind_exec_pop_r4_to_rN() 292 ctrl->vrs[SP] = (unsigned long)vsp; in unwind_exec_pop_r4_to_rN() [all …]
|
/linux-4.1.27/sound/soc/codecs/ |
D | cx20442.c | 160 int vls, vsp, old, len; in cx20442_write() local 178 vsp = cx20442_pm_to_v253_vsp(value); in cx20442_write() 179 if (vsp < 0) in cx20442_write() 180 return vsp; in cx20442_write() 184 if (vsp == cx20442_pm_to_v253_vsp(old)) in cx20442_write() 186 len = snprintf(buf, ARRAY_SIZE(buf), "at+vsp=%d\r", vsp); in cx20442_write() 187 } else if (vsp == cx20442_pm_to_v253_vsp(old)) in cx20442_write() 191 "at+vls=%d;+vsp=%d\r", vls, vsp); in cx20442_write()
|
/linux-4.1.27/arch/arm/vfp/ |
D | vfpsingle.c | 324 struct vfp_single *vsp = &vsd; in vfp_single_fsqrt() local 327 ret = vfp_propagate_nan(vsp, &vsm, NULL, fpscr); in vfp_single_fsqrt() 330 vsp = &vsm; in vfp_single_fsqrt() 334 vsp = &vfp_single_default_qnan; in vfp_single_fsqrt() 337 vfp_put_float(vfp_single_pack(vsp), sd); in vfp_single_fsqrt() 732 struct vfp_single *vsp; in vfp_single_fadd_nonnumber() local 748 vsp = &vfp_single_default_qnan; in vfp_single_fadd_nonnumber() 753 vsp = vsn; in vfp_single_fadd_nonnumber() 759 vsp = vsn; in vfp_single_fadd_nonnumber() 766 *vsd = *vsp; in vfp_single_fadd_nonnumber() [all …]
|
/linux-4.1.27/drivers/video/fbdev/ |
D | carminefb.c | 65 u32 vsp; member 108 .vsp = 490, 120 .vsp = 601, 370 u32 hdp, vdp, htp, hsp, hsw, vtr, vsp, vsw; in set_display_parameters() local 382 vsp = par->res->vsp - 1; in set_display_parameters() 396 (vdp << CARMINE_DISP_VDP_SHIFT) | vsp); in set_display_parameters()
|
/linux-4.1.27/drivers/video/fbdev/mb862xx/ |
D | mb862xxfbdrv.c | 63 static inline int vsp(struct fb_var_screeninfo *var) in vsp() function 257 reg = pack((fbi->var.yres - 1), vsp(&fbi->var)); in mb862xxfb_set_par() 449 unsigned long hsp, vsp, ht, vt; in mb862xxfb_init_fbinfo() local 456 vsp = (reg & 0x0fff) + 1; in mb862xxfb_init_fbinfo() 477 fbi->var.lower_margin = vsp - fbi->var.yres; in mb862xxfb_init_fbinfo() 478 fbi->var.upper_margin = vt - vsp - fbi->var.vsync_len; in mb862xxfb_init_fbinfo()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | ni_dpm.h | 158 u32 vsp; member
|
D | ni_dpm.c | 3357 reg |= (VSP(ni_pi->cac_weights->vsp) | in ni_initialize_hardware_cac_manager()
|