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

/freebsd-10.2-release/sys/dev/scd/
H A Dscdreg.h55 #define IREG_RESULT 1 macro
H A Dscd.c773 switch ((i = SCD_READ(sc, IREG_RESULT)) & 0xf0) {
775 i = SCD_READ(sc, IREG_RESULT);
779 (void)SCD_READ(sc, IREG_RESULT);
890 switch ((i = SCD_READ(sc, IREG_RESULT)) & 0xf0) {
900 i = SCD_READ(sc, IREG_RESULT);
915 i = SCD_READ(sc, IREG_RESULT);
983 code = SCD_READ(sc, IREG_RESULT);
1173 *result++ = SCD_READ(sc, IREG_RESULT);
1175 (void)SCD_READ(sc, IREG_RESULT);
1223 switch ((rc = SCD_READ(sc, IREG_RESULT))
[all...]

Completed in 173 milliseconds