/kernel/linux/linux-5.10/arch/arm/vfp/ |
H A D | vfpsingle.c | 215 vfp_propagate_nan(struct vfp_single *vsd, struct vfp_single *vsn, in vfp_propagate_nan() argument 221 tn = vfp_single_type(vsn); in vfp_propagate_nan() 238 nan = vsn; in vfp_propagate_nan() 729 vfp_single_fadd_nonnumber(struct vfp_single *vsd, struct vfp_single *vsn, in vfp_single_fadd_nonnumber() argument 736 tn = vfp_single_type(vsn); in vfp_single_fadd_nonnumber() 743 if (vsn->sign ^ vsm->sign) { in vfp_single_fadd_nonnumber() 753 vsp = vsn; in vfp_single_fadd_nonnumber() 759 vsp = vsn; in vfp_single_fadd_nonnumber() 764 return vfp_propagate_nan(vsd, vsn, vsm, fpscr); in vfp_single_fadd_nonnumber() 771 vfp_single_add(struct vfp_single *vsd, struct vfp_single *vsn, in vfp_single_add() argument 835 vfp_single_multiply(struct vfp_single *vsd, struct vfp_single *vsn, struct vfp_single *vsm, u32 fpscr) vfp_single_multiply() argument 897 struct vfp_single vsd, vsp, vsn, vsm; vfp_single_multiply_accumulate() local 969 struct vfp_single vsd, vsn, vsm; vfp_single_fmul() local 992 struct vfp_single vsd, vsn, vsm; vfp_single_fnmul() local 1016 struct vfp_single vsd, vsn, vsm; vfp_single_fadd() local 1054 struct vfp_single vsd, vsn, vsm; vfp_single_fdiv() local [all...] |
/kernel/linux/linux-6.6/arch/arm/vfp/ |
H A D | vfpsingle.c | 215 vfp_propagate_nan(struct vfp_single *vsd, struct vfp_single *vsn, in vfp_propagate_nan() argument 221 tn = vfp_single_type(vsn); in vfp_propagate_nan() 238 nan = vsn; in vfp_propagate_nan() 729 vfp_single_fadd_nonnumber(struct vfp_single *vsd, struct vfp_single *vsn, in vfp_single_fadd_nonnumber() argument 736 tn = vfp_single_type(vsn); in vfp_single_fadd_nonnumber() 743 if (vsn->sign ^ vsm->sign) { in vfp_single_fadd_nonnumber() 753 vsp = vsn; in vfp_single_fadd_nonnumber() 759 vsp = vsn; in vfp_single_fadd_nonnumber() 764 return vfp_propagate_nan(vsd, vsn, vsm, fpscr); in vfp_single_fadd_nonnumber() 771 vfp_single_add(struct vfp_single *vsd, struct vfp_single *vsn, in vfp_single_add() argument 835 vfp_single_multiply(struct vfp_single *vsd, struct vfp_single *vsn, struct vfp_single *vsm, u32 fpscr) vfp_single_multiply() argument 897 struct vfp_single vsd, vsp, vsn, vsm; vfp_single_multiply_accumulate() local 969 struct vfp_single vsd, vsn, vsm; vfp_single_fmul() local 992 struct vfp_single vsd, vsn, vsm; vfp_single_fnmul() local 1016 struct vfp_single vsd, vsn, vsm; vfp_single_fadd() local 1054 struct vfp_single vsd, vsn, vsm; vfp_single_fdiv() local [all...] |
/kernel/linux/linux-5.10/drivers/mmc/core/ |
H A D | sdio_cis.c | 175 unsigned vsn; in cistpl_funce_func() local 186 vsn = func->card->cccr.sdio_vsn; in cistpl_funce_func() 187 min_size = (vsn == SDIO_SDIO_REV_1_00) ? 28 : 42; in cistpl_funce_func() 189 if (size == 28 && vsn == SDIO_SDIO_REV_1_10) { in cistpl_funce_func() 192 vsn = SDIO_SDIO_REV_1_00; in cistpl_funce_func() 201 if (vsn > SDIO_SDIO_REV_1_00) in cistpl_funce_func()
|
/kernel/linux/linux-6.6/drivers/mmc/core/ |
H A D | sdio_cis.c | 175 unsigned vsn; in cistpl_funce_func() local 186 vsn = func->card->cccr.sdio_vsn; in cistpl_funce_func() 187 min_size = (vsn == SDIO_SDIO_REV_1_00) ? 28 : 42; in cistpl_funce_func() 189 if (size == 28 && vsn == SDIO_SDIO_REV_1_10) { in cistpl_funce_func() 192 vsn = SDIO_SDIO_REV_1_00; in cistpl_funce_func() 201 if (vsn > SDIO_SDIO_REV_1_00) in cistpl_funce_func()
|
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | inode.c | 685 static int ntfs_get_block_bmap(struct inode *inode, sector_t vsn, in ntfs_get_block_bmap() argument 689 (u64)vsn << inode->i_sb->s_blocksize_bits, in ntfs_get_block_bmap()
|