Home
last modified time | relevance | path

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

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