Searched refs:SPINOR_DEBUG (Results 1 – 3 of 3) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/spinor/ |
| A D | cache.c | 63 SPINOR_DEBUG("clear cache addr 0x%x\n", c->addr); in clear_cache() 178 SPINOR_DEBUG("set cache addr as 0x%x\n", c->addr); in set_cache_addr() 226 SPINOR_DEBUG("flush erase: addr 0x%x blk cnt %u\n", in nor_flush_erase() 236 SPINOR_DEBUG("flush erase: addr 0x%x blk cnt %u\n", in nor_flush_erase() 301 SPINOR_DEBUG("try to write addr 0x%x with size %u\n", addr, len); in nor_cache_write() 330 SPINOR_DEBUG("write addr 0x%x len %d over cache addr 0x%x\n", in nor_cache_write() 349 SPINOR_DEBUG("write: mark page %d abs addr 0x%x\n", page, in nor_cache_write() 382 SPINOR_DEBUG("try to read addr 0x%x with size %u\n", addr, len); in nor_cache_read() 431 SPINOR_DEBUG("read not match cache addr 0x%x\n", in nor_cache_read() 456 SPINOR_DEBUG("try to sync nor cache\n"); in nor_cache_sync() [all …]
|
| A D | core.c | 117 SPINOR_DEBUG("register factory 0x%x", f->factory); in nor_register_factory() 251 SPINOR_DEBUG("set 4byte %d success", enable); in nor_set_4byte() 369 SPINOR_DEBUG("match nor %s on table", info->model); in match_nor() 762 SPINOR_DEBUG("try to erase addr 0x%x with size %u\n", addr, size); in nor_erase() 775 SPINOR_DEBUG("try to erase 64k from 0x%x\n", addr); in nor_erase() 788 SPINOR_DEBUG("try to erase 32k from 0x%x\n", addr); in nor_erase() 800 SPINOR_DEBUG("try to erase 4k from 0x%x\n", addr); in nor_erase() 934 SPINOR_DEBUG("try to write addr 0x%x with len %u\n", addr, len); in nor_write()
|
| A D | inter.h | 12 #define SPINOR_DEBUG(fmt, arg...) hal_log_debug(SPINOR_FMT(fmt), ##arg) macro
|
Completed in 11 milliseconds