Searched refs:LE_R1_ENP (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dam79900reg.h106 #define LE_R1_ENP (1<<24) /* end of packet */ macro
H A Dam7990reg.h120 #define LE_R1_ENP 0x01 /* end of packet */ macro
H A Dam79900.c263 if (rmd.rmd1 & LE_R1_ENP) {
283 } else if ((rmd.rmd1 & (LE_R1_STP | LE_R1_ENP)) !=
284 (LE_R1_STP | LE_R1_ENP)) {
H A Dam7990.c227 if (rmd.rmd1_bits & LE_R1_ENP) {
247 } else if ((rmd.rmd1_bits & (LE_R1_STP | LE_R1_ENP)) !=
248 (LE_R1_STP | LE_R1_ENP)) {
/netbsd-6-1-5-RELEASE/sys/arch/mvme68k/stand/netboot/
H A Dif_lereg.h138 #define LE_R1_ENP 0x01 /* end of packet */ macro
H A Dif_le.c289 if ((rmd->rmd1_bits & (LE_R1_STP | LE_R1_ENP)) !=
290 (LE_R1_STP | LE_R1_ENP))
/netbsd-6-1-5-RELEASE/sys/arch/mvme68k/stand/sboot/
H A Dif_lereg.h140 #define LE_R1_ENP 0x01 /* end of packet */ macro
H A Dle_poll.c168 if ((rmd->rmd1_bits & (LE_R1_STP|LE_R1_ENP)) != (LE_R1_STP|LE_R1_ENP)) {
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_pcn.c1451 if (__predict_false((rmd1 & (LE_R1_STP|LE_R1_ENP|LE_R1_ERR)) !=
1452 (LE_R1_STP|LE_R1_ENP))) {
1454 if ((rmd1 & (LE_R1_STP|LE_R1_ENP)) !=
1455 (LE_R1_STP|LE_R1_ENP)) {
/netbsd-6-1-5-RELEASE/sys/arch/ews4800mips/stand/common/
H A Dlance.c122 if (rmd->rmd1_bits & LE_R1_ENP) {

Completed in 123 milliseconds