Searched defs:FD_SECTOR_LEN (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Storage/
H A DDevFdc.cpp105 #define FD_SECTOR_LEN 512 macro
445 nb_sectors = size2 / FD_SECTOR_LEN;
729 uint8_t fifo[FD_SECTOR_LEN];
1477 rc = drv->pDrvBlock->pfnWrite(drv->pDrvBlock, sector_num * FD_SECTOR_LEN,
1478 buf, nb_sectors * FD_SECTOR_LEN);
1493 rc = drv->pDrvBlock->pfnRead(drv->pDrvBlock, sector_num * FD_SECTOR_LEN,
1494 buf, nb_sectors * FD_SECTOR_LEN);
1571 rel_pos = fdctrl->data_pos % FD_SECTOR_LEN;
1574 if (len + rel_pos > FD_SECTOR_LEN)
1575 len = FD_SECTOR_LEN
[all...]

Completed in 128 milliseconds