Searched refs:WANGTEK (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dtpqic02.h23 * The only difference between WANGTEK and EVEREX is in the
25 * Note that the driver maps EVEREX to WANGTEK internally for speed
26 * reasons. Externally WANGTEK==1, EVEREX==2, ARCHIVE==3.
35 #define WANGTEK 1 /* don't know about Wangtek QIC-36 */ macro
36 #define EVEREX (WANGTEK+1) /* I heard *some* of these are identical */
67 * WANGTEK,
92 /* Either WANGTEK, ARCHIVE or MOUNTAIN. Not EVEREX.
93 * If you have an EVEREX, use WANGTEK and try the DMA3_FIX below.
95 #define QIC02_TAPE_IFC WANGTEK /* interface card type */
209 /* WANGTEK interfac
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dtpqic02.h23 * The only difference between WANGTEK and EVEREX is in the
25 * Note that the driver maps EVEREX to WANGTEK internally for speed
26 * reasons. Externally WANGTEK==1, EVEREX==2, ARCHIVE==3.
35 #define WANGTEK 1 /* don't know about Wangtek QIC-36 */ macro
36 #define EVEREX (WANGTEK+1) /* I heard *some* of these are identical */
67 * WANGTEK,
92 /* Either WANGTEK, ARCHIVE or MOUNTAIN. Not EVEREX.
93 * If you have an EVEREX, use WANGTEK and try the DMA3_FIX below.
95 #define QIC02_TAPE_IFC WANGTEK /* interface card type */
209 /* WANGTEK interfac
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dtpqic02.c127 # if ((QIC02_TAPE_IFC!=WANGTEK) && (QIC02_TAPE_IFC!=ARCHIVE) && (QIC02_TAPE_IFC!=MOUNTAIN))
351 if (QIC02_TAPE_IFC == WANGTEK) { /* || (QIC02_TAPE_IFC == EVEREX) */
449 } else { /* WANGTEK, ARCHIVE */
1359 if (QIC02_TAPE_IFC == WANGTEK) /* or EVEREX */
1375 if (QIC02_TAPE_IFC == WANGTEK) /* or EVEREX */
1544 if (QIC02_TAPE_IFC == WANGTEK) /* or EVEREX */
1693 if (QIC02_TAPE_IFC == WANGTEK) /* I think this is a drive-dependency, not IFC -- hhb */
2348 if ((QIC02_TAPE_IFC == WANGTEK) || (QIC02_TAPE_IFC == EVEREX)) {
2385 QIC02_TAPE_IFC = WANGTEK;
2753 # if QIC02_TAPE_IFC == WANGTEK
[all...]

Completed in 50 milliseconds