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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-floppy.c713 * idefloppy_pc_intr is the usual interrupt handler which will be called
716 static ide_startstop_t idefloppy_pc_intr (ide_drive_t *drive) function
786 printk(KERN_ERR "ide-floppy: CoD != 0 in idefloppy_pc_intr\n");
808 &idefloppy_pc_intr,
840 ide_set_handler(drive, &idefloppy_pc_intr, IDEFLOPPY_WAIT_CMD, NULL); /* And set the interrupt handler again */
868 ide_set_handler(drive, &idefloppy_pc_intr, IDEFLOPPY_WAIT_CMD, NULL);
919 * 40 and 50msec work well. idefloppy_pc_intr will not be actually
924 &idefloppy_pc_intr, /* service routine for packet command */

Completed in 13 milliseconds