Lines Matching refs:wss_config
159 static void wss_set_config(void __iomem *wss_port, u8 wss_config) in wss_set_config() argument
161 iowrite8(wss_config, wss_port + WSS_PORT_CONFIG); in wss_set_config()
192 static u8 wss_config[SNDRV_CARDS]; variable
246 wss_config[n] |= WSS_CONFIG_IRQ_7; in snd_galaxy_match()
252 wss_config[n] |= WSS_CONFIG_IRQ_9; in snd_galaxy_match()
255 wss_config[n] |= WSS_CONFIG_IRQ_10; in snd_galaxy_match()
258 wss_config[n] |= WSS_CONFIG_IRQ_11; in snd_galaxy_match()
270 wss_config[n] |= WSS_CONFIG_DMA_0; in snd_galaxy_match()
273 wss_config[n] |= WSS_CONFIG_DMA_1; in snd_galaxy_match()
276 wss_config[n] |= WSS_CONFIG_DMA_3; in snd_galaxy_match()
288 wss_config[n] |= WSS_CONFIG_DUPLEX; in snd_galaxy_match()
454 static int galaxy_wss_config(struct snd_galaxy *galaxy, u8 wss_config) in galaxy_wss_config() argument
462 wss_set_config(galaxy->wss_port, wss_config); in galaxy_wss_config()
539 err = galaxy_wss_config(galaxy, wss_config[n]); in __snd_galaxy_probe()