Searched refs:IDE_PFLAG_PROBING (Results 1 – 3 of 3) sorted by relevance
117 if (pio == 0 && (drive->hwif->port_flags & IDE_PFLAG_PROBING)) in ide_pio_need_iordy()
1463 hwif->port_flags |= IDE_PFLAG_PROBING; in ide_host_register()1475 hwif->port_flags &= ~IDE_PFLAG_PROBING; in ide_host_register()1661 hwif->port_flags |= IDE_PFLAG_PROBING; in ide_port_scan()1667 hwif->port_flags &= ~IDE_PFLAG_PROBING; in ide_port_scan()
712 IDE_PFLAG_PROBING = BIT(0), enumerator