Searched refs:sectors (Results 1 – 1 of 1) sorted by relevance
395 int sectors; in IDE_ReadOne() local396 for (sectors = 0; sectors < len; sectors++) in IDE_ReadOne()398 uint8_t *b = buf + sectors * IDE_SECTOR_SIZE; in IDE_ReadOne()469 int sectors; in IDE_WriteOne() local470 for (sectors = 0; sectors < len; sectors++) in IDE_WriteOne()472 uint8_t *b = buf + sectors * IDE_SECTOR_SIZE; in IDE_WriteOne()