Home
last modified time | relevance | path

Searched refs:tcl (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/scsi/aic7xxx/
A Daic7xxx.h99 #define TCL_TARGET_OFFSET(tcl) \ argument
100 ((((tcl) >> 4) & TID) >> 4)
101 #define TCL_LUN(tcl) \ argument
102 (tcl & (AHC_NUM_LUNS - 1))
A Daic79xx.h100 #define TCL_TARGET_OFFSET(tcl) \ argument
101 ((((tcl) >> 4) & TID) >> 4)
102 #define TCL_LUN(tcl) \ argument
103 (tcl & (AHD_NUM_LUNS - 1))
A Daic7xxx_core.c236 u_int tcl, u_int busyid);
5642 ahc_outb(ahc, SCBPTR, TCL_LUN(tcl)); in ahc_index_busy_tcl()
5646 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_index_busy_tcl()
5654 ahc_unbusy_tcl(struct ahc_softc *ahc, u_int tcl) in ahc_unbusy_tcl() argument
5662 ahc_outb(ahc, SCBPTR, TCL_LUN(tcl)); in ahc_unbusy_tcl()
5666 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_unbusy_tcl()
5680 ahc_outb(ahc, SCBPTR, TCL_LUN(tcl)); in ahc_busy_tcl()
5684 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_busy_tcl()
6324 u_int tcl; in ahc_abort_scbs() local
6326 tcl = BUILD_TCL(i << 4, j); in ahc_abort_scbs()
[all …]
A Daic79xx_core.c236 static void ahd_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()
7906 ahd_set_scbptr(ahd, TCL_LUN(tcl) in ahd_index_busy_tcl()
7907 | ((TCL_TARGET_OFFSET(tcl) & 0xC) << 4)); in ahd_index_busy_tcl()
7921 ahd_find_busy_tcl(struct ahd_softc *ahd, u_int tcl) in ahd_find_busy_tcl() argument
7927 scb_offset = ahd_index_busy_tcl(ahd, &saved_scbptr, tcl); in ahd_find_busy_tcl()
7939 scb_offset = ahd_index_busy_tcl(ahd, &saved_scbptr, tcl); in ahd_busy_tcl()
8532 u_int tcl; in ahd_abort_scbs() local
8534 tcl = BUILD_TCL_RAW(i, 'A', j); in ahd_abort_scbs()
[all …]
/linux/arch/arm/boot/dts/
A Dam335x-sl50.dts13 compatible = "tcl,am335x-sl50", "ti,am33xx";
/linux/arch/mips/include/asm/octeon/
A Dcvmx-lmcx-defs.h1796 uint64_t tcl:4; member
1808 uint64_t tcl:4;
/linux/Documentation/devicetree/bindings/
A Dvendor-prefixes.yaml1174 "^tcl,.*":

Completed in 55 milliseconds