Home
last modified time | relevance | path

Searched refs:dbg_eba (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/mtd/ubi/
Deba.c333 dbg_eba("erase LEB %d:%d, PEB %d", vol_id, lnum, pnum); in ubi_eba_unmap_leb()
382 dbg_eba("read %d bytes from offset %d of LEB %d:%d (unmapped)", in ubi_eba_read_leb()
390 dbg_eba("read %d bytes from offset %d of LEB %d:%d, PEB %d", in ubi_eba_read_leb()
669 dbg_eba("write %d bytes at offset %d of LEB %d:%d, PEB %d", in ubi_eba_write_leb()
711 dbg_eba("write VID hdr and %d bytes at offset %d of LEB %d:%d, PEB %d", in ubi_eba_write_leb()
834 dbg_eba("write VID hdr and %d bytes at LEB %d:%d, PEB %d, used_ebs %d", in ubi_eba_write_leb_st()
954 dbg_eba("change LEB %d:%d, PEB %d, write VID hdr to PEB %d", in ubi_eba_atomic_leb_change()
1392 dbg_eba("initialize EBA sub-system"); in ubi_eba_init()
1460 dbg_eba("EBA sub-system is initialized"); in ubi_eba_init()
Ddebug.h39 #define dbg_eba(fmt, ...) ubi_dbg_msg("eba", fmt, ##__VA_ARGS__) macro