HomeSort by: relevance | last modified time | path
    Searched defs:nSectors (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/emips/ebus/
flash_ebus.c 110 uint32_t nSectors;
316 if (SecNo < SecMap->ft_deltas[i].nSectors)
318 SecNo -= SecMap->ft_deltas[i].nSectors;
334 if ((unsigned int)SecNo < SecMap->ft_deltas[i].nSectors)
336 SecNo -= SecMap->ft_deltas[i].nSectors;
337 Offset += SecMap->ft_deltas[i].nSectors * SecMap->ft_deltas[i].nKB;
353 ((SecMap->ft_deltas[i].nSectors * SecMap->ft_deltas[i].nKB)))
355 SecNo += SecMap->ft_deltas[i].nSectors;
356 Offset -= SecMap->ft_deltas[i].nSectors * SecMap->ft_deltas[i].nKB;
flash_ebus.c 110 uint32_t nSectors;
316 if (SecNo < SecMap->ft_deltas[i].nSectors)
318 SecNo -= SecMap->ft_deltas[i].nSectors;
334 if ((unsigned int)SecNo < SecMap->ft_deltas[i].nSectors)
336 SecNo -= SecMap->ft_deltas[i].nSectors;
337 Offset += SecMap->ft_deltas[i].nSectors * SecMap->ft_deltas[i].nKB;
353 ((SecMap->ft_deltas[i].nSectors * SecMap->ft_deltas[i].nKB)))
355 SecNo += SecMap->ft_deltas[i].nSectors;
356 Offset -= SecMap->ft_deltas[i].nSectors * SecMap->ft_deltas[i].nKB;

Completed in 23 milliseconds