Searched refs:ubi_dbg (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/mtd/ubispl/ |
H A D | ubispl.c | 69 ubi_dbg("Skipping bad or unreadable block %d", pnum); in ubi_io_read_vid_hdr() 93 ubi_dbg("RV: pnum: %i sqnum %llu", pnum, be64_to_cpu(vh->sqnum)); in ubi_io_read_vid_hdr() 114 ubi_dbg("RS: PEB %u vol: %u : %u typ %u lnum %u %u", in ubi_rescan_fm_vid_hdr() 138 ubi_dbg("SC: Add PEB %u to Vol %u as LEB %u fnd %d sc %d", in ubi_add_peb_to_vol() 175 ubi_dbg("Vol %u LEB %u PEB %u->sqnum %llu NPEB %u->sqnum %llu", in ubi_add_peb_to_vol() 253 ubi_dbg("Scanning pool size: %d", pool_size); in scan_pool() 426 ubi_dbg("FA: vol %u used %u res: %u", vol_id, used, reserved); in ubi_attach_fastmap() 458 ubi_dbg("FA: Vol: %u Ignoring empty LEB %d of %d", in ubi_attach_fastmap() 650 ubi_dbg("fastmap pool size: %d", ubi->fm_pool.max_size); in ubi_scan_fastmap() 651 ubi_dbg("fastmap WL pool size: %d", ubi->fm_wl_pool.max_size); in ubi_scan_fastmap() [all …]
|
H A D | ubispl.h | 120 #define ubi_dbg(fmt, ...) printf("UBI: debug:" fmt "\n", ##__VA_ARGS__) macro 122 #define ubi_dbg(fmt, ...) macro
|