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

  /external/u-boot/include/
ata.h 48 #define ATA_LBA_LOW ATA_SECT_NUM
  /external/u-boot/drivers/block/
ide.c 697 ide_outb(device, ATA_LBA_LOW, 0);
999 ide_outb(device, ATA_LBA_LOW, (blknr >> 24) & 0xFF);
1010 ide_outb(device, ATA_LBA_LOW, (blknr >> 0) & 0xFF);
1096 ide_outb(device, ATA_LBA_LOW, (blknr >> 24) & 0xFF);
1107 ide_outb(device, ATA_LBA_LOW, (blknr >> 0) & 0xFF);

Completed in 594 milliseconds