Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_symlink_remote.c43 struct xfs_dsymlink_hdr *dsl = bp->b_addr; in xfs_symlink_hdr_set() local
50 dsl->sl_offset = cpu_to_be32(offset); in xfs_symlink_hdr_set()
51 dsl->sl_bytes = cpu_to_be32(size); in xfs_symlink_hdr_set()
53 dsl->sl_owner = cpu_to_be64(ino); in xfs_symlink_hdr_set()
72 struct xfs_dsymlink_hdr *dsl = bp->b_addr; in xfs_symlink_hdr_ok() local
74 if (offset != be32_to_cpu(dsl->sl_offset)) in xfs_symlink_hdr_ok()
76 if (size != be32_to_cpu(dsl->sl_bytes)) in xfs_symlink_hdr_ok()
78 if (ino != be64_to_cpu(dsl->sl_owner)) in xfs_symlink_hdr_ok()
94 if (!xfs_verify_magic(bp, dsl->sl_magic)) in xfs_symlink_verify()
100 if (be32_to_cpu(dsl->sl_offset) + in xfs_symlink_verify()
[all …]
/linux-6.3-rc2/drivers/gpio/
A Dgpio-stp-xway.c85 u8 dsl; /* the 2 LSBs can be driven by the dsl core */ member
186 chip->dsl << XWAY_STP_ADSL_SHIFT, in xway_stp_hw_init()
216 | (chip->phy1 << 2) | chip->dsl; in xway_stp_hw_init()
234 u32 shadow, groups, dsl, phy; in xway_stp_probe() local
268 if (!of_property_read_u32(pdev->dev.of_node, "lantiq,dsl", &dsl)) in xway_stp_probe()
269 chip->dsl = dsl & XWAY_STP_ADSL_MASK; in xway_stp_probe()
/linux-6.3-rc2/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-6.3-rc2/Documentation/admin-guide/acpi/
A Dinitrd_table_override.rst68 iasl -sa dsdt.dsl
81 iasl -sa facp.dsl
82 iasl -sa ssdt1.dsl
/linux-6.3-rc2/arch/mips/boot/dts/brcm/
A Dbcm63268-comtrend-vr-3032u.dts47 label = "vr-3032u:green:dsl";
/linux-6.3-rc2/drivers/gpu/drm/i915/display/
A Dintel_crt.c690 u32 dsl; in intel_crt_load_detect() local
752 while ((dsl = intel_de_read(dev_priv, PIPEDSL(pipe))) <= vsample) in intel_crt_load_detect()
765 } while ((intel_de_read(dev_priv, PIPEDSL(pipe)) == dsl)); in intel_crt_load_detect()
/linux-6.3-rc2/arch/arm/boot/dts/
A Dkirkwood-l-50.dts311 label = "dsl";
/linux-6.3-rc2/Documentation/devicetree/bindings/leds/
A Dleds-bcm6328.yaml203 label = "green:dsl";
/linux-6.3-rc2/Documentation/firmware-guide/acpi/
A Denumeration.rst605 Now, in the dsdt.dsl, we have to search the device whose address is related to
678 dsdt.dsl table, whereas the device names "BRG1", "BRG2" and "EXAR" are

Completed in 17 milliseconds