Lines Matching full:arbitration
943 * NCR5380_select - attempt arbitration and selection for a given command
948 * ARBITRATION, SELECTION and MESSAGE OUT phases and an IDENTIFY message.
954 * If bus busy, arbitration failed, etc, NCR5380_select() will exit
981 dsprintk(NDEBUG_ARBITRATION, instance, "starting arbitration, id = %d\n", in NCR5380_select()
985 * Arbitration and selection phases are slow and involve dropping the in NCR5380_select()
1001 * Start arbitration. in NCR5380_select()
1008 * Bus Free Delay, arbitration will begin. in NCR5380_select()
1028 "select: arbitration timeout\n"); in NCR5380_select()
1033 /* The SCSI-2 arbitration delay is 2.4 us */ in NCR5380_select()
1036 /* Check for lost arbitration */ in NCR5380_select()
1041 dsprintk(NDEBUG_ARBITRATION, instance, "lost arbitration, deasserting MR_ARBITRATE\n"); in NCR5380_select()
1046 /* After/during arbitration, BSY should be asserted. in NCR5380_select()
1075 dsprintk(NDEBUG_ARBITRATION, instance, "won arbitration\n"); in NCR5380_select()
1078 * Now that we have won arbitration, start Selection process, asserting in NCR5380_select()
1085 * Raise ATN while SEL is true before BSY goes false from arbitration, in NCR5380_select()
1145 shost_printk(KERN_ERR, instance, "reselection after won arbitration?\n"); in NCR5380_select()
1850 * arbitration can resume. in NCR5380_information_transfer()
1880 * arbitration can resume. in NCR5380_information_transfer()
2037 * Disable arbitration, etc. since the host adapter obviously in NCR5380_reselect()