Searched refs:ata_dev_quirks (Results 1 – 1 of 1) sorted by relevance
79 static u64 ata_dev_quirks(const struct ata_device *dev);2299 if (ata_dev_quirks(dev) & ATA_QUIRK_BRIDGE_OK) in ata_dev_knobble()3060 dev->quirks |= ata_dev_quirks(dev); in ata_dev_configure()4512 static u64 ata_dev_quirks(const struct ata_device *dev) in ata_dev_quirks() function