tag | line | file | source code |
---|---|---|---|
trix_read | 99 | drivers/sound/trix.c | if (trix_read (0x15) != 0x71) /* No asic signature */ |
trix_read | 138 | drivers/sound/trix.c | trix_write (0x19, (trix_read (0x19) & 0x03) | addr_bits); |
trix_read | 255 | drivers/sound/trix.c | tmp = trix_read (0x13) & ~30; |
trix_read | 258 | drivers/sound/trix.c | tmp = trix_read (0x14) & ~30; |
trix_read | 411 | drivers/sound/trix.c | trix_write (0x19, (trix_read (0x19) & 0x83) | conf); |