Searched refs:GCTL (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/sound/hda/ |
D | hdac_controller.c | 84 snd_hdac_chip_updatel(bus, GCTL, AZX_GCTL_UNSOL, AZX_GCTL_UNSOL); in snd_hdac_bus_init_cmd_io() 121 snd_hdac_chip_updatel(bus, GCTL, AZX_GCTL_UNSOL, 0); in snd_hdac_bus_stop_cmd_io() 391 snd_hdac_chip_updatel(bus, GCTL, AZX_GCTL_RESET, 0); in snd_hdac_bus_enter_link_reset() 394 while ((snd_hdac_chip_readb(bus, GCTL) & AZX_GCTL_RESET) && in snd_hdac_bus_enter_link_reset() 410 snd_hdac_chip_updateb(bus, GCTL, AZX_GCTL_RESET, AZX_GCTL_RESET); in snd_hdac_bus_exit_link_reset() 413 while (!snd_hdac_chip_readb(bus, GCTL) && time_before(jiffies, timeout)) in snd_hdac_bus_exit_link_reset() 425 if (snd_hdac_chip_readb(bus, GCTL) & AZX_GCTL_RESET) in snd_hdac_bus_reset_link() 444 if (!snd_hdac_chip_readb(bus, GCTL)) { in snd_hdac_bus_reset_link()
|
/linux-6.1.9/drivers/video/fbdev/matrox/ |
D | matroxfb_misc.c | 221 hw->GCTL[0] = 0x00; in matroxfb_vgaHWinit() 222 hw->GCTL[1] = 0x00; in matroxfb_vgaHWinit() 223 hw->GCTL[2] = 0x00; in matroxfb_vgaHWinit() 224 hw->GCTL[3] = 0x00; in matroxfb_vgaHWinit() 225 hw->GCTL[4] = 0x00; in matroxfb_vgaHWinit() 226 hw->GCTL[5] = 0x40; in matroxfb_vgaHWinit() 227 hw->GCTL[6] = 0x05; in matroxfb_vgaHWinit() 228 hw->GCTL[7] = 0x0F; in matroxfb_vgaHWinit() 229 hw->GCTL[8] = 0xFF; in matroxfb_vgaHWinit() 353 dprintk("%02X:", hw->GCTL[i]); in matroxfb_vgaHWrestore() [all …]
|
D | matroxfb_base.h | 273 unsigned char GCTL[9]; member
|
/linux-6.1.9/sound/soc/sof/intel/ |
D | hda-ctrl.c | 224 if (!snd_hdac_chip_readb(bus, GCTL)) { in hda_dsp_ctrl_init_chip() 231 snd_hdac_chip_updatel(bus, GCTL, AZX_GCTL_UNSOL, AZX_GCTL_UNSOL); in hda_dsp_ctrl_init_chip()
|
/linux-6.1.9/sound/pci/lola/ |
D | lola.c | 297 unsigned int gctl = lola_readl(chip, BAR0, GCTL); in reset_controller() 307 lola_writel(chip, BAR0, GCTL, LOLA_GCTL_RESET); in reset_controller() 311 gctl = lola_readl(chip, BAR0, GCTL); in reset_controller()
|
/linux-6.1.9/sound/pci/ctxfi/ |
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() 2010 gctl = hw_read_20kx(hw, GCTL); in hw_card_init() 2016 hw_write_20kx(hw, GCTL, gctl); in hw_card_init()
|
D | ct20k1reg.h | 614 #define GCTL 0x1C6070 macro
|
/linux-6.1.9/sound/soc/intel/skylake/ |
D | skl.c | 202 if (!(snd_hdac_chip_readb(bus, GCTL) & AZX_GCTL_RESET)) { in skl_dum_set()
|
/linux-6.1.9/drivers/usb/dwc3/ |
D | debugfs.c | 64 dump_register(GCTL),
|
/linux-6.1.9/drivers/ata/ |
D | sata_nv.c | 280 #define NV_ADMA_CHECK_INTR(GCTL, PORT) ((GCTL) & (1 << (19 + (12 * (PORT))))) argument
|