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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dibmmca.c427 #define IM_RESET_IN_PROGRESS 1 macro
610 if ((reset_status(ihost_index) == IM_RESET_IN_PROGRESS) && (last_scsi_command(ihost_index)[ldn] == IM_RESET_IMM_CMD)) {
938 reset_status(host_index) = IM_RESET_IN_PROGRESS;
941 while (reset_status(host_index) == IM_RESET_IN_PROGRESS && --ticks) {
2250 reset_status(host_index) = IM_RESET_IN_PROGRESS;
2270 while (reset_status(host_index) == IM_RESET_IN_PROGRESS && --ticks && ((inb(IM_INTR_REG(host_index)) & 0x8f) != 0x8f)) {

Completed in 100 milliseconds