Home | History | Annotate | Download | only in ic

Lines Matching refs:tcl

5023 				u_int tcl;
5025 tcl = BUILD_TCL(i << 4, j);
5026 *ptr = ahc_index_busy_tcl(ahc, tcl);
5105 u_int tcl;
5107 tcl = BUILD_TCL(i << 4, j);
5108 ahc_busy_tcl(ahc, tcl, *ptr);
5121 ahc_index_busy_tcl(struct ahc_softc *ahc, u_int tcl)
5130 ahc_outb(ahc, SCBPTR, TCL_LUN(tcl));
5131 scbid = ahc_inb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl));
5134 target_offset = TCL_TARGET_OFFSET(tcl);
5142 ahc_unbusy_tcl(struct ahc_softc *ahc, u_int tcl)
5150 ahc_outb(ahc, SCBPTR, TCL_LUN(tcl));
5151 ahc_outb(ahc, SCB_64_BTT+TCL_TARGET_OFFSET(tcl), SCB_LIST_NULL);
5154 target_offset = TCL_TARGET_OFFSET(tcl);
5160 ahc_busy_tcl(struct ahc_softc *ahc, u_int tcl, u_int scbid)
5168 ahc_outb(ahc, SCBPTR, TCL_LUN(tcl));
5169 ahc_outb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl), scbid);
5172 target_offset = TCL_TARGET_OFFSET(tcl);
5816 u_int tcl;
5818 tcl = BUILD_TCL(i << 4, j);
5819 scbid = ahc_index_busy_tcl(ahc, tcl);