Lines Matching full:arbitration
941 * NCR5380_select - attempt arbitration and selection for a given command
946 * ARBITRATION, SELECTION and MESSAGE OUT phases and an IDENTIFY message.
952 * If bus busy, arbitration failed, etc, NCR5380_select() will exit
979 dsprintk(NDEBUG_ARBITRATION, instance, "starting arbitration, id = %d\n", in NCR5380_select()
983 * Arbitration and selection phases are slow and involve dropping the in NCR5380_select()
999 * Start arbitration. in NCR5380_select()
1006 * Bus Free Delay, arbitration will begin. in NCR5380_select()
1026 "select: arbitration timeout\n"); in NCR5380_select()
1031 /* The SCSI-2 arbitration delay is 2.4 us */ in NCR5380_select()
1034 /* Check for lost arbitration */ in NCR5380_select()
1039 dsprintk(NDEBUG_ARBITRATION, instance, "lost arbitration, deasserting MR_ARBITRATE\n"); in NCR5380_select()
1044 /* After/during arbitration, BSY should be asserted. in NCR5380_select()
1073 dsprintk(NDEBUG_ARBITRATION, instance, "won arbitration\n"); in NCR5380_select()
1076 * Now that we have won arbitration, start Selection process, asserting in NCR5380_select()
1083 * Raise ATN while SEL is true before BSY goes false from arbitration, in NCR5380_select()
1143 shost_printk(KERN_ERR, instance, "reselection after won arbitration?\n"); in NCR5380_select()
1848 * arbitration can resume. in NCR5380_information_transfer()
1878 * arbitration can resume. in NCR5380_information_transfer()
2035 * Disable arbitration, etc. since the host adapter obviously in NCR5380_reselect()