Searched refs:GCTL (Results 1 - 12 of 12) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/matrox/
H A Dmatroxfb_misc.c219 /* GCTL is ignored when not using 0xA0000 aperture */ matroxfb_vgaHWinit()
220 hw->GCTL[0] = 0x00; matroxfb_vgaHWinit()
221 hw->GCTL[1] = 0x00; matroxfb_vgaHWinit()
222 hw->GCTL[2] = 0x00; matroxfb_vgaHWinit()
223 hw->GCTL[3] = 0x00; matroxfb_vgaHWinit()
224 hw->GCTL[4] = 0x00; matroxfb_vgaHWinit()
225 hw->GCTL[5] = 0x40; matroxfb_vgaHWinit()
226 hw->GCTL[6] = 0x05; matroxfb_vgaHWinit()
227 hw->GCTL[7] = 0x0F; matroxfb_vgaHWinit()
228 hw->GCTL[8] = 0xFF; matroxfb_vgaHWinit()
352 dprintk("%02X:", hw->GCTL[i]); matroxfb_vgaHWrestore()
374 mga_setr(M_GRAPHICS_INDEX, i, hw->GCTL[i]); matroxfb_vgaHWrestore()
H A Dmatroxfb_base.h274 unsigned char GCTL[9]; member in struct:matrox_hw_state
/linux-4.4.14/sound/hda/
H A Dhdac_controller.c94 snd_hdac_chip_updatel(bus, GCTL, AZX_GCTL_UNSOL, 0); snd_hdac_bus_stop_cmd_io()
256 snd_hdac_chip_updatel(bus, GCTL, AZX_GCTL_RESET, 0); snd_hdac_bus_enter_link_reset()
259 while ((snd_hdac_chip_readb(bus, GCTL) & AZX_GCTL_RESET) && snd_hdac_bus_enter_link_reset()
275 snd_hdac_chip_updateb(bus, GCTL, 0, AZX_GCTL_RESET); snd_hdac_bus_exit_link_reset()
278 while (!snd_hdac_chip_readb(bus, GCTL) && time_before(jiffies, timeout)) snd_hdac_bus_exit_link_reset()
308 if (!snd_hdac_chip_readb(bus, GCTL)) { azx_reset()
314 snd_hdac_chip_updatel(bus, GCTL, 0, AZX_GCTL_UNSOL); azx_reset()
/linux-4.4.14/sound/pci/lola/
H A Dlola.c311 unsigned int gctl = lola_readl(chip, BAR0, GCTL); reset_controller()
321 lola_writel(chip, BAR0, GCTL, LOLA_GCTL_RESET); reset_controller()
325 gctl = lola_readl(chip, BAR0, GCTL); reset_controller()
H A Dlola.h149 /* GCTL reset bit */
151 /* GCTL unsolicited response enable bit */
/linux-4.4.14/arch/mips/netlogic/xlp/
H A Dusb-init-xlp2.c187 /* GCTL 0xc110 */ nlm_xlpii_usb_hw_reset()
/linux-4.4.14/sound/pci/ctxfi/
H A Dcthw20k1.c1343 gctl = hw_read_20kx(hw, GCTL); hw_auto_init()
1345 hw_write_20kx(hw, GCTL, gctl); hw_auto_init()
1347 hw_write_20kx(hw, GCTL, gctl); hw_auto_init()
1350 gctl = hw_read_20kx(hw, GCTL); hw_auto_init()
2027 gctl = hw_read_20kx(hw, GCTL); hw_card_init()
2033 hw_write_20kx(hw, GCTL, gctl); hw_card_init()
H A Dct20k1reg.h617 #define GCTL 0x1C6070 macro
/linux-4.4.14/drivers/usb/dwc3/
H A Ddebugfs.c47 dump_register(GCTL),
H A Dcore.h676 * @gctl: saved contents of GCTL register
/linux-4.4.14/arch/blackfin/kernel/
H A Ddebug-mmrs.c549 __UART(GCTL, gctl); bfin_debug_mmrs_uart()
571 __UART(GCTL, gctl); bfin_debug_mmrs_uart()
/linux-4.4.14/drivers/ata/
H A Dsata_nv.c295 #define NV_ADMA_CHECK_INTR(GCTL, PORT) ((GCTL) & (1 << (19 + (12 * (PORT)))))

Completed in 308 milliseconds