Searched refs:dsl (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.6/fs/xfs/libxfs/ |
D | xfs_symlink_remote.c | 43 struct xfs_dsymlink_hdr *dsl = bp->b_addr; in xfs_symlink_hdr_set() local 48 memset(dsl, 0, sizeof(struct xfs_dsymlink_hdr)); in xfs_symlink_hdr_set() 49 dsl->sl_magic = cpu_to_be32(XFS_SYMLINK_MAGIC); in xfs_symlink_hdr_set() 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() 52 uuid_copy(&dsl->sl_uuid, &mp->m_sb.sb_meta_uuid); in xfs_symlink_hdr_set() 53 dsl->sl_owner = cpu_to_be64(ino); in xfs_symlink_hdr_set() 54 dsl->sl_blkno = cpu_to_be64(xfs_buf_daddr(bp)); 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() [all …]
|
/Linux-v6.6/drivers/gpio/ |
D | gpio-stp-xway.c | 86 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-v6.6/Documentation/admin-guide/acpi/ |
D | initrd_table_override.rst | 68 iasl -sa dsdt.dsl 81 iasl -sa facp.dsl 82 iasl -sa ssdt1.dsl
|
/Linux-v6.6/sound/pci/emu10k1/ |
D | emu10k1_callback.c | 313 u32 psst, dsl, map, ccca, vtarget; in start_voice() local 361 dsl = (temp << 24) | addr; in start_voice() 420 DSL, dsl, in start_voice()
|
D | emuproc.c | 71 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-v6.6/arch/mips/boot/dts/brcm/ |
D | bcm63268-comtrend-vr-3032u.dts | 47 label = "vr-3032u:green:dsl";
|
/Linux-v6.6/drivers/gpu/drm/i915/display/ |
D | intel_crt.c | 697 u32 dsl; in intel_crt_load_detect() local 760 while ((dsl = intel_de_read(dev_priv, PIPEDSL(pipe))) <= vsample) in intel_crt_load_detect() 773 } while ((intel_de_read(dev_priv, PIPEDSL(pipe)) == dsl)); in intel_crt_load_detect()
|
/Linux-v6.6/arch/arm/boot/dts/marvell/ |
D | kirkwood-l-50.dts | 310 label = "dsl";
|
/Linux-v6.6/Documentation/firmware-guide/acpi/ |
D | enumeration.rst | 605 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
|