Searched refs:SBP (Results 1 – 6 of 6) sorted by relevance
/linux/sound/isa/sb/ |
H A D | sb_common.c | 37 if ((inb(SBP(chip, STATUS)) & 0x80) == 0) { in snd_sbdsp_command() 38 outb(val, SBP(chip, COMMAND)); in snd_sbdsp_command() 50 if (inb(SBP(chip, DATA_AVAIL)) & 0x80) { in snd_sbdsp_get_byte() 51 val = inb(SBP(chip, READ)); in snd_sbdsp_get_byte() 66 outb(1, SBP(chip, RESET)); in snd_sbdsp_reset() 68 outb(0, SBP(chip, RESET)); in snd_sbdsp_reset() 71 if (inb(SBP(chip, DATA_AVAIL)) & 0x80) { in snd_sbdsp_reset() 72 if (inb(SBP(chip, READ)) == 0xaa) in snd_sbdsp_reset()
|
H A D | sb8_midi.c | 34 inb(SBP(chip, DATA_AVAIL)); /* ack interrupt */ in snd_sb8dsp_midi_interrupt() 40 if (inb(SBP(chip, DATA_AVAIL)) & 0x80) { in snd_sb8dsp_midi_interrupt() 41 byte = inb(SBP(chip, READ)); in snd_sb8dsp_midi_interrupt() 184 while ((inb(SBP(chip, STATUS)) & 0x80) != 0 && --timeout > 0) in snd_sb8dsp_midi_output_write() 191 outb(byte, SBP(chip, WRITE)); in snd_sb8dsp_midi_output_write()
|
/linux/include/sound/ |
H A D | sb.h | 105 #define SBP(chip, x) ((chip)->port + s_b_SB_##x) macro 267 inb(SBP(chip, DATA_AVAIL)); in snd_sb_ack_8bit() 272 inb(SBP(chip, DATA_AVAIL_16)); in snd_sb_ack_16bit()
|
/linux/drivers/target/sbp/ |
H A D | Kconfig | 3 tristate "FireWire SBP-2 fabric module"
|
/linux/Documentation/ABI/stable/ |
H A D | sysfs-bus-firewire | 122 logical unit of an SBP-2 target. The identifiers are specified 124 unique properties the SBP-2 attached target.
|
/linux/ |
H A D | MAINTAINERS | 9487 FIREWIRE SBP-2 TARGET
|