Searched refs:GCTL (Results 1 – 6 of 6) sorted by relevance
| /linux/sound/hda/core/ |
| H A D | controller.c | 88 snd_hdac_chip_updatel(bus, GCTL, AZX_GCTL_UNSOL, AZX_GCTL_UNSOL); in snd_hdac_bus_init_cmd_io() 124 snd_hdac_chip_updatel(bus, GCTL, AZX_GCTL_UNSOL, 0); in snd_hdac_bus_stop_cmd_io() 495 snd_hdac_chip_updatel(bus, GCTL, AZX_GCTL_RESET, 0); in snd_hdac_bus_enter_link_reset() 498 while ((snd_hdac_chip_readb(bus, GCTL) & AZX_GCTL_RESET) && in snd_hdac_bus_enter_link_reset() 514 snd_hdac_chip_updateb(bus, GCTL, AZX_GCTL_RESET, AZX_GCTL_RESET); in snd_hdac_bus_exit_link_reset() 517 while (!snd_hdac_chip_readb(bus, GCTL) && time_before(jiffies, timeout)) in snd_hdac_bus_exit_link_reset() 529 if (snd_hdac_chip_readb(bus, GCTL) & AZX_GCTL_RESET) in snd_hdac_bus_reset_link() 548 if (!snd_hdac_chip_readb(bus, GCTL)) { in snd_hdac_bus_reset_link()
|
| /linux/sound/pci/ctxfi/ |
| H A D | cthw20k1.c | 1333 gctl = hw_read_20kx(hw, GCTL); in hw_auto_init() 1335 hw_write_20kx(hw, GCTL, gctl); in hw_auto_init() 1337 hw_write_20kx(hw, GCTL, gctl); in hw_auto_init() 1340 gctl = hw_read_20kx(hw, GCTL); in hw_auto_init() 2011 gctl = hw_read_20kx(hw, GCTL); in hw_card_init() 2017 hw_write_20kx(hw, GCTL, gctl); in hw_card_init()
|
| H A D | ct20k1reg.h | 614 #define GCTL 0x1C6070 macro
|
| /linux/drivers/video/fbdev/matrox/ |
| H A D | matroxfb_base.h | 273 unsigned char GCTL[9]; member
|
| /linux/drivers/usb/dwc3/ |
| H A D | debugfs.c | 60 dump_register(GCTL),
|
| /linux/drivers/ata/ |
| H A D | sata_nv.c | 280 #define NV_ADMA_CHECK_INTR(GCTL, PORT) ((GCTL) & (1 << (19 + (12 * (PORT))))) argument
|