Searched refs:unit_size (Results 1 - 1 of 1) sorted by relevance

/broadcom-cfe-1.4.2/cfe/msys/
H A Ddev_msys.c133 unsigned long unit_size ; member in struct:bdkdrv_s
441 &softc->unit_size,
452 softc->unit_size, softc->real_part_size / softc->unit_size,
455 softc->num_blocks = softc->real_part_size / softc->unit_size;
462 softc->image_size / softc->unit_size;
515 tmp = (unsigned char*)KMALLOC(softc->unit_size,0);
517 startUnit = offset / softc->unit_size; /* e.g. 512/32K */

Completed in 68 milliseconds