tag | line | file | source code |
---|---|---|---|
trix_read | 91 | drivers/sound/trix.c | if (trix_read (0x15) != 0x71) /* No asic signature */ |
trix_read | 101 | drivers/sound/trix.c | trix_write (0x13, trix_read (0x13) & ~0x80); |
trix_read | 102 | drivers/sound/trix.c | trix_write (0x14, trix_read (0x14) & ~0x80); |
trix_read | 126 | drivers/sound/trix.c | trix_write (0x19, (trix_read (0x19) & 0x03) | addr_bits); |
trix_read | 329 | drivers/sound/trix.c | trix_write (0x19, (trix_read (0x19) & 0x83) | conf); |