Searched refs:sctl (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
H A D | gt215.c | 46 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 …]
|
H A D | gf100.c | 102 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()
|
H A D | gk104.c | 110 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/ |
H A D | vmaster.c | 392 struct snd_kcontrol *sctl = follower->kctl; in master_free() local 393 struct list_head olist = sctl->list; in master_free() 394 memcpy(sctl, &follower->follower, sizeof(*sctl)); in master_free() 395 memcpy(sctl->vd, follower->follower.vd, in master_free() 396 sctl->count * sizeof(*sctl->vd)); in master_free() 397 sctl->list = olist; /* keep the current linked-list */ in master_free()
|
/linux/drivers/gpu/drm/nouveau/nvkm/falcon/ |
H A D | gm200.c | 31 u32 sctl = nvkm_falcon_rd32(falcon, 0x240); in gm200_flcn_tracepc() local 35 FLCN_ERR(falcon, "TRACEPC SCTL %08x TIDX %08x", sctl, tidx); in gm200_flcn_tracepc()
|
/linux/drivers/s390/cio/ |
H A D | device_status.c | 238 cdev_irb->scsw.cmd.sctl = irb->scsw.cmd.sctl; in ccw_device_accumulate_irb()
|
/linux/arch/alpha/include/asm/ |
H A D | core_titan.h | 101 titan_64 sctl; member
|
/linux/sound/pci/hda/ |
H A D | hda_codec.c | 1870 struct snd_kcontrol *sctl = items[i].kctl; in map_followers() local 1871 if (!sctl || sctl->id.iface != SNDRV_CTL_ELEM_IFACE_MIXER) in map_followers() 1874 char tmpname[sizeof(sctl->id.name)]; in map_followers() 1881 if (!strcmp(sctl->id.name, name)) { in map_followers() 1882 err = func(codec, data, sctl); in map_followers() 1893 void *data, struct snd_kcontrol *sctl) in check_follower_present() argument
|
/linux/arch/s390/include/asm/ |
H A D | scsw.h | 42 __u32 sctl : 1; member
|
/linux/arch/arm/boot/dts/arm/ |
H A D | versatile-ab.dts | 317 sctl@101e0000 {
|