Searched refs:tmd2 (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/dev/le/
H A Dam79900.c242 tmd.tmd2 = 0;
347 uint32_t tmd1, tmd2; local
374 tmd2 = LE_LE32TOH(tmd.tmd2);
375 if (tmd2 & LE_T2_BUFF)
377 else if (tmd2 & LE_T2_UFLO)
379 if (tmd2 & (LE_T2_BUFF | LE_T2_UFLO)) {
383 if (tmd2 & LE_T2_LCAR) {
393 if (tmd2 & LE_T2_LCOL)
395 if (tmd2
[all...]
H A Dam79900reg.h87 uint32_t tmd2; member in struct:letmd
H A Dam7990reg.h99 int16_t tmd2; member in struct:letmd
H A Dam7990.c202 tmd.tmd2 = LE_XMD2_ONES;
327 tmd.tmd2, tmd.tmd3);
545 tmd.tmd2 = -len | LE_XMD2_ONES;
606 len = -tmd.tmd2;
611 tmd.tmd0, tmd.tmd1_hadr, tmd.tmd1_bits, tmd.tmd2, tmd.tmd3);

Completed in 60 milliseconds