tag | line | file | source code |
---|---|---|---|
current_hwif | 334 | drivers/block/ide.c | static volatile byte current_hwif = 0; /* for two i/f on one IRQ */ |
current_hwif | 873 | drivers/block/ide.c | hwif = current_hwif; |
current_hwif | 1043 | drivers/block/ide.c | current_hwif = hwif; /* used *only* when sharing_single_irq==1 */ |
current_hwif | 1152 | drivers/block/ide.c | DO_IDE_REQUEST(current_hwif); |
current_hwif | 1237 | drivers/block/ide.c | IDE_INTR(current_hwif); |