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