Symbol: doc_dbg
drivers/mtd/devices/docg3.c
1020
doc_dbg("doc_block_isbad(from=%lld) => block=(%d,%d), page=%d, ofs=%d\n",
drivers/mtd/devices/docg3.c
1049
doc_dbg("doc_get_erase_count(from=%lld, buf=%p)\n", from, buf);
drivers/mtd/devices/docg3.c
1114
doc_dbg("Timeout reached and the chip is still not ready\n");
drivers/mtd/devices/docg3.c
1121
doc_dbg("Erase/Write failed on (a) plane(s), status = %x\n",
drivers/mtd/devices/docg3.c
1146
doc_dbg("doc_erase_block(blocks=(%d,%d))\n", block0, block1);
drivers/mtd/devices/docg3.c
1190
doc_dbg("doc_erase(from=%lld, len=%lld\n", info->addr, info->len);
drivers/mtd/devices/docg3.c
1237
doc_dbg("doc_write_page(to=%lld)\n", to);
drivers/mtd/devices/docg3.c
1404
doc_dbg("doc_write_oob(from=%lld, mode=%d, data=(%p:%zu), oob=(%p:%zu))\n",
drivers/mtd/devices/docg3.c
1903
doc_dbg("docg3_resume()\n");
drivers/mtd/devices/docg3.c
1946
doc_dbg("docg3_suspend(): floor %d powerdown ok\n",
drivers/mtd/devices/docg3.c
218
doc_dbg("doc_reset_seq() -> isReady=%s\n", ret ? "false" : "true");
drivers/mtd/devices/docg3.c
238
doc_dbg("doc_read_data_area(buf=%p, len=%d)\n", buf, len);
drivers/mtd/devices/docg3.c
282
doc_dbg("doc_write_data_area(buf=%p, len=%d)\n", buf, len);
drivers/mtd/devices/docg3.c
321
doc_dbg("doc_set_reliable_mode(%s)\n", strmode[docg3->reliable]);
drivers/mtd/devices/docg3.c
359
doc_dbg("doc_set_asic_mode(%02x)\n", mode);
drivers/mtd/devices/docg3.c
377
doc_dbg("doc_set_device_id(%d)\n", id);
drivers/mtd/devices/docg3.c
401
doc_dbg("doc_set_extra_page_mode()\n");
drivers/mtd/devices/docg3.c
461
doc_dbg("doc_seek(blocks=(%d,%d), page=%d, ofs=%d, wear=%d)\n",
drivers/mtd/devices/docg3.c
510
doc_dbg("doc_write_seek(blocks=(%d,%d), page=%d, ofs=%d)\n",
drivers/mtd/devices/docg3.c
664
doc_dbg("doc_ecc_bch_fix_data: flipped %d bits\n", numerrs);
drivers/mtd/devices/docg3.c
700
doc_dbg("doc_read_page_prepare(blocks=(%d,%d), page=%d, ofsInPage=%d)\n",
drivers/mtd/devices/docg3.c
889
doc_dbg("doc_read_oob(from=%lld, mode=%d, data=(%p:%zu), oob=(%p:%zu))\n",
drivers/mtd/devices/docg3.c
930
doc_dbg("OOB - INFO: %*phC\n", 7, oobbuf);
drivers/mtd/devices/docg3.c
931
doc_dbg("OOB - HAMMING: %02x\n", oobbuf[7]);
drivers/mtd/devices/docg3.c
932
doc_dbg("OOB - BCH_ECC: %*phC\n", 7, oobbuf + 8);
drivers/mtd/devices/docg3.c
933
doc_dbg("OOB - UNUSED: %02x\n", oobbuf[15]);
drivers/mtd/devices/docg3.c
935
doc_dbg("ECC checks: ECCConf1=%x\n", eccconf1);
drivers/mtd/devices/docg3.c
936
doc_dbg("ECC HW_ECC: %*phC\n", 7, hwecc);