Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_symlink_remote.c46 struct xfs_dsymlink_hdr *dsl = bp->b_addr; in xfs_symlink_hdr_set() local
53 dsl->sl_offset = cpu_to_be32(offset); in xfs_symlink_hdr_set()
54 dsl->sl_bytes = cpu_to_be32(size); in xfs_symlink_hdr_set()
56 dsl->sl_owner = cpu_to_be64(ino); in xfs_symlink_hdr_set()
75 struct xfs_dsymlink_hdr *dsl = bp->b_addr; in xfs_symlink_hdr_ok() local
77 if (offset != be32_to_cpu(dsl->sl_offset)) in xfs_symlink_hdr_ok()
79 if (size != be32_to_cpu(dsl->sl_bytes)) in xfs_symlink_hdr_ok()
81 if (ino != be64_to_cpu(dsl->sl_owner)) in xfs_symlink_hdr_ok()
97 if (!xfs_verify_magic(bp, dsl->sl_magic)) in xfs_symlink_verify()
103 if (be32_to_cpu(dsl->sl_offset) + in xfs_symlink_verify()
[all …]
/linux/drivers/gpio/
A Dgpio-stp-xway.c86 u8 dsl; /* the 2 LSBs can be driven by the dsl core */ member
187 chip->dsl << XWAY_STP_ADSL_SHIFT, in xway_stp_hw_init()
217 | (chip->phy1 << 2) | chip->dsl; in xway_stp_hw_init()
235 u32 shadow, groups, dsl, phy; in xway_stp_probe() local
269 if (!of_property_read_u32(pdev->dev.of_node, "lantiq,dsl", &dsl)) in xway_stp_probe()
270 chip->dsl = dsl & XWAY_STP_ADSL_MASK; in xway_stp_probe()
/linux/fs/xfs/scrub/
A Dsymlink_repair.c120 struct xfs_dsymlink_hdr *dsl; in xrep_symlink_salvage_remote() local
144 dsl = bp->b_addr; in xrep_symlink_salvage_remote()
145 magic_ok = dsl->sl_magic == cpu_to_be32(XFS_SYMLINK_MAGIC); in xrep_symlink_salvage_remote()
150 memcpy(target_buf + offset, dsl + 1, byte_cnt); in xrep_symlink_salvage_remote()
254 struct xfs_dsymlink_hdr *dsl = bp->b_addr; in xrep_symlink_local_to_remote() local
261 dsl->sl_owner = cpu_to_be64(sc->ip->i_ino); in xrep_symlink_local_to_remote()
/linux/Documentation/devicetree/bindings/gpio/
A Dgpio-stp-xway.yaml52 lantiq,dsl:
54 The dsl core can control the 2 LSBs of the gpio cascade. This 2 bit
95 lantiq,dsl = <0x3>;
/linux/Documentation/admin-guide/acpi/
A Dinitrd_table_override.rst68 iasl -sa dsdt.dsl
81 iasl -sa facp.dsl
82 iasl -sa ssdt1.dsl
/linux/sound/pci/emu10k1/
A Demu10k1_callback.c314 u32 psst, dsl, map, ccca, vtarget; in start_voice() local
363 dsl = (temp << 24) | addr; in start_voice()
422 DSL, dsl, in start_voice()
A Demuproc.c71 unsigned int val, val1, ptrx, psst, dsl, snda; in snd_emu10k1_proc_read() local
87 dsl = snd_emu10k1_ptr_read(emu, DSL, idx); in snd_emu10k1_proc_read()
97 (val >> 24) & 0x3f, REG_VAL_GET(DSL_FXSENDAMOUNT_D, dsl)); in snd_emu10k1_proc_read()
110 (val >> 28) & 0x0f, REG_VAL_GET(DSL_FXSENDAMOUNT_D, dsl)); in snd_emu10k1_proc_read()
/linux/arch/mips/boot/dts/brcm/
A Dbcm63268-comtrend-vr-3032u.dts47 label = "vr-3032u:green:dsl";
/linux/drivers/gpu/drm/i915/display/
A Dintel_crt.c705 u32 dsl; in intel_crt_load_detect() local
776 while ((dsl = intel_de_read(dev_priv, PIPEDSL(dev_priv, pipe))) <= vsample) in intel_crt_load_detect()
789 } while ((intel_de_read(dev_priv, PIPEDSL(dev_priv, pipe)) == dsl)); in intel_crt_load_detect()
/linux/arch/arm/boot/dts/marvell/
A Dkirkwood-l-50.dts312 label = "dsl";
/linux/Documentation/devicetree/bindings/leds/
A Dleds-bcm6328.yaml199 label = "green:dsl";
/linux/Documentation/firmware-guide/acpi/
A Denumeration.rst648 Now, in the dsdt.dsl, we have to search the device whose address is related to
721 dsdt.dsl table, whereas the device names "BRG1", "BRG2" and "EXAR" are

Completed in 28 milliseconds