Home
last modified time | relevance | path

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

/sys/dev/x86/
Dide.c55 #define IDE_SECTOR_SIZE 512 macro
260 disk->sectorSize = IDE_SECTOR_SIZE; in IDE_Identify()
262 disk->diskSize = IDE_SECTOR_SIZE * ident.lbaSectors; in IDE_Identify()
398 uint8_t *b = buf + sectors * IDE_SECTOR_SIZE; in IDE_ReadOne()
472 uint8_t *b = buf + sectors * IDE_SECTOR_SIZE; in IDE_WriteOne()