Searched refs:tix (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/cxt1e1/
H A Dcomet.c72 u_int8_t tix = CFG_LBO_LH0; /* T1 default */ local
80 tix = lbo_tbl_lkup (isT1mode, CFG_LBO_LH0); /* default T1 waveform
86 tix = lbo_tbl_lkup (isT1mode, CFG_LBO_E120); /* default E1 waveform
91 tix = lbo_tbl_lkup (isT1mode, moreParams & CFG_LBO_MASK); /* dial-in requested
369 WrtXmtWaveformTbl (ci, comet, TWV_table[tix]);
/drivers/scsi/
H A Dadvansys.c297 #define ASC_TIX_TO_TARGET_ID(tix) (0x01 << ((tix) & ASC_MAX_TID))
298 #define ASC_TIX_TO_TID(tix) ((tix) & ASC_MAX_TID)
300 #define ASC_TIX_TO_LUN(tix) (((tix) >> ASC_SCSI_ID_BITS) & ASC_MAX_LUN)

Completed in 742 milliseconds