Searched refs:INTR_FC (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/dev/ncv/
H A Dncr53c500reg.h108 #define INTR_FC 0x08 /* Function Complete */ macro
112 #define INTR_RESELECT (INTR_RESEL | INTR_FC)
H A Dncr53c500.c1064 if ((ireason & INTR_FC) != 0)
1228 if ((ireason & INTR_FC) && len == 2)
1256 if ((ireason & INTR_FC) && len == 1)

Completed in 103 milliseconds