OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ATA_LBA_HIGH
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/drivers/block/
ide.c
699
ide_outb(device,
ATA_LBA_HIGH
, 0);
1002
ide_outb(device,
ATA_LBA_HIGH
, (blknr >> 40) & 0xFF);
1005
ide_outb(device,
ATA_LBA_HIGH
, 0);
1012
ide_outb(device,
ATA_LBA_HIGH
, (blknr >> 16) & 0xFF);
1099
ide_outb(device,
ATA_LBA_HIGH
, (blknr >> 40) & 0xFF);
1102
ide_outb(device,
ATA_LBA_HIGH
, 0);
1109
ide_outb(device,
ATA_LBA_HIGH
, (blknr >> 16) & 0xFF);
/external/u-boot/include/
ata.h
50
#define
ATA_LBA_HIGH
ATA_CYL_HIGH
Completed in 56 milliseconds