Searched refs:GCTL (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/sound/hda/ |
D | hdac_controller.c | 117 snd_hdac_chip_updatel(bus, GCTL, AZX_GCTL_UNSOL, 0); in snd_hdac_bus_stop_cmd_io() 360 snd_hdac_chip_updatel(bus, GCTL, AZX_GCTL_RESET, 0); in snd_hdac_bus_enter_link_reset() 363 while ((snd_hdac_chip_readb(bus, GCTL) & AZX_GCTL_RESET) && in snd_hdac_bus_enter_link_reset() 379 snd_hdac_chip_updateb(bus, GCTL, 0, AZX_GCTL_RESET); in snd_hdac_bus_exit_link_reset() 382 while (!snd_hdac_chip_readb(bus, GCTL) && time_before(jiffies, timeout)) in snd_hdac_bus_exit_link_reset() 412 if (!snd_hdac_chip_readb(bus, GCTL)) { in snd_hdac_bus_reset_link() 418 snd_hdac_chip_updatel(bus, GCTL, 0, AZX_GCTL_UNSOL); in snd_hdac_bus_reset_link()
|
/Linux-v4.19/drivers/video/fbdev/matrox/ |
D | matroxfb_misc.c | 220 hw->GCTL[0] = 0x00; in matroxfb_vgaHWinit() 221 hw->GCTL[1] = 0x00; in matroxfb_vgaHWinit() 222 hw->GCTL[2] = 0x00; in matroxfb_vgaHWinit() 223 hw->GCTL[3] = 0x00; in matroxfb_vgaHWinit() 224 hw->GCTL[4] = 0x00; in matroxfb_vgaHWinit() 225 hw->GCTL[5] = 0x40; in matroxfb_vgaHWinit() 226 hw->GCTL[6] = 0x05; in matroxfb_vgaHWinit() 227 hw->GCTL[7] = 0x0F; in matroxfb_vgaHWinit() 228 hw->GCTL[8] = 0xFF; in matroxfb_vgaHWinit() 352 dprintk("%02X:", hw->GCTL[i]); in matroxfb_vgaHWrestore() [all …]
|
D | matroxfb_base.h | 274 unsigned char GCTL[9]; member
|
/Linux-v4.19/sound/pci/lola/ |
D | lola.c | 311 unsigned int gctl = lola_readl(chip, BAR0, GCTL); in reset_controller() 321 lola_writel(chip, BAR0, GCTL, LOLA_GCTL_RESET); in reset_controller() 325 gctl = lola_readl(chip, BAR0, GCTL); in reset_controller()
|
/Linux-v4.19/sound/pci/ctxfi/ |
D | cthw20k1.c | 1337 gctl = hw_read_20kx(hw, GCTL); in hw_auto_init() 1339 hw_write_20kx(hw, GCTL, gctl); in hw_auto_init() 1341 hw_write_20kx(hw, GCTL, gctl); in hw_auto_init() 1344 gctl = hw_read_20kx(hw, GCTL); in hw_auto_init() 2020 gctl = hw_read_20kx(hw, GCTL); in hw_card_init() 2026 hw_write_20kx(hw, GCTL, gctl); in hw_card_init()
|
D | ct20k1reg.h | 617 #define GCTL 0x1C6070 macro
|
/Linux-v4.19/drivers/usb/dwc3/ |
D | debugfs.c | 62 dump_register(GCTL),
|
/Linux-v4.19/drivers/ata/ |
D | sata_nv.c | 295 #define NV_ADMA_CHECK_INTR(GCTL, PORT) ((GCTL) & (1 << (19 + (12 * (PORT))))) argument
|