Lines Matching defs:ES18XX_PM
147 #define ES18XX_PM 0x07
1130 val = inb(chip->port + ES18XX_PM);
1155 unsigned char cur = inb(chip->port + ES18XX_PM);
1159 outb((cur & ~mask) | val, chip->port + ES18XX_PM);
1344 ES18XX_SINGLE("GPO0 Switch", 0, ES18XX_PM, 0, 1, ES18XX_FL_PMPORT),
1345 ES18XX_SINGLE("GPO1 Switch", 0, ES18XX_PM, 1, 1, ES18XX_FL_PMPORT),
1704 chip->pm_reg = (unsigned char)snd_es18xx_read(chip, ES18XX_PM);
1706 snd_es18xx_write(chip, ES18XX_PM, chip->pm_reg);
1707 snd_es18xx_write(chip, ES18XX_PM, chip->pm_reg ^= ES18XX_PM_SUS);
1717 snd_es18xx_write(chip, ES18XX_PM, chip->pm_reg ^= ES18XX_PM_FM);