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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dpdc4030.c168 ide_startstop_t startstop; local
185 if (ide_wait_stat(&startstop, drive,DATA_READY,BAD_W_STAT,WAIT_DRQ)) {
502 ide_startstop_t startstop; local
544 if (ide_wait_stat(&startstop, drive, DATA_READY, drive->bad_wstat, WAIT_DRQ)) {
546 return startstop;
H A Dide-cd.c563 static int cdrom_decode_status (ide_startstop_t *startstop, ide_drive_t *drive, argument
583 *startstop = ide_stopped;
595 *startstop = ide_error (drive, "request sense failure", stat);
663 *startstop = ide_error (drive, "cdrom_decode_status", stat);
677 *startstop = ide_stopped;
717 ide_startstop_t startstop; local
721 if (ide_wait_stat(&startstop, drive, 0, BUSY_STAT, WAIT_READY))
722 return startstop;
773 ide_startstop_t startstop; local
781 if (cdrom_decode_status (&startstop, driv
895 ide_startstop_t startstop; local
1144 ide_startstop_t startstop; local
1312 ide_startstop_t startstop; local
1529 ide_startstop_t startstop; local
[all...]
H A Dide-taskfile.c202 ide_startstop_t startstop; local
207 if (ide_wait_stat(&startstop, drive, DATA_READY, drive->bad_wstat, WAIT_DRQ)) {
211 return startstop;
503 ide_startstop_t startstop; local
505 if (ide_wait_stat(&startstop, drive, DATA_READY, drive->bad_wstat, WAIT_DRQ)) {
507 return startstop;
H A Dide.c1167 int ide_wait_stat (ide_startstop_t *startstop, ide_drive_t *drive, byte good, byte bad, unsigned long timeout) { argument
1174 *startstop = ide_stopped;
1186 *startstop = ide_error(drive, "status timeout", stat);
1204 *startstop = ide_error(drive, "status error", stat);
1331 ide_startstop_t startstop; local
1376 if (ide_wait_stat(&startstop, drive, drive->ready_stat, BUSY_STAT|DRQ_STAT, WAIT_READY)) {
1378 return startstop;
1518 ide_startstop_t startstop; local
1582 startstop = start_request(drive, rq);
1586 if (startstop
1686 ide_startstop_t startstop; local
1800 ide_startstop_t startstop; local
[all...]
H A Dide-dma.c585 ide_startstop_t startstop; local
594 startstop = ide_do_reset(drive);
599 return startstop;
H A Dide-floppy.c1021 ide_startstop_t startstop; local
1025 if (ide_wait_stat (&startstop,drive,DRQ_STAT,BUSY_STAT,WAIT_READY)) {
1027 return startstop;
1063 ide_startstop_t startstop; local
1066 if (ide_wait_stat (&startstop,drive,DRQ_STAT,BUSY_STAT,WAIT_READY)) {
1068 return startstop;
H A Dide-disk.c664 ide_startstop_t startstop; local
674 if (ide_wait_stat(&startstop, drive, DATA_READY, drive->bad_wstat, WAIT_DRQ)) {
677 return startstop;
H A Dide-tape.c1935 ide_startstop_t startstop; local
1937 if (ide_wait_stat (&startstop,drive,DRQ_STAT,BUSY_STAT,WAIT_READY)) {
1939 return startstop;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dide-scsi.c399 ide_startstop_t startstop; local
401 if (ide_wait_stat (&startstop,drive,DRQ_STAT,BUSY_STAT,WAIT_READY)) {
403 return startstop;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dide.h814 * cases return 1 after doing "*startstop = ide_error()", and the
815 * caller should return the updated value of "startstop" in this case.
816 * "startstop" is unchanged when the function returns 0;
818 int ide_wait_stat (ide_startstop_t *startstop, ide_drive_t *drive, byte good, byte bad, unsigned long timeout);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dide.h814 * cases return 1 after doing "*startstop = ide_error()", and the
815 * caller should return the updated value of "startstop" in this case.
816 * "startstop" is unchanged when the function returns 0;
818 int ide_wait_stat (ide_startstop_t *startstop, ide_drive_t *drive, byte good, byte bad, unsigned long timeout);

Completed in 208 milliseconds