Home
last modified time | relevance | path

Searched refs:LE_C0_RINT (Results 1 – 12 of 12) 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()
114 *LANCE_RDP = LE_C0_RINT; in lance_get()
498 if (!__poll_lance_c0(LE_C0_RINT | LE_C0_TINT | LE_C0_INTR | in lance_internal_loopback_data_check()
577 *LANCE_RDP = (LE_C0_RINT | LE_C0_TINT| LE_C0_INEA) & r; in __poll_lance_c0()
/netbsd/sys/arch/luna68k/stand/boot/
H A Dlance.c152 if ((lereg->ler_rdp & LE_C0_RINT) != 0) in lance_get()
153 lereg->ler_rdp = LE_C0_RINT; in lance_get()
/netbsd/sys/arch/mvme68k/stand/sboot/
H A Dle_poll.c155 if ((ler1->ler1_rdp & LE_C0_RINT) != 0) in le_poll()
156 ler1->ler1_rdp = LE_C0_RINT; in le_poll()
H A Dif_lereg.h61 #define LE_C0_RINT 0x0400 /* receiver interrupt */ macro
/netbsd/sys/arch/mvme68k/stand/netboot/
H A Dif_lereg.h60 #define LE_C0_RINT 0x0400 /* receiver interrupt */ macro
H A Dif_le.c274 if ((ler1->ler1_rdp & LE_C0_RINT) != 0) in le_poll()
275 ler1->ler1_rdp = LE_C0_RINT; in le_poll()
/netbsd/sys/dev/ic/
H A Dam7990.c391 LE_C0_RINT | LE_C0_TINT | LE_C0_IDON)); in am7990_intr()
440 if (isr & LE_C0_RINT) in am7990_intr()
H A Dam79900.c413 LE_C0_RINT | LE_C0_TINT | LE_C0_IDON)); in am79900_intr()
461 if (isr & LE_C0_RINT) in am79900_intr()
H A Dlancereg.h265 #define LE_C0_RINT 0x0400 /* receiver interrupt */ macro
/netbsd/sys/arch/hp300/dev/
H A Dif_le.c255 if (isr & LE_C0_RINT) in leintr()
/netbsd/sys/arch/vax/boot/boot/
H A Dif_le.c246 LEWRCSR(LE_CSR0, csr & (LE_C0_BABL|LE_C0_MISS|LE_C0_MERR|LE_C0_RINT)); in le_get()
/netbsd/sys/dev/pci/
H A Dif_pcn.c1213 LE_C0_RINT | LE_C0_TINT | LE_C0_IDON)); in pcn_intr()
1217 if (csr0 & LE_C0_RINT) { in pcn_intr()