Searched refs:taskfile (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-taskfile.c2 * linux/drivers/ide/ide-taskfile.c Version 0.38 March 05, 2003
100 task_struct_t *taskfile = (task_struct_t *) task->tfRegister; local
119 hwif->OUTB(taskfile->feature, IDE_FEATURE_REG);
120 hwif->OUTB(taskfile->sector_count, IDE_NSECTOR_REG);
121 hwif->OUTB(taskfile->sector_number, IDE_SECTOR_REG);
122 hwif->OUTB(taskfile->low_cylinder, IDE_LCYL_REG);
123 hwif->OUTB(taskfile->high_cylinder, IDE_HCYL_REG);
125 hwif->OUTB((taskfile->device_head & HIHI) | drive->select.all, IDE_SELECT_REG);
129 hwif->OUTBSYNC(drive, taskfile->command, IDE_COMMAND_REG);
133 ide_execute_command(drive, taskfile
774 task_struct_t *taskfile = (task_struct_t *) task->tfRegister; local
[all...]
H A DMakefile16 ide-core-y += ide.o ide-io.o ide-iops.o ide-lib.o ide-probe.o ide-taskfile.o

Completed in 137 milliseconds