OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ATA_SECT_CNT
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/drivers/block/
ide.c
227
ide_outb(device,
ATA_SECT_CNT
, 0);
298
if ((ide_inb(device,
ATA_SECT_CNT
) & 0x02) == 0) {
564
if ((ide_inb(device,
ATA_SECT_CNT
) == 0x01) &&
696
ide_outb(device,
ATA_SECT_CNT
, 1);
981
c = ide_inb(device,
ATA_SECT_CNT
);
998
ide_outb(device,
ATA_SECT_CNT
, 0);
1009
ide_outb(device,
ATA_SECT_CNT
, 1);
1095
ide_outb(device,
ATA_SECT_CNT
, 0);
1106
ide_outb(device,
ATA_SECT_CNT
, 1);
/external/u-boot/include/
ata.h
38
#define
ATA_SECT_CNT
ATA_IO_REG(2)
Completed in 56 milliseconds