Lines Matching refs:tcl
233 static u_int ahc_index_busy_tcl(struct ahc_softc *ahc, u_int tcl);
234 static void ahc_unbusy_tcl(struct ahc_softc *ahc, u_int tcl);
236 u_int tcl, u_int busyid);
5664 ahc_index_busy_tcl(struct ahc_softc *ahc, u_int tcl) in ahc_index_busy_tcl() argument
5673 ahc_outb(ahc, SCBPTR, TCL_LUN(tcl)); in ahc_index_busy_tcl()
5674 scbid = ahc_inb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl)); in ahc_index_busy_tcl()
5677 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_index_busy_tcl()
5685 ahc_unbusy_tcl(struct ahc_softc *ahc, u_int tcl) in ahc_unbusy_tcl() argument
5693 ahc_outb(ahc, SCBPTR, TCL_LUN(tcl)); in ahc_unbusy_tcl()
5694 ahc_outb(ahc, SCB_64_BTT+TCL_TARGET_OFFSET(tcl), SCB_LIST_NULL); in ahc_unbusy_tcl()
5697 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_unbusy_tcl()
5703 ahc_busy_tcl(struct ahc_softc *ahc, u_int tcl, u_int scbid) in ahc_busy_tcl() argument
5711 ahc_outb(ahc, SCBPTR, TCL_LUN(tcl)); in ahc_busy_tcl()
5712 ahc_outb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl), scbid); in ahc_busy_tcl()
5715 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_busy_tcl()
6357 u_int tcl; in ahc_abort_scbs() local
6359 tcl = BUILD_TCL(i << 4, j); in ahc_abort_scbs()
6360 scbid = ahc_index_busy_tcl(ahc, tcl); in ahc_abort_scbs()