Searched refs:tcl (Results 1 - 10 of 10) sorted by relevance

/linux-4.4.14/include/uapi/drm/
H A Dradeon_drm.h91 #define RADEON_EMIT_SE_TCL_OUTPUT_VTX_FMT 19 /* tcl/11 */
101 #define R200_EMIT_TCL_LIGHT_MODEL_CTL_0 29 /* tcl/7 */
107 #define R200_EMIT_TCL_UCP_VERT_BLEND_CTL 35 /* tcl/1 */
651 * - allows updating of tcl packet, vector and scalar state
656 * - supports tcl driver
/linux-4.4.14/drivers/scsi/aic7xxx/
H A Daic79xx.h100 #define TCL_TARGET_OFFSET(tcl) \
101 ((((tcl) >> 4) & TID) >> 4)
102 #define TCL_LUN(tcl) \
103 (tcl & (AHD_NUM_LUNS - 1))
H A Daic7xxx.h99 #define TCL_TARGET_OFFSET(tcl) \
100 ((((tcl) >> 4) & TID) >> 4)
101 #define TCL_LUN(tcl) \
102 (tcl & (AHC_NUM_LUNS - 1))
H A Daic7xxx_core.c240 static u_int ahc_index_busy_tcl(struct ahc_softc *ahc, u_int tcl);
241 static void ahc_unbusy_tcl(struct ahc_softc *ahc, u_int tcl);
243 u_int tcl, u_int busyid);
5697 ahc_index_busy_tcl(struct ahc_softc *ahc, u_int tcl) ahc_index_busy_tcl() argument
5706 ahc_outb(ahc, SCBPTR, TCL_LUN(tcl)); ahc_index_busy_tcl()
5707 scbid = ahc_inb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl)); ahc_index_busy_tcl()
5710 target_offset = TCL_TARGET_OFFSET(tcl); ahc_index_busy_tcl()
5718 ahc_unbusy_tcl(struct ahc_softc *ahc, u_int tcl) ahc_unbusy_tcl() argument
5726 ahc_outb(ahc, SCBPTR, TCL_LUN(tcl)); ahc_unbusy_tcl()
5727 ahc_outb(ahc, SCB_64_BTT+TCL_TARGET_OFFSET(tcl), SCB_LIST_NULL); ahc_unbusy_tcl()
5730 target_offset = TCL_TARGET_OFFSET(tcl); ahc_unbusy_tcl()
5736 ahc_busy_tcl(struct ahc_softc *ahc, u_int tcl, u_int scbid) ahc_busy_tcl() argument
5744 ahc_outb(ahc, SCBPTR, TCL_LUN(tcl)); ahc_busy_tcl()
5745 ahc_outb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl), scbid); ahc_busy_tcl()
5748 target_offset = TCL_TARGET_OFFSET(tcl); ahc_busy_tcl()
6390 u_int tcl; ahc_abort_scbs() local
6392 tcl = BUILD_TCL(i << 4, j); ahc_abort_scbs()
6393 scbid = ahc_index_busy_tcl(ahc, tcl); ahc_abort_scbs()
H A Daic79xx_core.c244 static void ahd_busy_tcl(struct ahd_softc *ahd, u_int tcl,
252 static u_int ahd_find_busy_tcl(struct ahd_softc *ahd, u_int tcl);
1090 ahd_unbusy_tcl(struct ahd_softc *ahd, u_int tcl) ahd_unbusy_tcl() argument
1092 ahd_busy_tcl(ahd, tcl, SCB_LIST_NULL); ahd_unbusy_tcl()
7996 ahd_index_busy_tcl(struct ahd_softc *ahd, u_int *saved_scbid, u_int tcl) ahd_index_busy_tcl() argument
8003 ahd_set_scbptr(ahd, TCL_LUN(tcl) ahd_index_busy_tcl()
8004 | ((TCL_TARGET_OFFSET(tcl) & 0xC) << 4)); ahd_index_busy_tcl()
8011 return (((TCL_TARGET_OFFSET(tcl) & 0x3) << 1) + SCB_DISCONNECTED_LISTS); ahd_index_busy_tcl()
8018 ahd_find_busy_tcl(struct ahd_softc *ahd, u_int tcl) ahd_find_busy_tcl() argument
8024 scb_offset = ahd_index_busy_tcl(ahd, &saved_scbptr, tcl); ahd_find_busy_tcl()
8031 ahd_busy_tcl(struct ahd_softc *ahd, u_int tcl, u_int scbid) ahd_busy_tcl() argument
8036 scb_offset = ahd_index_busy_tcl(ahd, &saved_scbptr, tcl); ahd_busy_tcl()
8628 u_int tcl; ahd_abort_scbs() local
8630 tcl = BUILD_TCL_RAW(i, 'A', j); ahd_abort_scbs()
8631 scbid = ahd_find_busy_tcl(ahd, tcl); ahd_abort_scbs()
/linux-4.4.14/drivers/net/phy/
H A Ddp83640_reg.h2 * Generated by regen.tcl on Thu Feb 17 10:02:48 AM CET 2011
/linux-4.4.14/drivers/net/ethernet/freescale/
H A Dgianfar_ptp.c39 * Generated by regen.tcl on Thu May 13 01:38:57 PM CEST 2010
/linux-4.4.14/arch/mips/include/asm/octeon/
H A Dcvmx-lmcx-defs.h2055 uint64_t tcl:4; member in struct:cvmx_lmcx_mem_cfg0::cvmx_lmcx_mem_cfg0_s
2067 uint64_t tcl:4;
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Dradeon_state.c656 * the tcl scalar and vector areas.
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/
H A Dmain.c3791 /* Write the BSS config's BSSID address to core (set_bssid in d11procs.tcl).

Completed in 890 milliseconds