Searched refs:vdp (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/arch/arm/vfp/ |
D | vfpdouble.c | 276 struct vfp_double *vdp = &vdd; in vfp_double_fsqrt() local 279 ret = vfp_propagate_nan(vdp, &vdm, NULL, fpscr); in vfp_double_fsqrt() 282 vdp = &vdm; in vfp_double_fsqrt() 286 vdp = &vfp_double_default_qnan; in vfp_double_fsqrt() 289 vfp_put_double(vfp_double_pack(vdp), dd); in vfp_double_fsqrt() 686 struct vfp_double *vdp; in vfp_double_fadd_nonnumber() local 702 vdp = &vfp_double_default_qnan; in vfp_double_fadd_nonnumber() 707 vdp = vdn; in vfp_double_fadd_nonnumber() 713 vdp = vdn; in vfp_double_fadd_nonnumber() 720 *vdd = *vdp; in vfp_double_fadd_nonnumber() [all …]
|
/linux-4.1.27/drivers/video/fbdev/ |
D | carminefb.c | 67 u32 vdp; member 110 .vdp = 480, 122 .vdp = 600, 133 car_modes[i].vdp == var->yres) in carmine_find_mode() 260 height = par->res->vdp - 1; in carmine_init_display_param() 273 window_size = (par->res->vdp - 1) << CARMINE_DISP_WIN_H_SHIFT; in carmine_init_display_param() 370 u32 hdp, vdp, htp, hsp, hsw, vtr, vsp, vsw; in set_display_parameters() local 377 vdp = par->res->vdp - 1; in set_display_parameters() 396 (vdp << CARMINE_DISP_VDP_SHIFT) | vsp); in set_display_parameters()
|
/linux-4.1.27/fs/isofs/ |
D | inode.c | 617 struct iso_volume_descriptor *vdp; in isofs_fill_super() local 623 vdp = (struct iso_volume_descriptor *)bh->b_data; in isofs_fill_super() 631 if (strncmp (vdp->id, ISO_STANDARD_ID, sizeof vdp->id) == 0) { in isofs_fill_super() 632 if (isonum_711(vdp->type) == ISO_VD_END) in isofs_fill_super() 634 if (isonum_711(vdp->type) == ISO_VD_PRIMARY) { in isofs_fill_super() 636 pri = (struct iso_primary_descriptor *)vdp; in isofs_fill_super() 643 else if (isonum_711(vdp->type) == ISO_VD_SUPPLEMENTARY) { in isofs_fill_super() 644 sec = (struct iso_supplementary_descriptor *)vdp; in isofs_fill_super() 672 h_pri = (struct hs_primary_descriptor *)vdp; in isofs_fill_super()
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | stih415-clock.dtsi | 317 "clk-m-icn-vdp-0"; 329 clock-output-names = "clk-m-icn-vdp-1", 330 "clk-m-icn-vdp-2", 331 "clk-m-icn-vdp-3", 333 "clk-m-icn-vdp-4",
|
D | stih416-clock.dtsi | 242 "clk-m-icn-vdp-0", 243 "clk-m-icn-vdp-1"; 332 "clk-m-rx-icn-vdp-0", 472 clock-output-names = "clk-m-icn-vdp-2",
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/st/ |
D | st,clkgen-divmux.txt | 40 "clk-m-rx-icn-vdp-0",
|
/linux-4.1.27/fs/udf/ |
D | super.c | 1600 struct volDescPtr *vdp; in udf_process_sequence() local 1640 vdp = (struct volDescPtr *)bh->b_data; in udf_process_sequence() 1642 vdp->nextVolDescSeqExt.extLocation); in udf_process_sequence() 1644 vdp->nextVolDescSeqExt.extLength); in udf_process_sequence()
|