Home
last modified time | relevance | path

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

/openbmc/linux/sound/isa/galaxy/
H A Dgalaxy.c169 #define CONFIG_PORT_SET 4 macro
430 u8 tmp = ioread8(galaxy->config_port + CONFIG_PORT_SET); in galaxy_set_config()
433 iowrite8(tmp | 0x80, galaxy->config_port + CONFIG_PORT_SET); in galaxy_set_config()
438 iowrite8(tmp & 0x7f, galaxy->config_port + CONFIG_PORT_SET); in galaxy_set_config()