Lines Matching refs:dbg

348 		dbg("read_page, unknown error");  in h_msb_read_page()
450 dbg("read_page: uncorrectable error"); in h_msb_read_page()
455 dbg("read_page: correctable error"); in h_msb_read_page()
459 dbg("read_page: INT error, but no status error bits"); in h_msb_read_page()
595 dbg("send_command: unknown error"); in h_msb_send_command()
688 dbg("parallel_switch: error"); in h_msb_parallel_switch()
753 dbg("Failed to reset the host controller"); in msb_reset()
761 dbg("Failed to reset the card"); in msb_reset()
818 dbg("marking page %d of pba %d as bad", page, pba); in msb_mark_page_bad()
1219 dbg("boot scan: can't read pba %d", pba); in msb_read_boot_blocks()
1224 dbg("management flag doesn't indicate boot block %d", in msb_read_boot_blocks()
1230 dbg("the pba at %d doesn' contain boot block ID", pba); in msb_read_boot_blocks()
1282 dbg("reading bad block of boot block at pba %d, offset %d len %d", in msb_read_bad_block_table()
1313 dbg("bad block table contains invalid block %d", in msb_read_bad_block_table()
1319 dbg("duplicate bad block %d in the table", in msb_read_bad_block_table()
1324 dbg("block %d is marked as factory bad", bad_block); in msb_read_bad_block_table()
1362 dbg("initial FTL tables created. Zone count = %d, Logical block count = %d", in msb_ftl_initialize()
1380 dbg("Start of media scanning"); in msb_ftl_scan()
1420 dbg("pba %05d -> [BAD]", pba); in msb_ftl_scan()
1428 dbg("pba %05d -> [reserved management flag %02x]", in msb_ftl_scan()
1436 dbg("pba %05d -> [temp table] - will erase", pba); in msb_ftl_scan()
1492 dbg("End of media scanning"); in msb_ftl_scan()
1574 dbg("page %d is marked as bad", page); in msb_cache_flush()
1592 dbg("marking page %d as containing damaged data", in msb_cache_flush()
1736 dbg("device page %d size isn't supported", msb->page_size); in msb_init_card()
1763 dbg("Total block count = %d", msb->block_count); in msb_init_card()
1764 dbg("Each block consists of %d pages", msb->pages_in_block); in msb_init_card()
1765 dbg("Page size = %d bytes", msb->page_size); in msb_init_card()
1766 dbg("Parallel mode supported: %d", !!(msb->caps & MEMSTICK_CAP_PAR4)); in msb_init_card()
1767 dbg("Read only: %d", msb->read_only); in msb_init_card()
1788 dbg("failed to read bad block table from primary boot block, trying from backup"); in msb_init_card()
2015 dbg("Refusing requests on removed card"); in msb_submit_req()
2042 dbg("Stopping all msblock IO"); in msb_stop()
2066 dbg("Resuming IO from msblock"); in msb_start()
2139 dbg("Set total disk size to %lu sectors", capacity); in msb_init_disk()
2151 dbg("Disk added"); in msb_init_disk()
2201 dbg("Removing the disk device"); in msb_remove()
2274 dbg("Card was removed/replaced during suspend"); in msb_resume()