| /u-boot/drivers/remoteproc/ |
| A D | rproc-elf-loader.c | 55 pr_debug("Invalid fw address?\n"); 60 pr_debug("Image is too small\n"); 83 pr_debug("Image is too small\n"); 93 pr_debug("No loadable segments\n"); 98 pr_debug("Firmware size is too small\n"); 112 pr_debug("Invalid fw address?\n"); 117 pr_debug("Image is too small\n"); 139 pr_debug("Image is too small\n"); 149 pr_debug("No loadable segments\n"); 154 pr_debug("Firmware size is too small\n"); [all …]
|
| /u-boot/lib/crypto/ |
| A D | pkcs7_verify.c | 358 pr_debug("verify %s: %*phN\n", in pkcs7_verify_sig_chain() 370 pr_debug("- blacklisted\n"); in pkcs7_verify_sig_chain() 383 pr_debug("- authkeyid.id %*phN\n", in pkcs7_verify_sig_chain() 386 pr_debug("- authkeyid.skid %*phN\n", in pkcs7_verify_sig_chain() 398 pr_debug("- self-signed\n"); in pkcs7_verify_sig_chain() 412 pr_debug("- cmp [%u] %*phN\n", in pkcs7_verify_sig_chain() 423 pr_debug("- cmp [%u] %*phN\n", in pkcs7_verify_sig_chain() 431 pr_debug("- top\n"); in pkcs7_verify_sig_chain() 448 pr_debug("- subject %s\n", p->subject); in pkcs7_verify_sig_chain() 462 pr_debug("- self-signed\n"); in pkcs7_verify_sig_chain() [all …]
|
| A D | x509_cert_parser.c | 176 pr_debug("Unknown OID: [%lu] %s\n", in x509_note_OID() 209 pr_debug("PubKey Algo: %u\n", ctx->last_oid); in x509_note_pkey_algo() 495 pr_debug("Extension: %u\n", ctx->last_oid); in x509_process_extension() 512 pr_debug("subjkeyid %*phN\n", kid->len, kid->data); in x509_process_extension() 611 pr_debug("Got unsupported time [tag %02x]: '%*phN'\n", in x509_decode_time() 615 pr_debug("Got invalid time [tag %02x]: '%*phN'\n", in x509_decode_time() 647 pr_debug("AKID: keyid: %*phN\n", (int)vlen, value); in x509_akid_note_kid() 655 pr_debug("authkeyid %*phN\n", kid->len, kid->data); in x509_akid_note_kid() 669 pr_debug("AKID: name: %*phN\n", (int)vlen, value); in x509_akid_note_name() 686 pr_debug("AKID: serial: %*phN\n", (int)vlen, value); in x509_akid_note_serial() [all …]
|
| A D | asymmetric_type.c | 100 pr_debug("Look up: \"%s\"\n", req); in find_asymmetric_key() 105 pr_debug("Request for key '%s' err %ld\n", req, PTR_ERR(ref)); in find_asymmetric_key() 125 pr_debug("First ID matches, but second is missing\n"); in find_asymmetric_key() 129 pr_debug("First ID matches, but second does not\n"); in find_asymmetric_key() 402 pr_debug("Trying parser '%s'\n", parser->name); in asymmetric_key_preparse() 406 pr_debug("Parser recognised the format (ret %d)\n", in asymmetric_key_preparse()
|
| A D | pkcs7_parser.c | 396 pr_debug("Cert began with tag %02x at %lu\n", in pkcs7_extract_cert() 417 pr_debug("Got cert %u for %s\n", x509->index, x509->subject); in pkcs7_extract_cert() 418 pr_debug("- fingerprint %*phN\n", x509->id->len, x509->id->data); in pkcs7_extract_cert() 472 pr_debug("Got data\n"); in pkcs7_note_data()
|
| /u-boot/lib/ |
| A D | asn1_decoder.c | 208 pr_debug("next_op: pc=\e[32m%zu\e[m/%zu dp=\e[33m%zu\e[m/%zu C=%d J=%d\n", in asn1_ber_decoder() 241 pr_debug("- any %02x\n", tag); in asn1_ber_decoder() 254 pr_debug("- match? %02x %02x %02x\n", tag, optag, tmp); in asn1_ber_decoder() 312 pr_debug("- TAG: %02x %zu%s\n", in asn1_ber_decoder() 343 pr_debug("- LEAF: %zu\n", len); in asn1_ber_decoder() 366 pr_debug("- MATCH_JUMP\n"); in asn1_ber_decoder() 406 pr_debug("- end cons t=%zu dp=%zu l=%zu/%zu\n", in asn1_ber_decoder() 418 pr_debug("- continue\n"); in asn1_ber_decoder() 431 pr_debug("- continue\n"); in asn1_ber_decoder() 437 pr_debug("- cons len l=%zu d=%zu\n", len, dp - tdp); in asn1_ber_decoder() [all …]
|
| /u-boot/drivers/ram/cadence/ |
| A D | ddr_ctrl.c | 35 #ifdef pr_debug 36 #undef pr_debug 40 #define pr_debug(fmt, args...) printf(fmt, ##args) macro 43 #define pr_debug(fmt, args...) macro 189 pr_debug("%s port %d (reg8=%p, DENALI_CTL_%d)\n", in cdns_ddr_set_port_rw_priority() 208 pr_debug("%s port %d, entry %d (reg32=%p, DENALI_CTL_%d)\n", in cdns_ddr_enable_port_addr_range() 258 pr_debug("%s port %d, entry %d (reg8=%p, DENALI_CTL_%d)\n", in cdns_ddr_enable_port_prot() 296 pr_debug("%s port %d, (reg8=%p, DENALI_CTL_%d)\n", in cdns_ddr_set_port_bandwidth() 322 pr_debug("%s enabling ECC\n", __func__); in cdns_ddr_ctrl_init() 333 pr_debug("%s using 8-bit data\n", __func__); in cdns_ddr_ctrl_init()
|
| /u-boot/drivers/spi/ |
| A D | uniphier_spi.c | 102 pr_debug("CTL %08x\n", readl(priv->base + SSI_CTL)); in uniphier_spi_regdump() 103 pr_debug("CKS %08x\n", readl(priv->base + SSI_CKS)); in uniphier_spi_regdump() 104 pr_debug("TXWDS %08x\n", readl(priv->base + SSI_TXWDS)); in uniphier_spi_regdump() 105 pr_debug("RXWDS %08x\n", readl(priv->base + SSI_RXWDS)); in uniphier_spi_regdump() 106 pr_debug("FPS %08x\n", readl(priv->base + SSI_FPS)); in uniphier_spi_regdump() 107 pr_debug("SR %08x\n", readl(priv->base + SSI_SR)); in uniphier_spi_regdump() 108 pr_debug("IE %08x\n", readl(priv->base + SSI_IE)); in uniphier_spi_regdump() 109 pr_debug("IC %08x\n", readl(priv->base + SSI_IC)); in uniphier_spi_regdump() 110 pr_debug("FC %08x\n", readl(priv->base + SSI_FC)); in uniphier_spi_regdump() 111 pr_debug("XDR %08x\n", readl(priv->base + SSI_XDR)); in uniphier_spi_regdump()
|
| /u-boot/board/pine64/pinebook-pro-rk3399/ |
| A D | pinebook-pro-rk3399.c | 28 pr_debug("%s vcc5v0_usb init fail! ret %d\n", __func__, ret); in board_early_init_f() 34 pr_debug("%s vcc5v0-host-en-gpio set fail! ret %d\n", __func__, ret); in board_early_init_f()
|
| /u-boot/board/pine64/pinephone-pro-rk3399/ |
| A D | pinephone-pro-rk3399.c | 30 pr_debug("%s vcc5v0_usb init fail! ret %d\n", __func__, ret); in board_early_init_f() 36 pr_debug("%s vcc5v0-host-en-gpio set fail! ret %d\n", __func__, ret); in board_early_init_f()
|
| /u-boot/drivers/ata/ |
| A D | dwc_ahci.c | 65 pr_debug("unable to initialize the sata phy\n"); in dwc_ahci_probe() 71 pr_debug("unable to power on the sata phy\n"); in dwc_ahci_probe()
|
| /u-boot/drivers/bootcount/ |
| A D | bootcount-uclass.c | 59 pr_debug("%s: failed to store 0x%lx\n", __func__, val); in bootcount_store() 87 pr_debug("%s: failed to load bootcount\n", __func__); in bootcount_load()
|
| /u-boot/drivers/usb/common/ |
| A D | common.c | 32 pr_debug("usb dr_mode not found\n"); in usb_get_dr_mode() 83 pr_debug("usb maximum-speed not found\n"); in usb_get_maximum_speed()
|
| /u-boot/drivers/soc/ti/ |
| A D | k3-navss-ringacc.c | 46 pr_debug("WRITEL(32): v(%08X)-->reg(%p)\n", v, reg); in ringacc_writel() 55 pr_debug("READL(32): v(%08X)<--reg(%p)\n", v, reg); in ringacc_readl() 273 pr_debug("Giving ring#%d\n", id); in k3_nav_ringacc_request_ring() 407 pr_debug("%s %u occ: %u\n", __func__, in k3_nav_ringacc_ring_reset_dma() 815 pr_debug("ring_push_mem: free%d index%d\n", in k3_nav_ringacc_ring_push_mem() 850 pr_debug("ring_push%d: free%d index%d\n", in k3_nav_ringacc_ring_push() 869 pr_debug("ring_push_head: free%d index%d\n", in k3_nav_ringacc_ring_push_head() 891 pr_debug("ring_pop%d: occ%d index%d\n", in k3_nav_ringacc_ring_pop() 913 pr_debug("ring_pop_tail: occ%d index%d\n", in k3_nav_ringacc_ring_pop_tail() 985 pr_debug("cfg %p\n", base_cfg); in k3_nav_ringacc_init() [all …]
|
| /u-boot/drivers/mtd/nand/raw/ |
| A D | mxc_nand.c | 136 pr_debug("%s(%d): INT not set\n", 147 pr_debug("send_cmd(host, 0x%x)\n", cmd); 163 pr_debug("send_addr(host, 0x%x)\n", addr); 180 pr_debug("send_prog_page (%d)\n", spare_only); 230 pr_debug("send_read_page (%d)\n", spare_only); 396 pr_debug("%s: Reading OOB area of page %u to oob %p\n", 496 pr_debug("Reading page %u to buf %p oob %p\n", 713 pr_debug("MXC_NAND: HWECC uncorrectable 2-bit ECC error\n"); 775 pr_debug("mxc_nand_read_word(col = %d)\n", host->col_addr); 849 pr_debug("%s:%d: p = %p\n", __func__, [all …]
|
| /u-boot/common/ |
| A D | cli.c | 147 pr_debug("I/O internal error occurred.\n"); in run_commandf() 150 pr_debug("'fmt' size:%d exceeds the limit(%d)\n", in run_commandf()
|
| A D | cyclic.c | 36 pr_debug("Memory allocation error\n"); in cyclic_register()
|
| /u-boot/drivers/net/phy/ |
| A D | dp83867.c | 173 pr_debug("ti,clk-output-sel value %u out of range\n", in dp83867_of_init() 212 pr_debug("ti,rx-internal-delay must be specified\n"); in dp83867_of_init() 216 pr_debug("ti,rx-internal-delay value of %u out of range\n", in dp83867_of_init() 232 pr_debug("ti,tx-internal-delay value of %u out of range\n", in dp83867_of_init()
|
| /u-boot/drivers/usb/musb-new/ |
| A D | sunxi.c | 230 pr_debug("%s():\n", __func__); in sunxi_musb_enable() 250 pr_debug("failed to power on USB PHY\n"); in sunxi_musb_enable() 266 pr_debug("%s():\n", __func__); in sunxi_musb_disable() 274 pr_debug("failed to power off USB PHY\n"); in sunxi_musb_disable() 290 pr_debug("%s():\n", __func__); in sunxi_musb_init()
|
| A D | musb_gadget_ep0.c | 321 pr_debug("TEST_J\n"); in service_zero_data_request() 328 pr_debug("TEST_K\n"); in service_zero_data_request() 334 pr_debug("TEST_SE0_NAK\n"); in service_zero_data_request() 340 pr_debug("TEST_PACKET\n"); in service_zero_data_request() 347 pr_debug("TEST_FORCE_HS\n"); in service_zero_data_request() 353 pr_debug("TEST_FORCE_FS\n"); in service_zero_data_request() 359 pr_debug("TEST_FIFO_ACCESS\n"); in service_zero_data_request() 365 pr_debug("TEST_FORCE_HOST\n"); in service_zero_data_request()
|
| /u-boot/fs/ubifs/ |
| A D | debug.h | 157 pr_debug("UBIFS DBG " type " (pid %d): " fmt "\n", current->pid, \ 163 pr_debug("UBIFS DBG " type " (pid %d): " fmt "%s\n", current->pid, \ 174 pr_debug("UBIFS DBG " type ": " fmt "\n", \ 180 pr_debug("UBIFS DBG " type ": " fmt "%s\n", \
|
| /u-boot/lib/zstd/common/ |
| A D | zstd_deps.h | 104 #define ZSTD_DEBUG_PRINT(...) pr_debug(__VA_ARGS__)
|
| /u-boot/drivers/mmc/ |
| A D | mmc.c | 491 pr_debug("%s: Failed to set blocklen\n", __func__); in mmc_bread() 1549 pr_debug("Invalid Allocation Unit Size.\n"); in sd_read_ssr() 1662 pr_debug("%s: widths [", text); in mmc_dump_capabilities() 1664 pr_debug("8, "); in mmc_dump_capabilities() 1666 pr_debug("4, "); in mmc_dump_capabilities() 1668 pr_debug("1, "); in mmc_dump_capabilities() 1669 pr_debug("\b\b] modes ["); in mmc_dump_capabilities() 1672 pr_debug("%s, ", mmc_mode_name(mode)); in mmc_dump_capabilities() 1673 pr_debug("\b\b]\n"); in mmc_dump_capabilities() 1830 pr_debug("tuning failed\n"); in sd_select_mode_and_width() [all …]
|
| /u-boot/include/linux/ |
| A D | printk.h | 64 #define pr_debug(fmt, ...) \ macro
|
| /u-boot/drivers/dma/ti/ |
| A D | k3-udma.c | 250 pr_debug("READL(32): v(%08X)<--reg(%p)\n", v, base + reg); in udma_read() 365 pr_debug("%s: rrt_ctl: 0x%08x (peer: 0x%08x)\n", in udma_is_chan_running() 372 pr_debug("%s: trt_ctl: 0x%08x (peer: 0x%08x)\n", in udma_is_chan_running() 483 pr_debug("%s: ENTER (chan%d)\n", __func__, uc->id); in udma_stop_hard() 511 pr_debug("%s: chan:%d dir:%s\n", in udma_start() 562 pr_debug("%s: DONE chan:%d\n", __func__, uc->id); in udma_start() 621 pr_debug("%s: chan:%d dir:%s\n", in udma_stop() 736 pr_debug("chan%d: got tchan%d\n", uc->id, uc->tchan->id); in udma_get_tchan() 755 pr_debug("chan%d: got rchan%d\n", uc->id, uc->rchan->id); in udma_get_rchan() 1160 pr_debug("%s: chan:%d as %s\n", in udma_alloc_chan_resources() [all …]
|