Lines Matching refs:Print

105   Print (L"\nBasic SPI command\n"  in SfUsage()
147 Print (L"sf: Cannot open file\n"); in OpenAndPrepareFile()
154 Print (L"sf: Cannot set file position to first byte\n"); in OpenAndPrepareFile()
185 Print (L"sf: Detected supported SPI flash with ID=%3x\n", RefId); in FlashProbe()
188 Print (L"sf: Cannot initialize flash device\n"); in FlashProbe()
194 Print (L"sf: Unsupported SPI flash detected with ID=%2x\n", RefId); in FlashProbe()
198 Print (L"sf: No SPI flash detected"); in FlashProbe()
228 Print (L"sf: Cannot locate SpiFlash protocol\n"); in ShellCommandRunSpiFlash()
238 Print (L"sf: Cannot locate SpiMaster protocol\n"); in ShellCommandRunSpiFlash()
245 Print (L"sf: Cannot initialize Shell\n"); in ShellCommandRunSpiFlash()
252 Print (L"sf: Error while parsing command line\n"); in ShellCommandRunSpiFlash()
272 Print (L"Please run sf probe\n"); in ShellCommandRunSpiFlash()
280 Print (L"sf: Too many flags\n"); in ShellCommandRunSpiFlash()
289 Print(L"sf: Cannot allocate SPI device!\n"); in ShellCommandRunSpiFlash()
334 Print (L"sf: No address parameter!\n"); in ShellCommandRunSpiFlash()
339 Print (L"sf: Wrong address parameter\n"); in ShellCommandRunSpiFlash()
346 Print (L"sf: No offset Parameter!\n"); in ShellCommandRunSpiFlash()
351 Print (L"sf: Wrong offset parameter: %s", OffsetStr); in ShellCommandRunSpiFlash()
358 Print (L"sf: No lenght parameter!\n"); in ShellCommandRunSpiFlash()
363 Print (L"sf: Wrong length parameter %s!\n", LengthStr); in ShellCommandRunSpiFlash()
371 Print (L"sf: No FilePath parameter!\n"); in ShellCommandRunSpiFlash()
378 Print (L"sf: Wrong FilePath parameter!\n"); in ShellCommandRunSpiFlash()
385 Print (L"sf: Error while preparing file\n"); in ShellCommandRunSpiFlash()
393 Print (L"sf: Cannot get file size\n"); in ShellCommandRunSpiFlash()
400 Print (L"sf: Cannot allocate memory\n"); in ShellCommandRunSpiFlash()
408 Print (L"sf: Read from file error\n"); in ShellCommandRunSpiFlash()
411 Print (L"sf: Not whole file read. Abort\n"); in ShellCommandRunSpiFlash()
443 Print (L"sf: Error while performing spi transfer\n"); in ShellCommandRunSpiFlash()
449 Print (L"sf: %d bytes succesfully erased at offset 0x%x\n", ByteCount, in ShellCommandRunSpiFlash()
454 Print (L"sf: Write %d bytes at offset 0x%x\n", ByteCount, Offset); in ShellCommandRunSpiFlash()
458 Print (L"sf: Update %d bytes at offset 0x%x\n", ByteCount, Offset); in ShellCommandRunSpiFlash()
461 Print (L"sf: Read %d bytes from offset 0x%x\n", ByteCount, Offset); in ShellCommandRunSpiFlash()
466 Print (L"sf: Error while writing into file\n"); in ShellCommandRunSpiFlash()