Home
last modified time | relevance | path

Searched refs:ATA_HOST_IGNORE_ATA (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/ata/
H A Data_piix.c1621 host->flags |= ATA_HOST_IGNORE_ATA; in piix_ignore_devices_quirk()
H A Dlibata-core.c1892 if (ap->host->flags & ATA_HOST_IGNORE_ATA && in ata_dev_read_id()
/linux/include/linux/
H A Dlibata.h290 ATA_HOST_IGNORE_ATA = (1 << 3), /* Ignore ATA devices on this host. */ enumerator