Searched refs:dbg_eba (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/mtd/ubi/ |
| H A D | eba.c | 334 dbg_eba("erase LEB %d:%d, PEB %d", vol_id, lnum, pnum); in ubi_eba_unmap_leb() 383 dbg_eba("read %d bytes from offset %d of LEB %d:%d (unmapped)", in ubi_eba_read_leb() 391 dbg_eba("read %d bytes from offset %d of LEB %d:%d, PEB %d", in ubi_eba_read_leb() 670 dbg_eba("write %d bytes at offset %d of LEB %d:%d, PEB %d", in ubi_eba_write_leb() 712 dbg_eba("write VID hdr and %d bytes at offset %d of LEB %d:%d, PEB %d", in ubi_eba_write_leb() 835 dbg_eba("write VID hdr and %d bytes at LEB %d:%d, PEB %d, used_ebs %d", in ubi_eba_write_leb_st() 955 dbg_eba("change LEB %d:%d, PEB %d, write VID hdr to PEB %d", in ubi_eba_atomic_leb_change() 1393 dbg_eba("initialize EBA sub-system"); in ubi_eba_init() 1461 dbg_eba("EBA sub-system is initialized"); in ubi_eba_init()
|
| H A D | debug.h | 45 #define dbg_eba(fmt, ...) ubi_dbg_msg("eba", fmt, ##__VA_ARGS__) macro
|
| /OK3568_Linux_fs/kernel/drivers/mtd/ubi/ |
| H A D | eba.c | 468 dbg_eba("erase LEB %d:%d, PEB %d", vol_id, lnum, pnum); in ubi_eba_unmap_leb() 621 dbg_eba("read %d bytes from offset %d of LEB %d:%d (unmapped)", in ubi_eba_read_leb() 629 dbg_eba("read %d bytes from offset %d of LEB %d:%d, PEB %d", in ubi_eba_read_leb() 960 dbg_eba("write VID hdr and %d bytes at offset %d of LEB %d:%d, PEB %d", in try_write_vid_and_data() 1030 dbg_eba("write %d bytes at offset %d of LEB %d:%d, PEB %d", in ubi_eba_write_leb() 1234 dbg_eba("change LEB %d:%d", vol_id, lnum); in ubi_eba_atomic_leb_change() 1618 dbg_eba("initialize EBA sub-system"); in ubi_eba_init() 1690 dbg_eba("EBA sub-system is initialized"); in ubi_eba_init()
|
| H A D | debug.h | 35 #define dbg_eba(fmt, ...) ubi_dbg_msg("eba", fmt, ##__VA_ARGS__) macro
|