Searched refs:scan_mode (Results 1 – 2 of 2) sorted by relevance
2465 if ((ha->scan_mode & 0x0f) == 0) { in gdth_next()2467 ha->scan_mode |= 1; in gdth_next()2468 TRACE2(("Scan mode: 0x%x\n", ha->scan_mode)); in gdth_next()2470 } else if ((ha->scan_mode & 0x0f) == 1) { in gdth_next()2474 nscp->SCp.phase = ((ha->scan_mode & 0x10 ? 1:0) << 8) in gdth_next()2476 ha->scan_mode = 0x12; in gdth_next()2478 ha->scan_mode)); in gdth_next()2480 ha->scan_mode &= 0x10; in gdth_next()2481 TRACE2(("Scan mode: 0x%x\n", ha->scan_mode)); in gdth_next()2483 } else if (ha->scan_mode == 0x12) { in gdth_next()[all …]
886 unchar scan_mode; /* current scan mode */ member