Home
last modified time | relevance | path

Searched refs:sctl (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
A Dgt215.c46 u32 sctl = nvkm_rd32(device, 0x4120 + (idx * 4)); in read_vco() local
48 switch (sctl & 0x00000030) { in read_vco()
64 u32 sctl, sdiv, sclk; in read_clk() local
76 sctl = nvkm_rd32(device, 0x4120 + (idx * 4)); in read_clk()
77 if (!ignore_en && !(sctl & 0x00000100)) in read_clk()
81 if (sctl & 0x00000400) in read_clk()
85 switch (sctl & 0x00003000) { in read_clk()
87 if (!(sctl & 0x00000200)) in read_clk()
91 if (sctl & 0x00000040) in read_clk()
96 if (!(sctl & 0x00000001)) in read_clk()
[all …]
A Dgf100.c102 u32 sclk, sctl, sdiv = 2; in read_div() local
116 sctl = nvkm_rd32(device, dctl + (doff * 4)); in read_div()
118 if (sctl & 0x80000000) { in read_div()
120 sctl >>= 8; in read_div()
122 sdiv = (sctl & 0x3f) + 2; in read_div()
136 u32 sctl = nvkm_rd32(device, 0x137250 + (idx * 4)); in read_clk() local
145 sdiv = ((sctl & 0x00003f00) >> 8) + 2; in read_clk()
148 sdiv = ((sctl & 0x0000003f) >> 0) + 2; in read_clk()
151 if (sctl & 0x80000000) in read_clk()
A Dgk104.c110 u32 sctl = nvkm_rd32(device, dctl + (doff * 4)); in read_div() local
120 if (sctl & 0x80000000) { in read_div()
122 u32 sdiv = (sctl & 0x0000003f) + 2; in read_div()
148 u32 sctl = nvkm_rd32(device, 0x137250 + (idx * 4)); in read_clk() local
177 if (sctl & 0x80000000) { in read_clk()
179 sdiv = ((sctl & 0x00003f00) >> 8) + 2; in read_clk()
181 sdiv = ((sctl & 0x0000003f) >> 0) + 2; in read_clk()
/linux/sound/core/
A Dvmaster.c363 struct snd_kcontrol *sctl = follower->kctl; in master_free() local
364 struct list_head olist = sctl->list; in master_free()
365 memcpy(sctl, &follower->follower, sizeof(*sctl)); in master_free()
366 memcpy(sctl->vd, follower->follower.vd, in master_free()
367 sctl->count * sizeof(*sctl->vd)); in master_free()
368 sctl->list = olist; /* keep the current linked-list */ in master_free()
/linux/drivers/s390/cio/
A Ddevice_status.c237 cdev_irb->scsw.cmd.sctl = irb->scsw.cmd.sctl; in ccw_device_accumulate_irb()
/linux/arch/alpha/include/asm/
A Dcore_titan.h101 titan_64 sctl; member
/linux/sound/pci/hda/
A Dhda_codec.c1826 struct snd_kcontrol *sctl = items[i].kctl; in map_followers() local
1827 if (!sctl || sctl->id.iface != SNDRV_CTL_ELEM_IFACE_MIXER) in map_followers()
1830 char tmpname[sizeof(sctl->id.name)]; in map_followers()
1837 if (!strcmp(sctl->id.name, name)) { in map_followers()
1838 err = func(codec, data, sctl); in map_followers()
1849 void *data, struct snd_kcontrol *sctl) in check_follower_present() argument
/linux/arch/s390/include/asm/
A Dscsw.h41 __u32 sctl : 1; member
/linux/arch/arm/boot/dts/
A Dversatile-ab.dts318 sctl@101e0000 {
/linux/sound/pci/ac97/
A Dac97_patch.c3458 struct snd_kcontrol *sctl; in snd_ac97_add_vmaster() local
3460 sctl = snd_ac97_find_mixer_ctl(ac97, *s); in snd_ac97_add_vmaster()
3461 if (!sctl) { in snd_ac97_add_vmaster()
3466 err = snd_ctl_add_follower(kctl, sctl); in snd_ac97_add_vmaster()

Completed in 38 milliseconds