Searched refs:gctl (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/sound/pci/emu10k1/ |
A D | emufx.c | 754 gctl = kmalloc(sizeof(*gctl), GFP_KERNEL); in snd_emu10k1_verify_controls() 755 if (! gctl) in snd_emu10k1_verify_controls() 789 kfree(gctl); in snd_emu10k1_verify_controls() 818 gctl = kmalloc(sizeof(*gctl), GFP_KERNEL); in snd_emu10k1_add_controls() 897 kfree(gctl); in snd_emu10k1_add_controls() 935 gctl = kmalloc(sizeof(*gctl), GFP_KERNEL); in snd_emu10k1_list_controls() 936 if (! gctl) in snd_emu10k1_list_controls() 943 memset(gctl, 0, sizeof(*gctl)); in snd_emu10k1_list_controls() 946 strscpy(gctl->id.name, id->name, sizeof(gctl->id.name)); in snd_emu10k1_list_controls() 961 kfree(gctl); in snd_emu10k1_list_controls() [all …]
|
/linux-6.3-rc2/sound/soc/sof/intel/ |
A D | hda-ctrl.c | 32 u32 gctl = 0; in hda_dsp_ctrl_link_reset() local 45 gctl = snd_sof_dsp_read(sdev, HDA_DSP_HDA_BAR, SOF_HDA_GCTL); in hda_dsp_ctrl_link_reset() 46 if ((gctl & SOF_HDA_GCTL_RESET) == val) in hda_dsp_ctrl_link_reset() 53 reset ? "reset" : "ready", gctl); in hda_dsp_ctrl_link_reset()
|
/linux-6.3-rc2/sound/pci/ctxfi/ |
A D | cthw20k2.c | 1356 unsigned int gctl; in hw_auto_init() local 1360 set_field(&gctl, GCTL_AIE, 0); in hw_auto_init() 1362 set_field(&gctl, GCTL_AIE, 1); in hw_auto_init() 1367 if (get_field(gctl, GCTL_AID)) in hw_auto_init() 2021 unsigned int gctl; in hw_card_start() local 2048 set_field(&gctl, GCTL_UAA, 0); in hw_card_start() 2115 unsigned int gctl; in hw_card_init() local 2139 set_field(&gctl, GCTL_DBP, 1); in hw_card_init() 2140 set_field(&gctl, GCTL_TBP, 1); in hw_card_init() 2141 set_field(&gctl, GCTL_FBP, 1); in hw_card_init() [all …]
|
A D | cthw20k1.c | 1330 unsigned int gctl; in hw_auto_init() local 1333 gctl = hw_read_20kx(hw, GCTL); in hw_auto_init() 1334 set_field(&gctl, GCTL_EAI, 0); in hw_auto_init() 1335 hw_write_20kx(hw, GCTL, gctl); in hw_auto_init() 1336 set_field(&gctl, GCTL_EAI, 1); in hw_auto_init() 1337 hw_write_20kx(hw, GCTL, gctl); in hw_auto_init() 1987 unsigned int gctl; in hw_card_init() local 2010 gctl = hw_read_20kx(hw, GCTL); in hw_card_init() 2011 set_field(&gctl, GCTL_EAC, 1); in hw_card_init() 2012 set_field(&gctl, GCTL_DBP, 1); in hw_card_init() [all …]
|
/linux-6.3-rc2/sound/pci/lola/ |
A D | lola.c | 297 unsigned int gctl = lola_readl(chip, BAR0, GCTL); in reset_controller() local 300 if (gctl) { in reset_controller() 311 gctl = lola_readl(chip, BAR0, GCTL); in reset_controller() 312 if (gctl) in reset_controller() 315 if (!gctl) { in reset_controller()
|
/linux-6.3-rc2/arch/arm64/boot/dts/hisilicon/ |
A D | hi3660-hikey960.dts | 681 snps,gctl-reset-quirk;
|
Completed in 35 milliseconds