HomeSort by: relevance | last modified time | path
    Searched refs:LE_R1_OFLO (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/dev/ic/
am79900reg.h 102 #define LE_R1_OFLO (1<<28) /* overflow error */
am7990reg.h 116 #define LE_R1_OFLO 0x10 /* overflow error */
am7990.c 227 if ((rmd.rmd1_bits & LE_R1_OFLO) == 0) {
237 if (rmd.rmd1_bits & LE_R1_OFLO)
am79900.c 263 if ((rmd.rmd1 & LE_R1_OFLO) == 0) {
273 if (rmd.rmd1 & LE_R1_OFLO)
  /src/sys/arch/mvme68k/stand/netboot/
if_lereg.h 134 #define LE_R1_OFLO 0x10 /* overflow error */
  /src/sys/arch/mvme68k/stand/sboot/
if_lereg.h 136 #define LE_R1_OFLO 0x10 /* overflow error */
  /src/sys/dev/pci/
if_pcn.c 1444 if (rmd1 & LE_R1_OFLO)

Completed in 15 milliseconds