Searched refs:CPF_LAST (Results 1 – 2 of 2) sorted by relevance
330 while ((flags&CPF_LAST) || count<size ) in pss_download_boot()344 if (count >= size && flags & CPF_LAST) in pss_download_boot()367 if (flags & CPF_LAST) in pss_download_boot()763 if (!pss_download_boot(devc, pss_synth, pss_synthLen, CPF_FIRST | CPF_LAST)) { in probe_pss_mpu()804 if (!pss_download_boot(devc, pss_synth, pss_synthLen, CPF_FIRST | CPF_LAST)) in pss_coproc_open()826 if (!pss_download_boot(devc, pss_synth, pss_synthLen, CPF_FIRST | CPF_LAST)) in pss_coproc_reset()
702 #define CPF_LAST 0x0002 /* Last block */ macro