Searched refs:sctl (Results 1 - 9 of 9) sorted by relevance

/linux-master/sound/core/
H A Dvmaster.c384 struct snd_kcontrol *sctl = follower->kctl; local
385 struct list_head olist = sctl->list;
386 memcpy(sctl, &follower->follower, sizeof(*sctl));
387 memcpy(sctl->vd, follower->follower.vd,
388 sctl->count * sizeof(*sctl->vd));
389 sctl->list = olist; /* keep the current linked-list */
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dgt215.c46 u32 sctl = nvkm_rd32(device, 0x4120 + (idx * 4)); local
48 switch (sctl & 0x00000030) {
64 u32 sctl, sdiv, sclk; local
76 sctl = nvkm_rd32(device, 0x4120 + (idx * 4));
77 if (!ignore_en && !(sctl & 0x00000100))
81 if (sctl & 0x00000400)
85 switch (sctl & 0x00003000) {
87 if (!(sctl & 0x00000200))
91 if (sctl & 0x00000040)
96 if (!(sctl
[all...]
H A Dgf100.c102 u32 sclk, sctl, sdiv = 2; local
116 sctl = nvkm_rd32(device, dctl + (doff * 4));
118 if (sctl & 0x80000000) {
120 sctl >>= 8;
122 sdiv = (sctl & 0x3f) + 2;
136 u32 sctl = nvkm_rd32(device, 0x137250 + (idx * 4)); local
145 sdiv = ((sctl & 0x00003f00) >> 8) + 2;
148 sdiv = ((sctl & 0x0000003f) >> 0) + 2;
151 if (sctl & 0x80000000)
H A Dgk104.c110 u32 sctl = nvkm_rd32(device, dctl + (doff * 4)); local
120 if (sctl & 0x80000000) {
122 u32 sdiv = (sctl & 0x0000003f) + 2;
148 u32 sctl = nvkm_rd32(device, 0x137250 + (idx * 4)); local
177 if (sctl & 0x80000000) {
179 sdiv = ((sctl & 0x00003f00) >> 8) + 2;
181 sdiv = ((sctl & 0x0000003f) >> 0) + 2;
/linux-master/drivers/gpu/drm/nouveau/nvkm/falcon/
H A Dgm200.c31 u32 sctl = nvkm_falcon_rd32(falcon, 0x240); local
35 FLCN_ERR(falcon, "TRACEPC SCTL %08x TIDX %08x", sctl, tidx);
/linux-master/drivers/s390/cio/
H A Ddevice_status.c238 cdev_irb->scsw.cmd.sctl = irb->scsw.cmd.sctl;
/linux-master/arch/alpha/include/asm/
H A Dcore_titan.h101 titan_64 sctl; member in struct:__anon18::__anon19::__anon20
/linux-master/arch/s390/include/asm/
H A Dscsw.h20 * @sctl: suspend control
42 __u32 sctl : 1; member in struct:cmd_scsw
399 * scsw_cmd_is_valid_sctl - check sctl field validity
402 * Return non-zero if the sctl field of the specified command mode scsw is
/linux-master/sound/pci/hda/
H A Dhda_codec.c1868 struct snd_kcontrol *sctl = items[i].kctl; local
1869 if (!sctl || sctl->id.iface != SNDRV_CTL_ELEM_IFACE_MIXER)
1872 char tmpname[sizeof(sctl->id.name)];
1879 if (!strcmp(sctl->id.name, name)) {
1880 err = func(codec, data, sctl);
1891 void *data, struct snd_kcontrol *sctl)
1890 check_follower_present(struct hda_codec *codec, void *data, struct snd_kcontrol *sctl) argument

Completed in 127 milliseconds