/kernel/linux/linux-5.10/arch/arm/vfp/ |
H A 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() 853 struct vfp_double vdd, vdp, vdn, vdm; vfp_double_multiply_accumulate() local [all...] |
/kernel/linux/linux-6.6/arch/arm/vfp/ |
H A 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() 853 struct vfp_double vdd, vdp, vdn, vdm; vfp_double_multiply_accumulate() local [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | carminefb.c | 68 u32 vdp; member 111 .vdp = 480, 123 .vdp = 600, 134 car_modes[i].vdp == var->yres) in carmine_find_mode() 261 height = par->res->vdp - 1; in carmine_init_display_param() 274 window_size = (par->res->vdp - 1) << CARMINE_DISP_WIN_H_SHIFT; in carmine_init_display_param() 371 u32 hdp, vdp, htp, hsp, hsw, vtr, vsp, vsw; in set_display_parameters() local 378 vdp = par->res->vdp - 1; in set_display_parameters() 397 (vdp << CARMINE_DISP_VDP_SHIF in set_display_parameters() [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | carminefb.c | 69 u32 vdp; member 112 .vdp = 480, 124 .vdp = 600, 135 car_modes[i].vdp == var->yres) in carmine_find_mode() 262 height = par->res->vdp - 1; in carmine_init_display_param() 275 window_size = (par->res->vdp - 1) << CARMINE_DISP_WIN_H_SHIFT; in carmine_init_display_param() 372 u32 hdp, vdp, htp, hsp, hsw, vtr, vsp, vsw; in set_display_parameters() local 379 vdp = par->res->vdp - 1; in set_display_parameters() 398 (vdp << CARMINE_DISP_VDP_SHIF in set_display_parameters() [all...] |
/kernel/linux/linux-5.10/fs/isofs/ |
H A D | inode.c | 669 struct iso_volume_descriptor *vdp; in isofs_fill_super() local 675 vdp = (struct iso_volume_descriptor *)bh->b_data; in isofs_fill_super() 683 if (strncmp (vdp->id, ISO_STANDARD_ID, sizeof vdp->id) == 0) { in isofs_fill_super() 684 if (isonum_711(vdp->type) == ISO_VD_END) in isofs_fill_super() 686 if (isonum_711(vdp->type) == ISO_VD_PRIMARY) { in isofs_fill_super() 688 pri = (struct iso_primary_descriptor *)vdp; in isofs_fill_super() 695 else if (isonum_711(vdp->type) == ISO_VD_SUPPLEMENTARY) { in isofs_fill_super() 696 sec = (struct iso_supplementary_descriptor *)vdp; in isofs_fill_super() 724 h_pri = (struct hs_primary_descriptor *)vdp; in isofs_fill_super() [all...] |
/kernel/linux/linux-6.6/fs/isofs/ |
H A D | inode.c | 670 struct iso_volume_descriptor *vdp; in isofs_fill_super() local 676 vdp = (struct iso_volume_descriptor *)bh->b_data; in isofs_fill_super() 684 if (strncmp (vdp->id, ISO_STANDARD_ID, sizeof vdp->id) == 0) { in isofs_fill_super() 685 if (isonum_711(vdp->type) == ISO_VD_END) in isofs_fill_super() 687 if (isonum_711(vdp->type) == ISO_VD_PRIMARY) { in isofs_fill_super() 689 pri = (struct iso_primary_descriptor *)vdp; in isofs_fill_super() 696 else if (isonum_711(vdp->type) == ISO_VD_SUPPLEMENTARY) { in isofs_fill_super() 697 sec = (struct iso_supplementary_descriptor *)vdp; in isofs_fill_super() 725 h_pri = (struct hs_primary_descriptor *)vdp; in isofs_fill_super() [all...] |
/kernel/linux/linux-5.10/fs/udf/ |
H A D | super.c | 1678 struct volDescPtr *vdp; in udf_process_sequence() local 1719 vdp = (struct volDescPtr *)bh->b_data; in udf_process_sequence() 1720 block = le32_to_cpu(vdp->nextVolDescSeqExt.extLocation); in udf_process_sequence() 1722 vdp->nextVolDescSeqExt.extLength) >> in udf_process_sequence()
|
/kernel/linux/linux-6.6/fs/udf/ |
H A D | super.c | 1684 struct volDescPtr *vdp; in udf_process_sequence() local 1725 vdp = (struct volDescPtr *)bh->b_data; in udf_process_sequence() 1726 block = le32_to_cpu(vdp->nextVolDescSeqExt.extLocation); in udf_process_sequence() 1728 vdp->nextVolDescSeqExt.extLength) >> in udf_process_sequence()
|