tag | line | file | source code |
ctl_port | 472 | drivers/block/ide-tape.c | #define IDETAPE_CONTROL_REG (HWIF(drive)->ctl_port) |
ctl_port | 329 | drivers/block/ide.c | hwif->ctl_port = hwif->io_base ? hwif->io_base+0x206 : 0x000; |
ctl_port | 2416 | drivers/block/ide.c | if (check_region(hwif->io_base,8) || check_region(hwif->ctl_port,1)) { |
ctl_port | 2450 | drivers/block/ide.c | request_region(hwif->ctl_port, 1, hwif->name); |
ctl_port | 2725 | drivers/block/ide.c | hwif->ctl_port = vals[1]; |
ctl_port | 2922 | drivers/block/ide.c | hwif->io_base, hwif->io_base+7, hwif->ctl_port, irq); |
ctl_port | 99 | drivers/block/ide.h | #define IDE_CONTROL_REG (HWIF(drive)->ctl_port) |
ctl_port | 396 | drivers/block/ide.h | unsigned short ctl_port; /* usually io_base+0x206 */ |