Searched refs:IDE_SECTOR_SIZE (Results 1 – 1 of 1) sorted by relevance
55 #define IDE_SECTOR_SIZE 512 macro260 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()