Home
last modified time | relevance | path

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

/sys/dev/x86/
Dide.c31 #define IDE_LBAMID 4 macro
134 outb(ide->base + IDE_LBAMID, 0x4D); in IDE_HasController()
138 if (inb(ide->base + IDE_LBAMID) != 0x4D) in IDE_HasController()
206 outb(ide->base + IDE_LBAMID, 0x00); in IDE_Identify()
375 outb(ide->base + IDE_LBAMID, off >> 32); in IDE_ReadOne()
380 outb(ide->base + IDE_LBAMID, (off >> 8) & 0xff); in IDE_ReadOne()
449 outb(ide->base + IDE_LBAMID, off >> 32); in IDE_WriteOne()
454 outb(ide->base + IDE_LBAMID, (off >> 8) & 0xff); in IDE_WriteOne()