Lines Matching refs:wss_config
172 static void wss_set_config(void __iomem *wss_port, u8 wss_config) in wss_set_config() argument
174 iowrite8(wss_config, wss_port + WSS_PORT_CONFIG); in wss_set_config()
205 static u8 wss_config[SNDRV_CARDS]; variable
259 wss_config[n] |= WSS_CONFIG_IRQ_7; in snd_galaxy_match()
264 wss_config[n] |= WSS_CONFIG_IRQ_9; in snd_galaxy_match()
267 wss_config[n] |= WSS_CONFIG_IRQ_10; in snd_galaxy_match()
270 wss_config[n] |= WSS_CONFIG_IRQ_11; in snd_galaxy_match()
282 wss_config[n] |= WSS_CONFIG_DMA_0; in snd_galaxy_match()
285 wss_config[n] |= WSS_CONFIG_DMA_1; in snd_galaxy_match()
288 wss_config[n] |= WSS_CONFIG_DMA_3; in snd_galaxy_match()
300 wss_config[n] |= WSS_CONFIG_DUPLEX; in snd_galaxy_match()
464 static int galaxy_wss_config(struct snd_galaxy *galaxy, u8 wss_config) in galaxy_wss_config() argument
472 wss_set_config(galaxy->wss_port, wss_config); in galaxy_wss_config()
555 err = galaxy_wss_config(galaxy, wss_config[n]); in snd_galaxy_probe()