Home
last modified time | relevance | path

Searched refs:LE_R1_FRAM (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dam79900reg.h101 #define LE_R1_FRAM (1<<29) /* framing error */ macro
H A Dam7990reg.h115 #define LE_R1_FRAM 0x20 /* framing error */ macro
H A Dam7990.c228 if (rmd.rmd1_bits & LE_R1_FRAM) in am7990_rint()
H A Dam79900.c264 if (rmd.rmd1 & LE_R1_FRAM) in am79900_rint()
/netbsd-src/sys/arch/mvme68k/stand/sboot/
H A Dif_lereg.h135 #define LE_R1_FRAM 0x20 /* framing error */ macro
/netbsd-src/sys/arch/mvme68k/stand/netboot/
H A Dif_lereg.h133 #define LE_R1_FRAM 0x20 /* framing error */ macro
/netbsd-src/sys/dev/pci/
H A Dif_pcn.c1457 PRINTIT(LE_R1_FRAM, "framing error"); in pcn_rxintr()