Home
last modified time | relevance | path

Searched refs:dsl (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_symlink_remote.c58 struct xfs_dsymlink_hdr *dsl = bp->b_addr; in xfs_symlink_hdr_set() local
63 dsl->sl_magic = cpu_to_be32(XFS_SYMLINK_MAGIC); in xfs_symlink_hdr_set()
64 dsl->sl_offset = cpu_to_be32(offset); in xfs_symlink_hdr_set()
65 dsl->sl_bytes = cpu_to_be32(size); in xfs_symlink_hdr_set()
66 uuid_copy(&dsl->sl_uuid, &mp->m_sb.sb_uuid); in xfs_symlink_hdr_set()
67 dsl->sl_owner = cpu_to_be64(ino); in xfs_symlink_hdr_set()
68 dsl->sl_blkno = cpu_to_be64(bp->b_bn); in xfs_symlink_hdr_set()
86 struct xfs_dsymlink_hdr *dsl = bp->b_addr; in xfs_symlink_hdr_ok() local
88 if (offset != be32_to_cpu(dsl->sl_offset)) in xfs_symlink_hdr_ok()
90 if (size != be32_to_cpu(dsl->sl_bytes)) in xfs_symlink_hdr_ok()
[all …]
/linux-4.1.27/drivers/gpio/
Dgpio-stp-xway.c87 u8 dsl; /* the 2 LSBs can be driven by the dsl core */ member
173 chip->dsl << XWAY_STP_ADSL_SHIFT, in xway_stp_hw_init()
187 chip->reserved = (chip->phy2 << 5) | (chip->phy1 << 2) | chip->dsl; in xway_stp_hw_init()
203 const __be32 *shadow, *groups, *dsl, *phy; in xway_stp_probe() local
239 dsl = of_get_property(pdev->dev.of_node, "lantiq,dsl", NULL); in xway_stp_probe()
240 if (dsl) in xway_stp_probe()
241 chip->dsl = be32_to_cpu(*dsl) & XWAY_STP_ADSL_MASK; in xway_stp_probe()
DKconfig405 Some of the gpios/leds can be auto updated by the soc with dsl and
/linux-4.1.27/Documentation/devicetree/bindings/gpio/
Dgpio-stp-xway.txt22 - lantiq,dsl : The dsl core can control the 2 LSBs of the gpio cascade. This 2 bit
38 lantiq,dsl = <0x3>;
/linux-4.1.27/Documentation/acpi/
Dinitrd_table_override.txt53 iasl -sa dsdt.dsl
64 iasl -sa facp.dsl
65 iasl -sa ssdt1.dsl
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_crt.c549 uint32_t dsl; in intel_crt_load_detect() local
623 while ((dsl = I915_READ(pipe_dsl_reg)) <= vsample) in intel_crt_load_detect()
636 } while ((I915_READ(pipe_dsl_reg) == dsl)); in intel_crt_load_detect()