Home
last modified time | relevance | path

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

/linux-4.1.27/sound/isa/
Des18xx.c162 #define ES18XX_PM 0x07 macro
1155 val = inb(chip->port + ES18XX_PM); in snd_es18xx_get_single()
1180 unsigned char cur = inb(chip->port + ES18XX_PM); in snd_es18xx_put_single()
1184 outb((cur & ~mask) | val, chip->port + ES18XX_PM); in snd_es18xx_put_single()
1369 ES18XX_SINGLE("GPO0 Switch", 0, ES18XX_PM, 0, 1, ES18XX_FL_PMPORT),
1370 ES18XX_SINGLE("GPO1 Switch", 0, ES18XX_PM, 1, 1, ES18XX_FL_PMPORT),
1736 chip->pm_reg = (unsigned char)snd_es18xx_read(chip, ES18XX_PM); in snd_es18xx_suspend()
1738 snd_es18xx_write(chip, ES18XX_PM, chip->pm_reg); in snd_es18xx_suspend()
1739 snd_es18xx_write(chip, ES18XX_PM, chip->pm_reg ^= ES18XX_PM_SUS); in snd_es18xx_suspend()
1749 snd_es18xx_write(chip, ES18XX_PM, chip->pm_reg ^= ES18XX_PM_FM); in snd_es18xx_resume()