Symbol: GCTL
drivers/ata/sata_nv.c
280
#define NV_ADMA_CHECK_INTR(GCTL, PORT) ((GCTL) & (1 << (19 + (12 * (PORT)))))
drivers/usb/dwc3/debugfs.c
60
dump_register(GCTL),
drivers/video/fbdev/matrox/matroxfb_base.h
273
unsigned char GCTL[9];
drivers/video/fbdev/matrox/matroxfb_misc.c
222
hw->GCTL[0] = 0x00;
drivers/video/fbdev/matrox/matroxfb_misc.c
223
hw->GCTL[1] = 0x00;
drivers/video/fbdev/matrox/matroxfb_misc.c
224
hw->GCTL[2] = 0x00;
drivers/video/fbdev/matrox/matroxfb_misc.c
225
hw->GCTL[3] = 0x00;
drivers/video/fbdev/matrox/matroxfb_misc.c
226
hw->GCTL[4] = 0x00;
drivers/video/fbdev/matrox/matroxfb_misc.c
227
hw->GCTL[5] = 0x40;
drivers/video/fbdev/matrox/matroxfb_misc.c
228
hw->GCTL[6] = 0x05;
drivers/video/fbdev/matrox/matroxfb_misc.c
229
hw->GCTL[7] = 0x0F;
drivers/video/fbdev/matrox/matroxfb_misc.c
230
hw->GCTL[8] = 0xFF;
drivers/video/fbdev/matrox/matroxfb_misc.c
354
dprintk("%02X:", hw->GCTL[i]);
drivers/video/fbdev/matrox/matroxfb_misc.c
376
mga_setr(M_GRAPHICS_INDEX, i, hw->GCTL[i]);
sound/hda/core/controller.c
124
snd_hdac_chip_updatel(bus, GCTL, AZX_GCTL_UNSOL, 0);
sound/hda/core/controller.c
495
snd_hdac_chip_updatel(bus, GCTL, AZX_GCTL_RESET, 0);
sound/hda/core/controller.c
498
while ((snd_hdac_chip_readb(bus, GCTL) & AZX_GCTL_RESET) &&
sound/hda/core/controller.c
514
snd_hdac_chip_updateb(bus, GCTL, AZX_GCTL_RESET, AZX_GCTL_RESET);
sound/hda/core/controller.c
517
while (!snd_hdac_chip_readb(bus, GCTL) && time_before(jiffies, timeout))
sound/hda/core/controller.c
529
if (snd_hdac_chip_readb(bus, GCTL) & AZX_GCTL_RESET)
sound/hda/core/controller.c
548
if (!snd_hdac_chip_readb(bus, GCTL)) {
sound/hda/core/controller.c
88
snd_hdac_chip_updatel(bus, GCTL, AZX_GCTL_UNSOL, AZX_GCTL_UNSOL);
sound/pci/ctxfi/cthw20k1.c
1333
gctl = hw_read_20kx(hw, GCTL);
sound/pci/ctxfi/cthw20k1.c
1335
hw_write_20kx(hw, GCTL, gctl);
sound/pci/ctxfi/cthw20k1.c
1337
hw_write_20kx(hw, GCTL, gctl);
sound/pci/ctxfi/cthw20k1.c
1340
gctl = hw_read_20kx(hw, GCTL);
sound/pci/ctxfi/cthw20k1.c
2011
gctl = hw_read_20kx(hw, GCTL);
sound/pci/ctxfi/cthw20k1.c
2017
hw_write_20kx(hw, GCTL, gctl);
sound/pci/lola/lola.c
295
unsigned int gctl = lola_readl(chip, BAR0, GCTL);
sound/pci/lola/lola.c
305
lola_writel(chip, BAR0, GCTL, LOLA_GCTL_RESET);
sound/pci/lola/lola.c
309
gctl = lola_readl(chip, BAR0, GCTL);
sound/soc/sof/intel/hda-ctrl.c
224
snd_hdac_chip_updatel(bus, GCTL, AZX_GCTL_UNSOL, AZX_GCTL_UNSOL);