tcl              1796 arch/mips/include/asm/octeon/cvmx-lmcx-defs.h 		uint64_t tcl:4;
tcl              1808 arch/mips/include/asm/octeon/cvmx-lmcx-defs.h 		uint64_t tcl:4;
tcl               100 drivers/scsi/aic7xxx/aic79xx.h #define TCL_TARGET_OFFSET(tcl) \
tcl               101 drivers/scsi/aic7xxx/aic79xx.h 	((((tcl) >> 4) & TID) >> 4)
tcl               102 drivers/scsi/aic7xxx/aic79xx.h #define TCL_LUN(tcl) \
tcl               103 drivers/scsi/aic7xxx/aic79xx.h 	(tcl & (AHD_NUM_LUNS - 1))
tcl               236 drivers/scsi/aic7xxx/aic79xx_core.c static void		ahd_busy_tcl(struct ahd_softc *ahd, u_int tcl,
tcl               244 drivers/scsi/aic7xxx/aic79xx_core.c static u_int		ahd_find_busy_tcl(struct ahd_softc *ahd, u_int tcl);
tcl              1082 drivers/scsi/aic7xxx/aic79xx_core.c ahd_unbusy_tcl(struct ahd_softc *ahd, u_int tcl)
tcl              1084 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_busy_tcl(ahd, tcl, SCB_LIST_NULL);
tcl              7944 drivers/scsi/aic7xxx/aic79xx_core.c ahd_index_busy_tcl(struct ahd_softc *ahd, u_int *saved_scbid, u_int tcl)
tcl              7951 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_set_scbptr(ahd, TCL_LUN(tcl)
tcl              7952 drivers/scsi/aic7xxx/aic79xx_core.c 		     | ((TCL_TARGET_OFFSET(tcl) & 0xC) << 4));
tcl              7959 drivers/scsi/aic7xxx/aic79xx_core.c 	return (((TCL_TARGET_OFFSET(tcl) & 0x3) << 1) + SCB_DISCONNECTED_LISTS);
tcl              7966 drivers/scsi/aic7xxx/aic79xx_core.c ahd_find_busy_tcl(struct ahd_softc *ahd, u_int tcl)
tcl              7972 drivers/scsi/aic7xxx/aic79xx_core.c 	scb_offset = ahd_index_busy_tcl(ahd, &saved_scbptr, tcl);
tcl              7979 drivers/scsi/aic7xxx/aic79xx_core.c ahd_busy_tcl(struct ahd_softc *ahd, u_int tcl, u_int scbid)
tcl              7984 drivers/scsi/aic7xxx/aic79xx_core.c 	scb_offset = ahd_index_busy_tcl(ahd, &saved_scbptr, tcl);
tcl              8577 drivers/scsi/aic7xxx/aic79xx_core.c 				u_int tcl;
tcl              8579 drivers/scsi/aic7xxx/aic79xx_core.c 				tcl = BUILD_TCL_RAW(i, 'A', j);
tcl              8580 drivers/scsi/aic7xxx/aic79xx_core.c 				scbid = ahd_find_busy_tcl(ahd, tcl);
tcl                99 drivers/scsi/aic7xxx/aic7xxx.h #define TCL_TARGET_OFFSET(tcl) \
tcl               100 drivers/scsi/aic7xxx/aic7xxx.h 	((((tcl) >> 4) & TID) >> 4)
tcl               101 drivers/scsi/aic7xxx/aic7xxx.h #define TCL_LUN(tcl) \
tcl               102 drivers/scsi/aic7xxx/aic7xxx.h 	(tcl & (AHC_NUM_LUNS - 1))
tcl               233 drivers/scsi/aic7xxx/aic7xxx_core.c static u_int		ahc_index_busy_tcl(struct ahc_softc *ahc, u_int tcl);
tcl               234 drivers/scsi/aic7xxx/aic7xxx_core.c static void		ahc_unbusy_tcl(struct ahc_softc *ahc, u_int tcl);
tcl               236 drivers/scsi/aic7xxx/aic7xxx_core.c 				     u_int tcl, u_int busyid);
tcl              5664 drivers/scsi/aic7xxx/aic7xxx_core.c ahc_index_busy_tcl(struct ahc_softc *ahc, u_int tcl)
tcl              5673 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCBPTR, TCL_LUN(tcl));
tcl              5674 drivers/scsi/aic7xxx/aic7xxx_core.c 		scbid = ahc_inb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl));
tcl              5677 drivers/scsi/aic7xxx/aic7xxx_core.c 		target_offset = TCL_TARGET_OFFSET(tcl);
tcl              5685 drivers/scsi/aic7xxx/aic7xxx_core.c ahc_unbusy_tcl(struct ahc_softc *ahc, u_int tcl)
tcl              5693 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCBPTR, TCL_LUN(tcl));
tcl              5694 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCB_64_BTT+TCL_TARGET_OFFSET(tcl), SCB_LIST_NULL);
tcl              5697 drivers/scsi/aic7xxx/aic7xxx_core.c 		target_offset = TCL_TARGET_OFFSET(tcl);
tcl              5703 drivers/scsi/aic7xxx/aic7xxx_core.c ahc_busy_tcl(struct ahc_softc *ahc, u_int tcl, u_int scbid)
tcl              5711 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCBPTR, TCL_LUN(tcl));
tcl              5712 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl), scbid);
tcl              5715 drivers/scsi/aic7xxx/aic7xxx_core.c 		target_offset = TCL_TARGET_OFFSET(tcl);
tcl              6357 drivers/scsi/aic7xxx/aic7xxx_core.c 				u_int tcl;
tcl              6359 drivers/scsi/aic7xxx/aic7xxx_core.c 				tcl = BUILD_TCL(i << 4, j);
tcl              6360 drivers/scsi/aic7xxx/aic7xxx_core.c 				scbid = ahc_index_busy_tcl(ahc, tcl);