Home
last modified time | relevance | path

Searched refs:ES18XX_PM (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/sound/isa/
Des18xx.c144 #define ES18XX_PM 0x07 macro
1127 val = inb(chip->port + ES18XX_PM); in snd_es18xx_get_single()
1152 unsigned char cur = inb(chip->port + ES18XX_PM); in snd_es18xx_put_single()
1156 outb((cur & ~mask) | val, chip->port + ES18XX_PM); in snd_es18xx_put_single()
1341 ES18XX_SINGLE("GPO0 Switch", 0, ES18XX_PM, 0, 1, ES18XX_FL_PMPORT),
1342 ES18XX_SINGLE("GPO1 Switch", 0, ES18XX_PM, 1, 1, ES18XX_FL_PMPORT),
1700 chip->pm_reg = (unsigned char)snd_es18xx_read(chip, ES18XX_PM); in snd_es18xx_suspend()
1702 snd_es18xx_write(chip, ES18XX_PM, chip->pm_reg); in snd_es18xx_suspend()
1703 snd_es18xx_write(chip, ES18XX_PM, chip->pm_reg ^= ES18XX_PM_SUS); in snd_es18xx_suspend()
1713 snd_es18xx_write(chip, ES18XX_PM, chip->pm_reg ^= ES18XX_PM_FM); in snd_es18xx_resume()