Home | History | Annotate | Download | only in ic

Lines Matching defs:scbid

2546 	u_int	scbid;
2553 scbid = ahc_inb(ahc, SCB_TAG);
2554 scb = ahc_lookup_scb(ahc, scbid);
5123 u_int scbid;
5131 scbid = ahc_inb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl));
5135 scbid = ahc_inb(ahc, BUSY_TARGETS + target_offset);
5138 return (scbid);
5160 ahc_busy_tcl(struct ahc_softc *ahc, u_int tcl, u_int scbid)
5169 ahc_outb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl), scbid);
5173 ahc_outb(ahc, BUSY_TARGETS + target_offset, scbid);
5815 u_int scbid;
5819 scbid = ahc_index_busy_tcl(ahc, tcl);
5820 scbp = ahc_lookup_scb(ahc, scbid);
5848 u_int scbid;
5851 scbid = ahc_inb(ahc, SCB_TAG);
5852 scbp = ahc_lookup_scb(ahc, scbid);
5853 if ((scbp == NULL && scbid != SCB_LIST_NULL)