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

  /external/u-boot/drivers/ata/
sata.c 97 sata_dev_desc[i].type = DEV_TYPE_HARDDISK;
dwc_ahsata.c 780 pdev->type = DEV_TYPE_HARDDISK;
sata_sil3114.c 171 sata_dev_desc[devno].type = DEV_TYPE_HARDDISK;
  /external/u-boot/include/
part.h 45 #define DEV_TYPE_HARDDISK 0x00 /* harddisk */
  /external/u-boot/disk/
part.c 167 case DEV_TYPE_HARDDISK:
  /external/u-boot/drivers/block/
ide.c 686 dev_desc->type = DEV_TYPE_HARDDISK;

Completed in 106 milliseconds