Searched refs:dsl (Results 1 - 5 of 5) sorted by path

/linux-master/drivers/gpio/
H A Dgpio-stp-xway.c86 u8 dsl; /* the 2 LSBs can be driven by the dsl core */ member in struct:xway_stp
184 /* tell the hardware which pins are controlled by the dsl modem */
187 chip->dsl << XWAY_STP_ADSL_SHIFT,
217 | (chip->phy1 << 2) | chip->dsl;
235 u32 shadow, groups, dsl, phy; local
268 /* find out which gpios are controlled by the dsl core */
269 if (!of_property_read_u32(pdev->dev.of_node, "lantiq,dsl", &dsl))
270 chip->dsl
[all...]
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_crt.c707 u32 dsl; local
770 while ((dsl = intel_de_read(dev_priv, PIPEDSL(pipe))) <= vsample)
783 } while ((intel_de_read(dev_priv, PIPEDSL(pipe)) == dsl));
/linux-master/fs/xfs/libxfs/
H A Dxfs_symlink_remote.c46 struct xfs_dsymlink_hdr *dsl = bp->b_addr; local
51 memset(dsl, 0, sizeof(struct xfs_dsymlink_hdr));
52 dsl->sl_magic = cpu_to_be32(XFS_SYMLINK_MAGIC);
53 dsl->sl_offset = cpu_to_be32(offset);
54 dsl->sl_bytes = cpu_to_be32(size);
55 uuid_copy(&dsl->sl_uuid, &mp->m_sb.sb_meta_uuid);
56 dsl->sl_owner = cpu_to_be64(ino);
57 dsl->sl_blkno = cpu_to_be64(xfs_buf_daddr(bp));
75 struct xfs_dsymlink_hdr *dsl = bp->b_addr; local
77 if (offset != be32_to_cpu(dsl
93 struct xfs_dsymlink_hdr *dsl = bp->b_addr; local
153 struct xfs_dsymlink_hdr *dsl = bp->b_addr; local
[all...]
/linux-master/sound/pci/emu10k1/
H A Demu10k1_callback.c313 u32 psst, dsl, map, ccca, vtarget; local
361 dsl = (temp << 24) | addr;
420 DSL, dsl,
H A Demuproc.c71 unsigned int val, val1, ptrx, psst, dsl, snda; local
87 dsl = snd_emu10k1_ptr_read(emu, DSL, idx);
97 (val >> 24) & 0x3f, REG_VAL_GET(DSL_FXSENDAMOUNT_D, dsl));
110 (val >> 28) & 0x0f, REG_VAL_GET(DSL_FXSENDAMOUNT_D, dsl));

Completed in 332 milliseconds