]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/ata.h
fdt: Export fdtdec_lookup() and fix the name
[karo-tx-uboot.git] / include / ata.h
index 3b2d737e6176cacdef08122fdf7006ac844f8a65..a614724b8e9313ff35e92bade501e4613efc0616 100644 (file)
 #define ATA_CMD_WRITE_EXT      0x34    /* Write Sectores (with retries) with 48bit addressing */
 #define ATA_CMD_VRFY_EXT       0x42    /* Read Verify  (with retries)  with 48bit addressing */
 
+#define ATA_CMD_FLUSH 0xE7 /* Flush drive cache */
+#define ATA_CMD_FLUSH_EXT 0xEA /* Flush drive cache, with 48bit addressing */
+
 /*
  * ATAPI Commands
  */