tag | line | file | source code |
unit | 160 | drivers/block/floppy.c | #define REVDRIVE(fdc, unit) ( (unit) + ((fdc) << 2 )) |
unit | 569 | drivers/block/floppy.c | static inline int is_selected(int dor, int unit) |
unit | 571 | drivers/block/floppy.c | return ( (dor & (0x10 << unit)) && (dor &3) == unit); |
unit | 576 | drivers/block/floppy.c | register unsigned char drive, unit, newdor,olddor; |
unit | 584 | drivers/block/floppy.c | unit = olddor & 0x3; |
unit | 585 | drivers/block/floppy.c | if(is_selected(olddor, unit) && !is_selected(newdor,unit)){ |
unit | 586 | drivers/block/floppy.c | drive = REVDRIVE(fdc,unit); |
unit | 597 | drivers/block/floppy.c | unit = newdor & 0x3; |
unit | 598 | drivers/block/floppy.c | if(!is_selected(olddor, unit) && is_selected(newdor,unit)){ |
unit | 599 | drivers/block/floppy.c | drive = REVDRIVE(fdc,unit); |
unit | 84 | drivers/sound/dev_table.c | sndtable_probe (int unit, struct address_info *hw_config) |
unit | 88 | drivers/sound/dev_table.c | if (!unit) |
unit | 93 | drivers/sound/dev_table.c | if (snd_installed_cards[i].card_type == unit) |
unit | 117 | drivers/sound/dev_table.c | sndtable_init_card (int unit, struct address_info *hw_config) |
unit | 121 | drivers/sound/dev_table.c | if (!unit) |
unit | 129 | drivers/sound/dev_table.c | if (snd_installed_cards[i].card_type == unit) |
unit | 77 | drivers/sound/sb16_midi.c | sb16midiintr (int unit) |
unit | 134 | drivers/sound/sb_dsp.c | sbintr (int unit, struct pt_regs *regs) |
unit | 150 | drivers/sound/sb_dsp.c | sb16_dsp_interrupt (unit); |
unit | 154 | drivers/sound/sb_dsp.c | sb16midiintr (unit); /* |
unit | 195 | drivers/sound/sb_dsp.c | sb_midi_interrupt (unit); |
unit | 131 | drivers/sound/sound_calls.h | void sb16midiintr (int unit); |
unit | 96 | drivers/sound/uart6850.c | m6850intr (int unit, struct pt_regs * regs) |