Home
last modified time | relevance | path

Searched refs:DBRI_MRR (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/sbus/
Ddbrireg.h48 #define DBRI_MRR (1<<4) /* multiple error ack on sbus */ macro
Ddbri.c483 if (x & (DBRI_MRR | DBRI_MLE | DBRI_LBG | DBRI_MBE)) { in dbri_intr()
486 if (x & DBRI_MRR) in dbri_intr()