Home
last modified time | relevance | path

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

/sys/dev/x86/
Dide.c30 #define IDE_LBALOW 3 macro
133 outb(ide->base + IDE_LBALOW, 0x41); in IDE_HasController()
136 if (inb(ide->base + IDE_LBALOW) != 0x41) in IDE_HasController()
205 outb(ide->base + IDE_LBALOW, 0x00); in IDE_Identify()
374 outb(ide->base + IDE_LBALOW, off >> 24); in IDE_ReadOne()
379 outb(ide->base + IDE_LBALOW, off & 0xff); in IDE_ReadOne()
448 outb(ide->base + IDE_LBALOW, off >> 24); in IDE_WriteOne()
453 outb(ide->base + IDE_LBALOW, off & 0xff); in IDE_WriteOne()