GCTL              279 drivers/ata/sata_nv.c #define NV_ADMA_CHECK_INTR(GCTL, PORT) ((GCTL) & (1 << (19 + (12 * (PORT)))))
GCTL               64 drivers/usb/dwc3/debugfs.c 	dump_register(GCTL),
GCTL              274 drivers/video/fbdev/matrox/matroxfb_base.h 	unsigned char	GCTL[9];
GCTL              221 drivers/video/fbdev/matrox/matroxfb_misc.c 	hw->GCTL[0] = 0x00;
GCTL              222 drivers/video/fbdev/matrox/matroxfb_misc.c 	hw->GCTL[1] = 0x00;
GCTL              223 drivers/video/fbdev/matrox/matroxfb_misc.c 	hw->GCTL[2] = 0x00;
GCTL              224 drivers/video/fbdev/matrox/matroxfb_misc.c 	hw->GCTL[3] = 0x00;
GCTL              225 drivers/video/fbdev/matrox/matroxfb_misc.c 	hw->GCTL[4] = 0x00;
GCTL              226 drivers/video/fbdev/matrox/matroxfb_misc.c 	hw->GCTL[5] = 0x40;
GCTL              227 drivers/video/fbdev/matrox/matroxfb_misc.c 	hw->GCTL[6] = 0x05;
GCTL              228 drivers/video/fbdev/matrox/matroxfb_misc.c 	hw->GCTL[7] = 0x0F;
GCTL              229 drivers/video/fbdev/matrox/matroxfb_misc.c 	hw->GCTL[8] = 0xFF;
GCTL              353 drivers/video/fbdev/matrox/matroxfb_misc.c 		dprintk("%02X:", hw->GCTL[i]);
GCTL              375 drivers/video/fbdev/matrox/matroxfb_misc.c 		mga_setr(M_GRAPHICS_INDEX, i, hw->GCTL[i]);
GCTL               83 sound/hda/hdac_controller.c 	snd_hdac_chip_updatel(bus, GCTL, AZX_GCTL_UNSOL, AZX_GCTL_UNSOL);
GCTL              120 sound/hda/hdac_controller.c 	snd_hdac_chip_updatel(bus, GCTL, AZX_GCTL_UNSOL, 0);
GCTL              365 sound/hda/hdac_controller.c 	snd_hdac_chip_updatel(bus, GCTL, AZX_GCTL_RESET, 0);
GCTL              368 sound/hda/hdac_controller.c 	while ((snd_hdac_chip_readb(bus, GCTL) & AZX_GCTL_RESET) &&
GCTL              384 sound/hda/hdac_controller.c 	snd_hdac_chip_updateb(bus, GCTL, AZX_GCTL_RESET, AZX_GCTL_RESET);
GCTL              387 sound/hda/hdac_controller.c 	while (!snd_hdac_chip_readb(bus, GCTL) && time_before(jiffies, timeout))
GCTL              417 sound/hda/hdac_controller.c 	if (!snd_hdac_chip_readb(bus, GCTL)) {
GCTL             1333 sound/pci/ctxfi/cthw20k1.c 	gctl = hw_read_20kx(hw, GCTL);
GCTL             1335 sound/pci/ctxfi/cthw20k1.c 	hw_write_20kx(hw, GCTL, gctl);
GCTL             1337 sound/pci/ctxfi/cthw20k1.c 	hw_write_20kx(hw, GCTL, gctl);
GCTL             1340 sound/pci/ctxfi/cthw20k1.c 		gctl = hw_read_20kx(hw, GCTL);
GCTL             2016 sound/pci/ctxfi/cthw20k1.c 	gctl = hw_read_20kx(hw, GCTL);
GCTL             2022 sound/pci/ctxfi/cthw20k1.c 	hw_write_20kx(hw, GCTL, gctl);
GCTL              298 sound/pci/lola/lola.c 	unsigned int gctl = lola_readl(chip, BAR0, GCTL);
GCTL              308 sound/pci/lola/lola.c 	lola_writel(chip, BAR0, GCTL, LOLA_GCTL_RESET);
GCTL              312 sound/pci/lola/lola.c 		gctl = lola_readl(chip, BAR0, GCTL);
GCTL              199 sound/soc/intel/skylake/skl.c 	if (!(snd_hdac_chip_readb(bus, GCTL) & AZX_GCTL_RESET)) {
GCTL              196 sound/soc/sof/intel/hda-ctrl.c 	if (!snd_hdac_chip_readb(bus, GCTL)) {
GCTL              202 sound/soc/sof/intel/hda-ctrl.c 	snd_hdac_chip_updatel(bus, GCTL, AZX_GCTL_UNSOL, AZX_GCTL_UNSOL);