tag | line | file | source code |
---|---|---|---|
current_hwif | 331 | drivers/block/ide.c | static volatile byte current_hwif = 0; /* for two i/f on one IRQ */ |
current_hwif | 866 | drivers/block/ide.c | hwif = current_hwif; |
current_hwif | 1036 | drivers/block/ide.c | current_hwif = hwif; /* used *only* when sharing_single_irq==1 */ |
current_hwif | 1145 | drivers/block/ide.c | DO_IDE_REQUEST(current_hwif); |
current_hwif | 1230 | drivers/block/ide.c | IDE_INTR(current_hwif); |