Lines Matching defs:ES18XX_PM
144 #define ES18XX_PM 0x07
1127 val = inb(chip->port + ES18XX_PM);
1152 unsigned char cur = inb(chip->port + ES18XX_PM);
1156 outb((cur & ~mask) | val, chip->port + ES18XX_PM);
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);
1702 snd_es18xx_write(chip, ES18XX_PM, chip->pm_reg);
1703 snd_es18xx_write(chip, ES18XX_PM, chip->pm_reg ^= ES18XX_PM_SUS);
1713 snd_es18xx_write(chip, ES18XX_PM, chip->pm_reg ^= ES18XX_PM_FM);