Lines Matching full:arbitration
939 * NCR5380_select - attempt arbitration and selection for a given command
944 * ARBITRATION, SELECTION and MESSAGE OUT phases and an IDENTIFY message.
950 * If bus busy, arbitration failed, etc, NCR5380_select() will exit
977 dsprintk(NDEBUG_ARBITRATION, instance, "starting arbitration, id = %d\n", in NCR5380_select()
981 * Arbitration and selection phases are slow and involve dropping the in NCR5380_select()
997 * Start arbitration. in NCR5380_select()
1004 * Bus Free Delay, arbitration will begin. in NCR5380_select()
1024 "select: arbitration timeout\n"); in NCR5380_select()
1029 /* The SCSI-2 arbitration delay is 2.4 us */ in NCR5380_select()
1032 /* Check for lost arbitration */ in NCR5380_select()
1037 dsprintk(NDEBUG_ARBITRATION, instance, "lost arbitration, deasserting MR_ARBITRATE\n"); in NCR5380_select()
1042 /* After/during arbitration, BSY should be asserted. in NCR5380_select()
1071 dsprintk(NDEBUG_ARBITRATION, instance, "won arbitration\n"); in NCR5380_select()
1074 * Now that we have won arbitration, start Selection process, asserting in NCR5380_select()
1081 * Raise ATN while SEL is true before BSY goes false from arbitration, in NCR5380_select()
1141 shost_printk(KERN_ERR, instance, "reselection after won arbitration?\n"); in NCR5380_select()
1840 * arbitration can resume. in NCR5380_information_transfer()
1871 * arbitration can resume. in NCR5380_information_transfer()
2029 * Disable arbitration, etc. since the host adapter obviously in NCR5380_reselect()