Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ahb/
HDahbreg.h101 #define INTSTAT_ECB_OK 0x10 /* ECB Completed w/out error */ macro
HDahb.c809 if ((intstat & INTSTAT_MASK) == INTSTAT_ECB_OK) { in ahbdone()
819 if ((intstat & INTSTAT_MASK) != INTSTAT_ECB_OK) { in ahbdone()
865 case INTSTAT_ECB_OK: in ahbintr_locked()