Home
last modified time | relevance | path

Searched refs:ATA_FLUSHCACHE (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/dev/disk/nata/
H A Data-disk.c211 ata_controlcmd(dev, ATA_FLUSHCACHE, 0, 0, 0); in ad_shutdown()
349 request->u.ata.command = ATA_FLUSHCACHE; in ad_strategy()
401 return ata_controlcmd(dev, ATA_FLUSHCACHE, 0, 0, 0); in ad_dump()
H A Datapi-fd.c164 ata_controlcmd(dev, ATA_FLUSHCACHE, 0, 0, 0); in afd_shutdown()
H A Datapi-tape.c198 ata_controlcmd(dev, ATA_FLUSHCACHE, 0, 0, 0); in ast_shutdown()
H A Data-all.c809 case ATA_FLUSHCACHE: in ata_modify_if_48bit()
H A Datapi-cd.c213 ata_controlcmd(dev, ATA_FLUSHCACHE, 0, 0, 0); in acd_shutdown()
H A Data-raid.c291 request->u.ata.command = ATA_FLUSHCACHE; in ata_raid_flush()
882 ATA_FLUSHCACHE, 0, 0, 0); in ata_raid_dump()
/dragonfly/sys/sys/
H A Dnata.h266 #define ATA_FLUSHCACHE 0xe7 /* flush cache to disk */ macro
/dragonfly/sys/dev/disk/nata/chipsets/
H A Data-promise.c989 case ATA_FLUSHCACHE: in ata_promise_sx4_command()