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

/freebsd-13-stable/sys/dev/le/
H A Dam79900.c244 tmd.tmd2 = 0;
349 uint32_t tmd1, tmd2; local
376 tmd2 = LE_LE32TOH(tmd.tmd2);
377 if (tmd2 & LE_T2_BUFF)
379 else if (tmd2 & LE_T2_UFLO)
381 if (tmd2 & (LE_T2_BUFF | LE_T2_UFLO)) {
385 if (tmd2 & LE_T2_LCAR) {
395 if (tmd2 & LE_T2_LCOL)
397 if (tmd2
[all...]
H A Dam79900reg.h89 uint32_t tmd2; member in struct:letmd
H A Dam7990reg.h101 int16_t tmd2; member in struct:letmd
H A Dam7990.c204 tmd.tmd2 = LE_XMD2_ONES;
329 tmd.tmd2, tmd.tmd3);
547 tmd.tmd2 = -len | LE_XMD2_ONES;
608 len = -tmd.tmd2;
613 tmd.tmd0, tmd.tmd1_hadr, tmd.tmd1_bits, tmd.tmd2, tmd.tmd3);

Completed in 55 milliseconds