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

/freebsd-11.0-release/sys/dev/le/
H A Dam79900reg.h105 #define LE_R1_ERR (1U << 30) /* error summary */ macro
H A Dam7990reg.h119 #define LE_R1_ERR 0x40 /* error summary */ macro
H A Dam7990.c233 if ((rmd.rmd1_bits & (LE_R1_ERR | LE_R1_STP | LE_R1_ENP)) !=
235 if (rmd.rmd1_bits & LE_R1_ERR) {
H A Dam79900.c273 if ((rmd1 & (LE_R1_ERR | LE_R1_STP | LE_R1_ENP)) !=
275 if (rmd1 & LE_R1_ERR) {

Completed in 45 milliseconds