Lines Matching refs:scan_mode
2079 if ((ha->scan_mode & 0x0f) == 0) { in gdth_next()
2081 ha->scan_mode |= 1; in gdth_next()
2082 TRACE2(("Scan mode: 0x%x\n", ha->scan_mode)); in gdth_next()
2084 } else if ((ha->scan_mode & 0x0f) == 1) { in gdth_next()
2088 nscp_cmndinfo->phase = ((ha->scan_mode & 0x10 ? 1:0) << 8) in gdth_next()
2090 ha->scan_mode = 0x12; in gdth_next()
2092 ha->scan_mode)); in gdth_next()
2094 ha->scan_mode &= 0x10; in gdth_next()
2095 TRACE2(("Scan mode: 0x%x\n", ha->scan_mode)); in gdth_next()
2097 } else if (ha->scan_mode == 0x12) { in gdth_next()
2101 ha->scan_mode &= 0x10; in gdth_next()
2103 ha->scan_mode)); in gdth_next()
4768 ha->scan_mode = rescan ? 0x10 : 0; in gdth_isa_probe_one()
4899 ha->scan_mode = rescan ? 0x10 : 0; in gdth_eisa_probe_one()
5027 ha->scan_mode = rescan ? 0x10 : 0; in gdth_pci_probe_one()