Searched refs:IDE_PFLAG_PROBING (Results 1 – 3 of 3) sorted by relevance
116 if (pio == 0 && (drive->hwif->port_flags & IDE_PFLAG_PROBING)) in ide_pio_need_iordy()
1417 hwif->port_flags |= IDE_PFLAG_PROBING; in ide_host_register()1429 hwif->port_flags &= ~IDE_PFLAG_PROBING; in ide_host_register()1615 hwif->port_flags |= IDE_PFLAG_PROBING; in ide_port_scan()1621 hwif->port_flags &= ~IDE_PFLAG_PROBING; in ide_port_scan()
702 IDE_PFLAG_PROBING = (1 << 0), enumerator