Searched defs:blogic_probe_options (Results 1 – 2 of 2) sorted by relevance
238 struct blogic_probe_options { struct239 bool noprobe:1; /* Bit 0 */240 bool noprobe_pci:1; /* Bit 2 */241 bool nosort_pci:1; /* Bit 3 */242 bool multimaster_first:1; /* Bit 4 */243 bool flashpoint_first:1; /* Bit 5 */
94 static struct blogic_probe_options blogic_probe_options; variable