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

/freebsd-10.2-release/sys/dev/ncv/
H A Dncr53c500reg.h50 #define cr0_istat 0x05 /* RO - Interrupt */ macro
H A Dncr53c500.c254 stat = bus_space_read_1(iot, ioh, cr0_istat);
258 (bus_space_read_1(iot, ioh, cr0_istat) & INTR_SBR))
261 printf("ncv: cr0_istat SCSI BUS RESET failed\n");
468 stat = bus_space_read_1(sc->sc_iot, sc->sc_ioh, cr0_istat);
472 (bus_space_read_1(sc->sc_iot, sc->sc_ioh, cr0_istat) & INTR_SBR))
972 ireason = bus_space_read_1(iot, ioh, cr0_istat);

Completed in 45 milliseconds