Home
last modified time | relevance | path

Searched refs:programMaxEntry (Results 1 – 4 of 4) sorted by relevance

/RevoEX-3.1/build/demos/mpfsdemo/src/
Ddownload.c107 const u32 full_entry = (u32)(((1 << config->programMaxEntry) - 1) & ~1); in ExecuteDownload()
218 else if (i < config->programMaxEntry) in ExecuteDownload()
/RevoEX-3.1/include/revolution/
Dmpdl.h92 u32 programMaxEntry; member
/RevoEX-3.1/build/demos/mpdldemo/src/
Dmpdlsimple.c251 const u32 full_entry = (u32)(((1 << mpdlConfig.programMaxEntry) - 1) & ~1); in main()
361 else if (i < mpdlConfig.programMaxEntry) in main()
Dmpdlntr2rvl.c353 const u32 full_entry = (u32)(((1 << mpdlConfig.programMaxEntry) - 1) & ~1); in DoDownload()
432 else if (i < mpdlConfig.programMaxEntry) in DoDownload()