Home
last modified time | relevance | path

Searched refs:LE_C0_INTR (Results 1 – 8 of 8) sorted by relevance

/netbsd/sys/arch/ews4800mips/stand/common/
H A Dlance.c112 while ((*LANCE_RDP & (LE_C0_RINT | LE_C0_INTR)) == 0) in lance_get()
201 } while ((r & (LE_C0_TINT | LE_C0_INTR)) == 0); in lance_put()
498 if (!__poll_lance_c0(LE_C0_RINT | LE_C0_TINT | LE_C0_INTR | in lance_internal_loopback_data_check()
/netbsd/sys/arch/mvme68k/stand/netboot/
H A Dif_lereg.h63 #define LE_C0_INTR 0x0080 /* interrupt condition */ macro
/netbsd/sys/arch/mvme68k/stand/sboot/
H A Dif_lereg.h64 #define LE_C0_INTR 0x0080 /* interrupt condition */ macro
/netbsd/sys/arch/hp300/dev/
H A Dif_le.c252 if ((isr & LE_C0_INTR) == 0) in leintr()
/netbsd/sys/dev/ic/
H A Dlancereg.h268 #define LE_C0_INTR 0x0080 /* interrupt condition */ macro
H A Dam7990.c377 if ((isr & LE_C0_INTR) == 0) in am7990_intr()
H A Dam79900.c408 if ((isr & LE_C0_INTR) == 0) in am79900_intr()
/netbsd/sys/dev/pci/
H A Dif_pcn.c1205 if ((csr0 & LE_C0_INTR) == 0) in pcn_intr()