Home
last modified time | relevance | path

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

/linux-4.4.14/sound/isa/galaxy/
Dgalaxy.c182 #define CONFIG_PORT_SET 4 macro
440 u8 tmp = ioread8(galaxy->config_port + CONFIG_PORT_SET); in galaxy_set_config()
443 iowrite8(tmp | 0x80, galaxy->config_port + CONFIG_PORT_SET); in galaxy_set_config()
448 iowrite8(tmp & 0x7f, galaxy->config_port + CONFIG_PORT_SET); in galaxy_set_config()