HomeSort by relevance Sort by last modified time
    Searched refs:ata_id_queue_depth (Results 1 - 4 of 4) sorted by null

  /external/u-boot/include/
libata.h 38 ATA_ID_QUEUE_DEPTH = 75,
429 #define ata_id_queue_depth(id) (((id)[75] & 0x1f) + 1) macro
  /external/u-boot/drivers/ata/
dwc_ahsata.c 792 uc_priv->flags |= ata_id_queue_depth(id);
fsl_sata.c 837 sata->queue_depth = ata_id_queue_depth(id);
sata_mv.c 1038 priv->queue_depth = ata_id_queue_depth(id);

Completed in 3215 milliseconds