Lines Matching refs:pr_debug
222 pr_debug("read %s(%s) off 0x%x size %lu\n", part->name, part->devname, in part_read()
249 pr_debug("offset %lu not align %u, fix them before align read\n", in part_read()
251 pr_debug("step1: read page data from addr 0x%x\n", addr); in part_read()
260 pr_debug("step2: copy page data to buf with page offset 0x%x and len %u\n", in part_read()
297 pr_debug("last size %u not align %u, read them\n", size, blk->blk_bytes); in part_read()
299 pr_debug("step1: read page data from addr 0x%x\n", offset); in part_read()
307 pr_debug("step2: copy page data to buf with page with len %u\n", size); in part_read()
313 pr_debug("read data:\n"); in part_read()
434 pr_debug("write %s(%s) off 0x%x size %lu (erase %d)\n", part->name, in _part_write()
469 pr_debug("offset %u not align %u, fix them before align write\n", in _part_write()
471 pr_debug("step1: read page data from addr 0x%x\n", addr); in _part_write()
480 pr_debug("step2: copy buf data to page data with page offset 0x%x and len %u\n", in _part_write()
484 pr_debug("step3: flush the fixed page data\n"); in _part_write()
515 pr_debug("last size %u not align %u, write them\n", size, blk->blk_bytes); in _part_write()
517 pr_debug("step1: read page data from addr 0x%x\n", offset); in _part_write()
525 pr_debug("step2: copy buf to page data with page with len %u\n", size); in _part_write()
528 pr_debug("step3: flush the fixed page data\n"); in _part_write()
538 pr_debug("write data:\n"); in _part_write()