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

/freebsd-10.3-release/sys/dev/le/
H A Dam79900reg.h110 #define LE_R1_STP (1U << 25) /* start of packet */ macro
H A Dam7990reg.h124 #define LE_R1_STP 0x02 /* start of packet */ macro
H A Dam7990.c233 if ((rmd.rmd1_bits & (LE_R1_ERR | LE_R1_STP | LE_R1_ENP)) !=
234 (LE_R1_STP | LE_R1_ENP)) {
253 } else if ((rmd.rmd1_bits & (LE_R1_STP | LE_R1_ENP)) !=
254 (LE_R1_STP | LE_R1_ENP))
H A Dam79900.c273 if ((rmd1 & (LE_R1_ERR | LE_R1_STP | LE_R1_ENP)) !=
274 (LE_R1_STP | LE_R1_ENP)){
293 } else if ((rmd1 & (LE_R1_STP | LE_R1_ENP)) !=
294 (LE_R1_STP | LE_R1_ENP))

Completed in 106 milliseconds