dsl                80 drivers/gpio/gpio-stp-xway.c 	u8 dsl;		/* the 2 LSBs can be driven by the dsl core */
dsl               178 drivers/gpio/gpio-stp-xway.c 			chip->dsl << XWAY_STP_ADSL_SHIFT,
dsl               192 drivers/gpio/gpio-stp-xway.c 	chip->reserved = (chip->phy2 << 5) | (chip->phy1 << 2) | chip->dsl;
dsl               205 drivers/gpio/gpio-stp-xway.c 	u32 shadow, groups, dsl, phy;
dsl               239 drivers/gpio/gpio-stp-xway.c 	if (!of_property_read_u32(pdev->dev.of_node, "lantiq,dsl", &dsl))
dsl               240 drivers/gpio/gpio-stp-xway.c 		chip->dsl = dsl & XWAY_STP_ADSL_MASK;
dsl               649 drivers/gpu/drm/i915/display/intel_crt.c 	u32 dsl;
dsl               722 drivers/gpu/drm/i915/display/intel_crt.c 		while ((dsl = intel_uncore_read(uncore, pipe_dsl_reg)) <=
dsl               736 drivers/gpu/drm/i915/display/intel_crt.c 		} while ((intel_uncore_read(uncore, pipe_dsl_reg) == dsl));
dsl                43 fs/xfs/libxfs/xfs_symlink_remote.c 	struct xfs_dsymlink_hdr	*dsl = bp->b_addr;
dsl                48 fs/xfs/libxfs/xfs_symlink_remote.c 	memset(dsl, 0, sizeof(struct xfs_dsymlink_hdr));
dsl                49 fs/xfs/libxfs/xfs_symlink_remote.c 	dsl->sl_magic = cpu_to_be32(XFS_SYMLINK_MAGIC);
dsl                50 fs/xfs/libxfs/xfs_symlink_remote.c 	dsl->sl_offset = cpu_to_be32(offset);
dsl                51 fs/xfs/libxfs/xfs_symlink_remote.c 	dsl->sl_bytes = cpu_to_be32(size);
dsl                52 fs/xfs/libxfs/xfs_symlink_remote.c 	uuid_copy(&dsl->sl_uuid, &mp->m_sb.sb_meta_uuid);
dsl                53 fs/xfs/libxfs/xfs_symlink_remote.c 	dsl->sl_owner = cpu_to_be64(ino);
dsl                54 fs/xfs/libxfs/xfs_symlink_remote.c 	dsl->sl_blkno = cpu_to_be64(bp->b_bn);
dsl                72 fs/xfs/libxfs/xfs_symlink_remote.c 	struct xfs_dsymlink_hdr *dsl = bp->b_addr;
dsl                74 fs/xfs/libxfs/xfs_symlink_remote.c 	if (offset != be32_to_cpu(dsl->sl_offset))
dsl                76 fs/xfs/libxfs/xfs_symlink_remote.c 	if (size != be32_to_cpu(dsl->sl_bytes))
dsl                78 fs/xfs/libxfs/xfs_symlink_remote.c 	if (ino != be64_to_cpu(dsl->sl_owner))
dsl                90 fs/xfs/libxfs/xfs_symlink_remote.c 	struct xfs_dsymlink_hdr	*dsl = bp->b_addr;
dsl                94 fs/xfs/libxfs/xfs_symlink_remote.c 	if (!xfs_verify_magic(bp, dsl->sl_magic))
dsl                96 fs/xfs/libxfs/xfs_symlink_remote.c 	if (!uuid_equal(&dsl->sl_uuid, &mp->m_sb.sb_meta_uuid))
dsl                98 fs/xfs/libxfs/xfs_symlink_remote.c 	if (bp->b_bn != be64_to_cpu(dsl->sl_blkno))
dsl               100 fs/xfs/libxfs/xfs_symlink_remote.c 	if (be32_to_cpu(dsl->sl_offset) +
dsl               101 fs/xfs/libxfs/xfs_symlink_remote.c 				be32_to_cpu(dsl->sl_bytes) >= XFS_SYMLINK_MAXLEN)
dsl               103 fs/xfs/libxfs/xfs_symlink_remote.c 	if (dsl->sl_owner == 0)
dsl               105 fs/xfs/libxfs/xfs_symlink_remote.c 	if (!xfs_log_check_lsn(mp, be64_to_cpu(dsl->sl_lsn)))
dsl               150 fs/xfs/libxfs/xfs_symlink_remote.c 		struct xfs_dsymlink_hdr *dsl = bp->b_addr;
dsl               151 fs/xfs/libxfs/xfs_symlink_remote.c 		dsl->sl_lsn = cpu_to_be64(bip->bli_item.li_lsn);