Lines Matching defs:tcl
4945 ahc_index_busy_tcl(struct ahc_softc *ahc, u_int tcl)
4954 ahc_outb(ahc, SCBPTR, TCL_LUN(tcl));
4955 scbid = ahc_inb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl));
4958 target_offset = TCL_TARGET_OFFSET(tcl);
4966 ahc_unbusy_tcl(struct ahc_softc *ahc, u_int tcl)
4974 ahc_outb(ahc, SCBPTR, TCL_LUN(tcl));
4975 ahc_outb(ahc, SCB_64_BTT+TCL_TARGET_OFFSET(tcl), SCB_LIST_NULL);
4978 target_offset = TCL_TARGET_OFFSET(tcl);
4984 ahc_busy_tcl(struct ahc_softc *ahc, u_int tcl, u_int scbid)
4992 ahc_outb(ahc, SCBPTR, TCL_LUN(tcl));
4993 ahc_outb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl), scbid);
4996 target_offset = TCL_TARGET_OFFSET(tcl);
5642 u_int tcl;
5644 tcl = BUILD_TCL(i << 4, j);
5645 scbid = ahc_index_busy_tcl(ahc, tcl);