Searched refs:ata_dev_quirks (Results 1 – 1 of 1) sorted by relevance
79 static unsigned int ata_dev_quirks(const struct ata_device *dev);2210 if (ata_dev_quirks(dev) & ATA_QUIRK_BRIDGE_OK) in ata_dev_knobble()2821 dev->quirks |= ata_dev_quirks(dev); in ata_dev_configure()4220 static unsigned int ata_dev_quirks(const struct ata_device *dev) in ata_dev_quirks() function