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

/freebsd-10.2-release/sys/dev/ncv/
H A Dncr53c500reg.h48 #define cr0_stat 0x04 /* RO - Status */ macro
H A Dncr53c500.c253 bus_space_read_1(iot, ioh, cr0_stat);
415 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)
467 bus_space_read_1(sc->sc_iot, sc->sc_ioh, cr0_stat);
937 status = bus_space_read_1(iot, ioh, cr0_stat);
968 status = bus_space_read_1(iot, ioh, cr0_stat);

Completed in 97 milliseconds