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

/freebsd-10.2-release/sys/dev/ncv/
H A Dncr53c500reg.h115 #define STAT_INT 0x80 /* Interrupt */ macro
H A Dncr53c500.c415 if ((bus_space_read_1(iot, ioh, cr0_stat) & STAT_INT) != 0)
425 if ((bus_space_read_1(iot, ioh, cr0_stat) & STAT_INT) != 0)
938 if ((status & STAT_INT) != 0)
969 if ((status & STAT_INT) == 0 || status == (u_int8_t) -1)

Completed in 51 milliseconds