Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/hda/
H A Dhdac_controller.c96 snd_hdac_chip_updatel(bus, GCTL, AZX_GCTL_UNSOL, AZX_GCTL_UNSOL); in snd_hdac_bus_init_cmd_io()
133 snd_hdac_chip_updatel(bus, GCTL, AZX_GCTL_UNSOL, 0); in snd_hdac_bus_stop_cmd_io()
410 snd_hdac_chip_updatel(bus, GCTL, AZX_GCTL_RESET, 0); in snd_hdac_bus_enter_link_reset()
413 while ((snd_hdac_chip_readb(bus, GCTL) & AZX_GCTL_RESET) && in snd_hdac_bus_enter_link_reset()
429 snd_hdac_chip_updateb(bus, GCTL, AZX_GCTL_RESET, AZX_GCTL_RESET); in snd_hdac_bus_exit_link_reset()
432 while (!snd_hdac_chip_readb(bus, GCTL) && time_before(jiffies, timeout)) in snd_hdac_bus_exit_link_reset()
444 if (snd_hdac_chip_readb(bus, GCTL) & AZX_GCTL_RESET) in snd_hdac_bus_reset_link()
463 if (!snd_hdac_chip_readb(bus, GCTL)) { in snd_hdac_bus_reset_link()
/kernel/linux/linux-6.6/sound/hda/
H A Dhdac_controller.c87 snd_hdac_chip_updatel(bus, GCTL, AZX_GCTL_UNSOL, AZX_GCTL_UNSOL); in snd_hdac_bus_init_cmd_io()
124 snd_hdac_chip_updatel(bus, GCTL, AZX_GCTL_UNSOL, 0); in snd_hdac_bus_stop_cmd_io()
394 snd_hdac_chip_updatel(bus, GCTL, AZX_GCTL_RESET, 0); in snd_hdac_bus_enter_link_reset()
397 while ((snd_hdac_chip_readb(bus, GCTL) & AZX_GCTL_RESET) && in snd_hdac_bus_enter_link_reset()
413 snd_hdac_chip_updateb(bus, GCTL, AZX_GCTL_RESET, AZX_GCTL_RESET); in snd_hdac_bus_exit_link_reset()
416 while (!snd_hdac_chip_readb(bus, GCTL) && time_before(jiffies, timeout)) in snd_hdac_bus_exit_link_reset()
428 if (snd_hdac_chip_readb(bus, GCTL) & AZX_GCTL_RESET) in snd_hdac_bus_reset_link()
447 if (!snd_hdac_chip_readb(bus, GCTL)) { in snd_hdac_bus_reset_link()
/kernel/linux/linux-5.10/drivers/video/fbdev/matrox/
H A Dmatroxfb_misc.c220 /* GCTL is ignored when not using 0xA0000 aperture */ in matroxfb_vgaHWinit()
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[ in matroxfb_vgaHWinit()
[all...]
H A Dmatroxfb_base.h274 unsigned char GCTL[9]; member
/kernel/linux/linux-6.6/drivers/video/fbdev/matrox/
H A Dmatroxfb_misc.c220 /* GCTL is ignored when not using 0xA0000 aperture */ in matroxfb_vgaHWinit()
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[ in matroxfb_vgaHWinit()
[all...]
H A Dmatroxfb_base.h273 unsigned char GCTL[9]; member
/kernel/linux/linux-5.10/sound/soc/sof/intel/
H A Dhda-ctrl.c224 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()
/kernel/linux/linux-6.6/sound/pci/lola/
H A Dlola.c297 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()
/kernel/linux/linux-5.10/sound/pci/lola/
H A Dlola.c298 unsigned int gctl = lola_readl(chip, BAR0, GCTL); in reset_controller()
308 lola_writel(chip, BAR0, GCTL, LOLA_GCTL_RESET); in reset_controller()
312 gctl = lola_readl(chip, BAR0, GCTL); in reset_controller()
/kernel/linux/linux-5.10/sound/pci/ctxfi/
H A Dcthw20k1.c1333 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()
2014 gctl = hw_read_20kx(hw, GCTL); in hw_card_init()
2020 hw_write_20kx(hw, GCTL, gctl); in hw_card_init()
H A Dct20k1reg.h614 #define GCTL 0x1C6070 macro
/kernel/linux/linux-6.6/sound/pci/ctxfi/
H A Dcthw20k1.c1333 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()
H A Dct20k1reg.h614 #define GCTL 0x1C6070 macro
/kernel/linux/linux-6.6/sound/soc/sof/intel/
H A Dhda-codec.c254 snd_hdac_chip_updatel(bus, GCTL, AZX_GCTL_UNSOL, AZX_GCTL_UNSOL); in hda_codec_detect_mask()
/kernel/linux/linux-5.10/drivers/usb/dwc3/
H A Ddebugfs.c64 dump_register(GCTL),
/kernel/linux/linux-5.10/sound/soc/intel/skylake/
H A Dskl.c202 if (!(snd_hdac_chip_readb(bus, GCTL) & AZX_GCTL_RESET)) { in skl_dum_set()
/kernel/linux/linux-6.6/drivers/usb/dwc3/
H A Ddebugfs.c64 dump_register(GCTL),
/kernel/linux/linux-6.6/sound/soc/intel/skylake/
H A Dskl.c202 if (!(snd_hdac_chip_readb(bus, GCTL) & AZX_GCTL_RESET)) { in skl_dum_set()
/kernel/linux/linux-5.10/drivers/ata/
H A Dsata_nv.c279 #define NV_ADMA_CHECK_INTR(GCTL, PORT) ((GCTL) & (1 << (19 + (12 * (PORT)))))
/kernel/linux/linux-6.6/drivers/ata/
H A Dsata_nv.c280 #define NV_ADMA_CHECK_INTR(GCTL, PORT) ((GCTL) & (1 << (19 + (12 * (PORT)))))

Completed in 30 milliseconds