Home
last modified time | relevance | path

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

/bsp/allwinner/d1s/ports/partition/
A Dpartition.c23 #define DEBUG_TRACE rt_kprintf("[part] "); rt_kprintf macro
25 #define DEBUG_TRACE(...) macro
91 DEBUG_TRACE("read block: %d, size=%d\n", pos + part->partition->offset/part->sector_size, size); in partition_read()
108DEBUG_TRACE("write block: %d, size=%d\n", pos + part->partition->offset/part->sector_size, size); in partition_write()
114 DEBUG_TRACE("read-only partition!\n"); in partition_write()
140 DEBUG_TRACE("block device %s not found!\r\n", flash_device); in rt_partition_init()
176 DEBUG_TRACE("add partition: %s\n", part->name); in rt_partition_init()

Completed in 6 milliseconds