| tag | line | file | source code |
| iomap | 53 | drivers/sound/sb_mixer.c | static mixer_tab *iomap; |
| iomap | 154 | drivers/sound/sb_mixer.c | mask = (1 << (*iomap)[dev][chn].nbits) - 1; |
| iomap | 157 | drivers/sound/sb_mixer.c | shift = (*iomap)[dev][chn].bitoffs - (*iomap)[dev][LEFT_CHN].nbits + 1; |
| iomap | 192 | drivers/sound/sb_mixer.c | regoffs = (*iomap)[dev][LEFT_CHN].regno; |
| iomap | 202 | drivers/sound/sb_mixer.c | if ((*iomap)[dev][RIGHT_CHN].regno != regoffs) /* Change register */ |
| iomap | 205 | drivers/sound/sb_mixer.c | regoffs = (*iomap)[dev][RIGHT_CHN].regno; |
| iomap | 393 | drivers/sound/sb_mixer.c | iomap = &sgnxpro_mix; |
| iomap | 400 | drivers/sound/sb_mixer.c | iomap = &sbpro_mix; |
| iomap | 409 | drivers/sound/sb_mixer.c | iomap = &sb16_mix; |