Home
last modified time | relevance | path

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

/linux/sound/pci/emu10k1/
H A Demu10k1_main.c146 HCFG_MUTEBUTTONENABLE, emu->port + HCFG); in snd_emu10k1_init()
274 HCFG_AUDIOENABLE, emu->port + HCFG); in snd_emu10k1_init()
276 * Hokay, setup 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()
[all...]
H A Demu10k1x.c78 #define HCFG 0x14 /* Hardware config register */ macro
748 outl(HCFG_LOCKSOUNDCACHE, chip->port + HCFG); in snd_emu10k1x_free()
959 outl(HCFG_LOCKSOUNDCACHE|HCFG_AUDIOENABLE, chip->port+HCFG); in snd_emu10k1x_create()
/linux/drivers/usb/dwc2/
H A Dhcd_ddma.c158 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 Dhcd_intr.c272 hcfg = dwc2_readl(hsotg, HCFG); in dwc2_hprt0_enable()
280 "FS_PHY programming HCFG to 6 MHz\n"); in dwc2_hprt0_enable()
285 dwc2_writel(hsotg, hcfg, HCFG); in dwc2_hprt0_enable()
291 "FS_PHY programming HCFG to 48 MHz\n"); 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 Dhcd.c2154 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()
5666 /* Restore GUSBCFG, HCFG */ in dwc2_host_exit_hibernation()
[all...]
H A Dhw.h672 #define HCFG HSOTG_REG(0x0400) macro
H A Ddebugfs.c539 dump_register(HCFG),
/linux/include/sound/
H A Demu10k1.h189 #define HCFG 0x14 /* Hardware config register */ macro
233 /* Rest of HCFG 0x0000000f same as below. LOCKSOUNDCACHE etc. */
259 SUB_REG(HCFG, LOCKTANKCACHE, 0x00000004) /* 1 = Cancel bustmaster accesses to tankcache */