Home
last modified time | relevance | path

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

/external/u-boot/include/
Data.h40 #define ATA_CYL_LOW ATA_IO_REG(4) macro
49 #define ATA_LBA_MID ATA_CYL_LOW
/external/u-boot/drivers/block/
Dide.c229 ide_outb(device, ATA_CYL_LOW, (unsigned char) (buflen & 0xFF)); in atapi_issue()
277 n += ide_inb(device, ATA_CYL_LOW); in atapi_issue()
566 (ide_inb(device, ATA_CYL_LOW) == 0x14) && in ide_ident()