Home
last modified time | relevance | path

Searched refs:gctl (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/sound/pci/emu10k1/
H A Demufx.c783 gctl = kmalloc(sizeof(*gctl), GFP_KERNEL); in snd_emu10k1_verify_controls()
784 if (! gctl) in snd_emu10k1_verify_controls()
811 if (gctl->min != 0 || gctl->max != 100) { in snd_emu10k1_verify_controls()
818 if (gctl->min != 0 || gctl->max != 40) { in snd_emu10k1_verify_controls()
824 if (gctl->min != 0 || gctl->max != 1) { in snd_emu10k1_verify_controls()
843 kfree(gctl); in snd_emu10k1_verify_controls()
872 gctl = kmalloc(sizeof(*gctl), GFP_KERNEL); in snd_emu10k1_add_controls()
951 kfree(gctl); in snd_emu10k1_add_controls()
987 gctl = kmalloc(sizeof(*gctl), GFP_KERNEL); in snd_emu10k1_list_controls()
988 if (! gctl) in snd_emu10k1_list_controls()
[all …]
/openbmc/linux/sound/soc/sof/intel/
H A Dhda-ctrl.c33 u32 gctl = 0; in hda_dsp_ctrl_link_reset() local
46 gctl = snd_sof_dsp_read(sdev, HDA_DSP_HDA_BAR, SOF_HDA_GCTL); in hda_dsp_ctrl_link_reset()
47 if ((gctl & SOF_HDA_GCTL_RESET) == val) in hda_dsp_ctrl_link_reset()
54 reset ? "reset" : "ready", gctl); in hda_dsp_ctrl_link_reset()
/openbmc/linux/sound/pci/ctxfi/
H A Dcthw20k2.c1356 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 …]
H A Dcthw20k1.c1330 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 …]
/openbmc/u-boot/drivers/sound/
H A Dhda_codec.c30 u32 gctl; member
153 if (set_bits(&regs->gctl, 1, 1)) in hda_codec_detect()
168 set_bits(&regs->gctl, 1, 0); in hda_codec_detect()
/openbmc/linux/sound/pci/lola/
H A Dlola.c297 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()
/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.h737 u32 gctl; member
/openbmc/linux/arch/arm64/boot/dts/hisilicon/
H A Dhi3660-hikey960.dts681 snps,gctl-reset-quirk;