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

  /external/u-boot/include/
ata.h 40 #define ATA_CYL_LOW ATA_IO_REG(4)
49 #define ATA_LBA_MID ATA_CYL_LOW
  /external/u-boot/drivers/block/
ide.c 229 ide_outb(device, ATA_CYL_LOW, (unsigned char) (buflen & 0xFF));
277 n += ide_inb(device, ATA_CYL_LOW);
566 (ide_inb(device, ATA_CYL_LOW) == 0x14) &&

Completed in 92 milliseconds