| /rk3399_rockchip-uboot/drivers/mtd/ubi/ |
| H A D | debug.h | 74 return ubi->dbg.disable_bgt; in ubi_dbg_is_bgt_disabled() 85 if (ubi->dbg.emulate_bitflips) in ubi_dbg_is_bitflip() 99 if (ubi->dbg.emulate_io_failures) in ubi_dbg_is_write_failure() 113 if (ubi->dbg.emulate_io_failures) in ubi_dbg_is_erase_failure() 120 return ubi->dbg.chk_io; in ubi_dbg_chk_io() 125 return ubi->dbg.chk_gen; in ubi_dbg_chk_gen() 130 return ubi->dbg.chk_fastmap; in ubi_dbg_chk_fastmap() 135 ubi->dbg.chk_fastmap = 1; in ubi_enable_dbg_chk_fastmap()
|
| H A D | debug.c | 264 d = &ubi->dbg; in dfs_file_read() 328 d = &ubi->dbg; in dfs_file_write() 402 struct ubi_debug_info *d = &ubi->dbg; in ubi_debugfs_init_dev() 503 debugfs_remove_recursive(ubi->dbg.dfs_dir); in ubi_debugfs_exit_dev() 517 if ((ubi->dbg.emulate_power_cut & caller) == 0) in ubi_dbg_power_cut() 520 if (ubi->dbg.power_cut_counter == 0) { in ubi_dbg_power_cut() 521 ubi->dbg.power_cut_counter = ubi->dbg.power_cut_min; in ubi_dbg_power_cut() 523 if (ubi->dbg.power_cut_max > ubi->dbg.power_cut_min) { in ubi_dbg_power_cut() 524 range = ubi->dbg.power_cut_max - ubi->dbg.power_cut_min; in ubi_dbg_power_cut() 525 ubi->dbg.power_cut_counter += prandom_u32() % range; in ubi_dbg_power_cut() [all …]
|
| H A D | ubi.h | 627 struct ubi_debug_info dbg; member
|
| /rk3399_rockchip-uboot/arch/mips/mach-au1x00/ |
| H A D | au1x00_usb_ohci.c | 59 #define dbg(format, arg...) printf("DEBUG: " format "\n", ## arg) macro 61 #define dbg(format, arg...) do {} while(0) macro 156 dbg("%s URB:[%4x] dev:%2d,ep:%2d-%c,type:%s,len:%d/%d stat:%#lx", in pkt_print() 211 dbg ("%s: 0x%08x%s%s%s%s%s%s%s%s%s", in ohci_dump_intr_mask() 231 dbg ("%s %08x", label, value); in maybe_print_eds() 232 dbg ("%08x", edp->hwINFO); in maybe_print_eds() 233 dbg ("%08x", edp->hwTailP); in maybe_print_eds() 234 dbg ("%08x", edp->hwHeadP); in maybe_print_eds() 235 dbg ("%08x", edp->hwNextED); in maybe_print_eds() 258 dbg ("spec %d.%d", (temp >> 4), (temp & 0x0f)); in ohci_dump_status() [all …]
|
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | debug.h | 226 return !!(ubifs_dbg.chk_gen || c->dbg->chk_gen); in dbg_is_chk_gen() 230 return !!(ubifs_dbg.chk_index || c->dbg->chk_index); in dbg_is_chk_index() 234 return !!(ubifs_dbg.chk_orph || c->dbg->chk_orph); in dbg_is_chk_orph() 238 return !!(ubifs_dbg.chk_lprops || c->dbg->chk_lprops); in dbg_is_chk_lprops() 242 return !!(ubifs_dbg.chk_fs || c->dbg->chk_fs); in dbg_is_chk_fs() 246 return !!(ubifs_dbg.tst_rcvry || c->dbg->tst_rcvry); in dbg_is_tst_rcvry() 250 return !!c->dbg->pc_happened; in dbg_is_power_cut()
|
| H A D | debug.c | 981 struct ubifs_debug_info *d = c->dbg; in dbg_save_space_info() 1031 struct ubifs_debug_info *d = c->dbg; in dbg_check_space_info() 2503 struct ubifs_debug_info *d = c->dbg; in power_cut_emulated() 2621 if (c->dbg->pc_happened) in dbg_leb_write() 2643 if (c->dbg->pc_happened) in dbg_leb_change() 2659 if (c->dbg->pc_happened) in dbg_leb_unmap() 2675 if (c->dbg->pc_happened) in dbg_leb_map() 2731 struct ubifs_debug_info *d = c->dbg; in dfs_file_read() 2784 struct ubifs_debug_info *d = c->dbg; in dfs_file_write() 2864 struct ubifs_debug_info *d = c->dbg; in dbg_debugfs_init_fs() [all …]
|
| H A D | ubifs.h | 2065 struct ubifs_debug_info *dbg; member
|
| H A D | lpt_commit.c | 1790 struct ubifs_debug_info *d = c->dbg; in dbg_chk_lpt_sz()
|
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | ohci-hcd.c | 90 #define dbg(format, arg...) printf("DEBUG: " format "\n", ## arg) macro 92 #define dbg(format, arg...) do {} while (0) macro 284 dbg("%s URB:[%4x] dev:%2lu,ep:%2lu-%c,type:%s,len:%d/%d stat:%#lx", in pkt_print() 344 dbg("%s: 0x%08x%s%s%s%s%s%s%s%s%s", in ohci_dump_intr_mask() 364 dbg("%s %08x", label, value); in maybe_print_eds() 366 dbg("%08x", edp->hwINFO); in maybe_print_eds() 367 dbg("%08x", edp->hwTailP); in maybe_print_eds() 368 dbg("%08x", edp->hwHeadP); in maybe_print_eds() 369 dbg("%08x", edp->hwNextED); in maybe_print_eds() 392 dbg("spec %d.%d", (temp >> 4), (temp & 0x0f)); in ohci_dump_status() [all …]
|
| /rk3399_rockchip-uboot/include/ |
| H A D | fsl_usb.h | 38 u32 dbg; member
|
| H A D | efi_api.h | 189 efi_status_t (*convert_pointer)(unsigned long dbg, void **address);
|
| /rk3399_rockchip-uboot/examples/standalone/ |
| H A D | sched.c | 62 static uchar dbg = 0; variable 65 if(dbg != 0) { \
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | bch.c | 98 #ifndef dbg 99 #define dbg(_fmt, args...) do {} while (0) macro 464 dbg("elp=%s\n", gf_poly_str(elp)); in compute_error_locator_polynomial() 811 dbg("gcd(%s,%s)=", gf_poly_str(a), gf_poly_str(b)); in gf_poly_gcd() 826 dbg("%s\n", gf_poly_str(a)); in gf_poly_gcd() 872 dbg("Tr(a^%d.X) mod f = %s\n", k, gf_poly_str(out)); in compute_trace_bk_mod() 887 dbg("factoring %s...\n", gf_poly_str(f)); in factor_polynomial() 1180 dbg("x%d = %x\n", r, x); in build_deg2_base()
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | fsl_elbc_nand.c | 33 #define dbg(format, arg...) printf("DEBUG: " format, ##arg) macro 35 #define dbg(format, arg...) do {} while (0) macro 468 dbg("fsl_elbc_cmdfunc: NAND_CMD_RESET.\n"); in fsl_elbc_cmdfunc()
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | immap_qe.h | 506 typedef struct dbg { struct 583 dbg_t dbg; /* Debug Space */ member
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | at91sam9n12.dtsi | 989 atmel,dbg-halt;
|
| H A D | at91sam9260.dtsi | 999 atmel,dbg-halt;
|
| H A D | at91sam9263.dtsi | 931 atmel,dbg-halt;
|
| H A D | at91sam9x5.dtsi | 1195 atmel,dbg-halt;
|
| H A D | at91sam9g45.dtsi | 1139 atmel,dbg-halt;
|
| H A D | sama5d3.dtsi | 1334 atmel,dbg-halt;
|