Searched refs:FIRSTCHUNK (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/media/pci/ngene/
H A Dngene-core.c336 #define FIRSTCHUNK (1024) macro
348 if (cleft > FIRSTCHUNK) {
349 ngcpyto(PROGRAM_SRAM + FIRSTCHUNK, ngene_fw + FIRSTCHUNK,
350 cleft - FIRSTCHUNK);
351 cleft = FIRSTCHUNK;

Completed in 231 milliseconds