Searched refs:tcl (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/scsi/aic7xxx/ | 
| D | aic7xxx.h | 99 #define TCL_TARGET_OFFSET(tcl) \  argument100 	((((tcl) >> 4) & TID) >> 4)
 101 #define TCL_LUN(tcl) \  argument
 102 	(tcl & (AHC_NUM_LUNS - 1))
 
 | 
| D | aic79xx.h | 100 #define TCL_TARGET_OFFSET(tcl) \  argument101 	((((tcl) >> 4) & TID) >> 4)
 102 #define TCL_LUN(tcl) \  argument
 103 	(tcl & (AHD_NUM_LUNS - 1))
 
 | 
| D | aic7xxx_core.c | 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()
 [all …]
 
 | 
| D | aic79xx_core.c | 236 static void		ahd_busy_tcl(struct ahd_softc *ahd, u_int tcl,244 static u_int		ahd_find_busy_tcl(struct ahd_softc *ahd, u_int tcl);
 1082 ahd_unbusy_tcl(struct ahd_softc *ahd, u_int tcl)  in ahd_unbusy_tcl()  argument
 1084 	ahd_busy_tcl(ahd, tcl, SCB_LIST_NULL);  in ahd_unbusy_tcl()
 7944 ahd_index_busy_tcl(struct ahd_softc *ahd, u_int *saved_scbid, u_int tcl)  in ahd_index_busy_tcl()  argument
 7951 	ahd_set_scbptr(ahd, TCL_LUN(tcl)  in ahd_index_busy_tcl()
 7952 		     | ((TCL_TARGET_OFFSET(tcl) & 0xC) << 4));  in ahd_index_busy_tcl()
 7959 	return (((TCL_TARGET_OFFSET(tcl) & 0x3) << 1) + SCB_DISCONNECTED_LISTS);  in ahd_index_busy_tcl()
 7966 ahd_find_busy_tcl(struct ahd_softc *ahd, u_int tcl)  in ahd_find_busy_tcl()  argument
 7972 	scb_offset = ahd_index_busy_tcl(ahd, &saved_scbptr, tcl);  in ahd_find_busy_tcl()
 [all …]
 
 | 
| /Linux-v5.4/arch/arm/boot/dts/ | 
| D | am335x-sl50.dts | 13 	compatible = "tcl,am335x-sl50", "ti,am33xx";
 | 
| /Linux-v5.4/arch/mips/include/asm/octeon/ | 
| D | cvmx-lmcx-defs.h | 1796 		uint64_t tcl:4;  member1808 		uint64_t tcl:4;
 
 |