Home
last modified time | relevance | path

Searched refs:HCFG (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/sound/pci/emu10k1/
Demu10k1_main.c166 HCFG_MUTEBUTTONENABLE, emu->port + HCFG); in snd_emu10k1_init()
294 HCFG_AUDIOENABLE, emu->port + HCFG); in snd_emu10k1_init()
307 HCFG_AUTOMUTE | HCFG_JOYENABLE, emu->port + HCFG); in snd_emu10k1_init()
309 outl(HCFG_AUTOMUTE | HCFG_JOYENABLE, emu->port + HCFG); in snd_emu10k1_init()
315 outl(HCFG_LOCKTANKCACHE_MASK | HCFG_AUTOMUTE, emu->port + HCFG); in snd_emu10k1_init()
318 outl(HCFG_LOCKTANKCACHE_MASK | HCFG_AUTOMUTE | HCFG_JOYENABLE, emu->port + HCFG); in snd_emu10k1_init()
333 unsigned int reg = inl(emu->port + HCFG); in snd_emu10k1_init()
334 outl(reg | HCFG_GPOUT2, emu->port + HCFG); in snd_emu10k1_init()
336 outl(reg | HCFG_GPOUT1 | HCFG_GPOUT2, emu->port + HCFG); in snd_emu10k1_init()
338 outl(reg, emu->port + HCFG); in snd_emu10k1_init()
[all …]
Demufx.c2445 outl(HCFG_LOCKTANKCACHE_MASK | inl(emu->port + HCFG), emu->port + HCFG); in snd_emu10k1_fx8010_tram_setup()
2463 outl(inl(emu->port + HCFG) & ~HCFG_LOCKTANKCACHE_MASK, emu->port + HCFG); in snd_emu10k1_fx8010_tram_setup()
2729 outl(HCFG_LOCKTANKCACHE_MASK | inl(emu->port + HCFG), emu->port + HCFG); in snd_emu10k1_efx_resume()
2732 outl(inl(emu->port + HCFG) & ~HCFG_LOCKTANKCACHE_MASK, emu->port + HCFG); in snd_emu10k1_efx_resume()
Demu10k1x.c92 #define HCFG 0x14 /* Hardware config register */ macro
760 outl(HCFG_LOCKSOUNDCACHE, chip->port + HCFG); in snd_emu10k1x_free()
1011 outl(HCFG_LOCKSOUNDCACHE|HCFG_AUDIOENABLE, chip->port+HCFG); in snd_emu10k1x_create()
Demumixer.c1650 ucontrol->value.integer.value[0] = inl(emu->port + HCFG) & HCFG_GPOUT0 ? 1 : 0; in snd_emu10k1_shared_spdif_get()
1682 reg = inl(emu->port + HCFG); in snd_emu10k1_shared_spdif_put()
1688 outl(reg | val, emu->port + HCFG); in snd_emu10k1_shared_spdif_put()
/linux-4.1.27/drivers/usb/dwc2/
Dhcd_ddma.c172 hcfg = readl(hsotg->regs + HCFG); in dwc2_per_sched_enable()
184 writel(hcfg, hsotg->regs + HCFG); in dwc2_per_sched_enable()
196 hcfg = readl(hsotg->regs + HCFG); in dwc2_per_sched_disable()
205 writel(hcfg, hsotg->regs + HCFG); in dwc2_per_sched_disable()
Dcore.c107 hcfg = readl(hsotg->regs + HCFG); in dwc2_init_fs_ls_pclk_sel()
110 writel(hcfg, hsotg->regs + HCFG); in dwc2_init_fs_ls_pclk_sel()
665 hcfg = readl(hsotg->regs + HCFG); in dwc2_core_host_init()
667 writel(hcfg, hsotg->regs + HCFG); in dwc2_core_host_init()
694 hcfg = readl(hsotg->regs + HCFG); in dwc2_core_host_init()
696 writel(hcfg, hsotg->regs + HCFG); in dwc2_core_host_init()
1808 addr = hsotg->regs + HCFG; in dwc2_dump_host_registers()
Dhw.h630 #define HCFG HSOTG_REG(0x0400) macro
Dhcd_intr.c275 hcfg = readl(hsotg->regs + HCFG); in dwc2_hprt0_enable()
289 writel(hcfg, hsotg->regs + HCFG); in dwc2_hprt0_enable()
300 writel(hcfg, hsotg->regs + HCFG); in dwc2_hprt0_enable()
Dhcd.c2808 hcfg = readl(hsotg->regs + HCFG); in dwc2_hcd_init()
/linux-4.1.27/sound/pci/ca0106/
Dca0106_main.c829 hcfg = inl(emu->port + HCFG) ; in snd_ca0106_pcm_prepare_playback()
831 outl(hcfg, emu->port + HCFG); in snd_ca0106_pcm_prepare_playback()
931 hcfg = inl(emu->port + HCFG) ; in snd_ca0106_pcm_prepare_capture()
933 outl(hcfg, emu->port + HCFG); in snd_ca0106_pcm_prepare_capture()
1609 outl(HCFG_AC97 | HCFG_AUDIOENABLE, chip->port+HCFG); in ca0106_init_chip()
1656 outl(0, chip->port + HCFG); in ca0106_stop_chip()
Dca0106.h127 #define HCFG 0x14 /* Hardware config register */ macro
/linux-4.1.27/include/sound/
Demu10k1.h173 #define HCFG 0x14 /* Hardware config register */ macro