Searched refs:ATA_CYL_LOW (Results 1 - 2 of 2) sorted by relevance

/u-boot/include/
H A Data.h34 #define ATA_CYL_LOW ATA_IO_REG(4) macro
43 #define ATA_LBA_MID ATA_CYL_LOW
/u-boot/drivers/block/
H A Dide.c231 ide_outb(device, ATA_CYL_LOW, (u8)(buflen & 0xff));
278 n += ide_inb(device, ATA_CYL_LOW);
559 ide_inb(device, ATA_CYL_LOW) == 0x14 &&

Completed in 56 milliseconds