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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/block/
H A Dps2esdi.c962 u_short stat_word; local
970 stat_word = inw(ESDI_STT_INT);
971 word_count = (stat_word >> 8) - 1;
973 stat_word & 0xff);
977 stat_word = inw(ESDI_STT_INT);
979 DEVICE_NAME, stat_word >> 8, stat_word & 0xff);
983 stat_word = inw(ESDI_STT_INT);
985 (stat_word & 0x1000) ? "Ready, " : "Not Ready, ",
986 (stat_word
[all...]

Completed in 16 milliseconds