Lines Matching refs:sflash_debug
33 #define sflash_debug(format,args...) rt_kprintf(format, ##args) macro
35 #define sflash_debug(format,args...) macro
152 sflash_debug("SFLASH: Can't find device %s!\n", in efm_spiFlash_init()
156 sflash_debug("SFLASH: Find device %s\n", SFLASH_USING_DEVICE_NAME); in efm_spiFlash_init()
174 sflash_debug("SFLASH: Init failed!\n"); in efm_spiFlash_init()
195 sflash_debug("SFLASH: Already deinit!\n"); in efm_spiFlash_deinit()
205 sflash_debug("SFLASH: Close device %s\n", SFLASH_USING_DEVICE_NAME); in efm_spiFlash_deinit()
210 sflash_debug("SFLASH: Deinit failed!\n"); in efm_spiFlash_deinit()
276 sflash_debug("SFLASH: Inst %x\n", sflash_inst_code_tbl[command]); in efm_spiFlash_cmd()
279 sflash_debug("SFLASH: No data!\n"); in efm_spiFlash_cmd()
287 sflash_debug("SFLASH: No buffer specified!\n"); in efm_spiFlash_cmd()
349 sflash_debug("SFLASH: Read failed!\n"); in efm_spiFlash_cmd()
354 sflash_debug("SFLASH: Read %d bytes data to 0x%x\n", data_len, buffer); in efm_spiFlash_cmd()
367 sflash_debug("SFLASH: Write failed!\n"); in efm_spiFlash_cmd()
371 sflash_debug("SFLASH: Write %d/%d bytes data\n", data_len, \ in efm_spiFlash_cmd()