Searched refs:HCFG (Results 1 – 9 of 9) sorted by relevance
/linux/sound/pci/emu10k1/ |
H A D | emu10k1_main.c | 146 HCFG_MUTEBUTTONENABLE, emu->port + HCFG); in snd_emu10k1_init() 274 HCFG_AUDIOENABLE, emu->port + HCFG); in snd_emu10k1_init() 287 HCFG_AUTOMUTE | HCFG_JOYENABLE, emu->port + HCFG); in snd_emu10k1_init() 289 outl(HCFG_AUTOMUTE | HCFG_JOYENABLE, emu->port + HCFG); in snd_emu10k1_init() 295 outl(HCFG_LOCKTANKCACHE_MASK | HCFG_AUTOMUTE, emu->port + HCFG); in snd_emu10k1_init() 298 outl(HCFG_LOCKTANKCACHE_MASK | HCFG_AUTOMUTE | HCFG_JOYENABLE, emu->port + HCFG); in snd_emu10k1_init() 313 unsigned int reg = inl(emu->port + HCFG); in snd_emu10k1_init() 314 outl(reg | HCFG_GPOUT2, emu->port + HCFG); in snd_emu10k1_init() 316 outl(reg | HCFG_GPOUT1 | HCFG_GPOUT2, emu->port + HCFG); in snd_emu10k1_init() 318 outl(reg, emu->port + HCFG); in snd_emu10k1_init() [all …]
|
H A D | emu10k1x.c | 77 #define HCFG 0x14 /* Hardware config register */ macro 747 outl(HCFG_LOCKSOUNDCACHE, chip->port + HCFG); in snd_emu10k1x_free() 958 outl(HCFG_LOCKSOUNDCACHE|HCFG_AUDIOENABLE, chip->port+HCFG); in snd_emu10k1x_create()
|
H A D | emufx.c | 2418 outl(HCFG_LOCKTANKCACHE_MASK | inl(emu->port + HCFG), emu->port + HCFG); in snd_emu10k1_fx8010_tram_setup() 2436 outl(inl(emu->port + HCFG) & ~HCFG_LOCKTANKCACHE_MASK, emu->port + HCFG); in snd_emu10k1_fx8010_tram_setup() 2704 outl(HCFG_LOCKTANKCACHE_MASK | inl(emu->port + HCFG), emu->port + HCFG); in snd_emu10k1_efx_resume() 2707 outl(inl(emu->port + HCFG) & ~HCFG_LOCKTANKCACHE_MASK, emu->port + HCFG); in snd_emu10k1_efx_resume()
|
H A D | emumixer.c | 1872 ucontrol->value.integer.value[0] = inl(emu->port + HCFG) & HCFG_GPOUT0 ? 1 : 0; in snd_emu10k1_shared_spdif_get() 1903 reg = inl(emu->port + HCFG); in snd_emu10k1_shared_spdif_put() 1909 outl(reg | val, emu->port + HCFG); in snd_emu10k1_shared_spdif_put()
|
/linux/drivers/usb/dwc2/ |
H A D | hcd_ddma.c | 158 hcfg = dwc2_readl(hsotg, HCFG); in dwc2_per_sched_enable() 170 dwc2_writel(hsotg, hcfg, HCFG); in dwc2_per_sched_enable() 182 hcfg = dwc2_readl(hsotg, HCFG); in dwc2_per_sched_disable() 191 dwc2_writel(hsotg, hcfg, HCFG); in dwc2_per_sched_disable()
|
H A D | hcd_intr.c | 272 hcfg = dwc2_readl(hsotg, HCFG); in dwc2_hprt0_enable() 285 dwc2_writel(hsotg, hcfg, HCFG); in dwc2_hprt0_enable() 296 dwc2_writel(hsotg, hcfg, HCFG); in dwc2_hprt0_enable() 379 hcfg = dwc2_readl(hsotg, HCFG); in dwc2_port_intr() 381 dwc2_writel(hsotg, hcfg, HCFG); in dwc2_port_intr()
|
H A D | hcd.c | 2154 hcfg = dwc2_readl(hsotg, HCFG); in dwc2_core_host_init() 2156 dwc2_writel(hsotg, hcfg, HCFG); in dwc2_core_host_init() 2184 hcfg = dwc2_readl(hsotg, HCFG); in dwc2_core_host_init() 2186 dwc2_writel(hsotg, hcfg, HCFG); in dwc2_core_host_init() 3600 hcfg = dwc2_readl(hsotg, HCFG); in dwc2_hcd_hub_control() 3602 dwc2_writel(hsotg, hcfg, HCFG); in dwc2_hcd_hub_control() 5118 hcfg = dwc2_readl(hsotg, HCFG); in dwc2_hcd_init() 5413 hr->hcfg = dwc2_readl(hsotg, HCFG); in dwc2_backup_host_registers() 5456 dwc2_writel(hsotg, hr->hcfg, HCFG); in dwc2_restore_host_registers() 5634 dwc2_writel(hsotg, hr->hcfg, HCFG); in dwc2_host_exit_hibernation()
|
H A D | debugfs.c | 539 dump_register(HCFG),
|
/linux/include/sound/ |
H A D | emu10k1.h | 189 #define HCFG 0x14 /* Hardware config register */ macro 259 SUB_REG(HCFG, LOCKTANKCACHE, 0x00000004) /* 1 = Cancel bustmaster accesses to tankcache */
|