/openbmc/u-boot/drivers/tpm/ |
H A D | tpm_atmel_twi.c | 80 print_buffer(0, (void *)sendbuf, 1, send_size, 0); in tpm_atmel_twi_xfer() 129 print_buffer(0, recvbuf, 1, *recv_len, 0); in tpm_atmel_twi_xfer() 136 print_buffer(0, recvbuf, 1, *recv_len, 0); in tpm_atmel_twi_xfer()
|
H A D | tpm_tis_sandbox.c | 193 print_buffer(0, sendbuf, 1, send_size, 0); in sandbox_tpm_xfer() 313 print_buffer(0, recvbuf, 1, *recv_len, 0); in sandbox_tpm_xfer()
|
/openbmc/u-boot/include/ |
H A D | display_options.h | 47 int print_buffer(ulong addr, const void *data, uint width, uint count,
|
/openbmc/u-boot/cmd/ |
H A D | fpgad.c | 78 print_buffer(addr, (void *)linebuf, sizeof(u16), in do_fpga_md()
|
H A D | sf.c | 462 print_buffer(i, vbuf + i, 1, in spi_flash_test() 485 print_buffer(i, buf + i, 1, in spi_flash_test() 488 print_buffer(i, vbuf + i, 1, in spi_flash_test()
|
H A D | axi.c | 246 print_buffer(addr, (void *)linebuf, unitsize, in do_axi_md()
|
H A D | mem.c | 88 print_buffer(addr, buf, size, length, DISP_LINE_LEN / size); in do_mem_md()
|
/openbmc/u-boot/arch/x86/cpu/broadwell/ |
H A D | refcode.c | 112 print_buffer(CONFIG_X86_REFCODE_RUN_ADDR, (void *)func, 1, 0x40, 0); in cpu_run_reference_code()
|
/openbmc/u-boot/drivers/misc/ |
H A D | rockchip-efuse.c | 74 print_buffer(0, fuses, 1, 128, 16); in dump_efuses()
|
H A D | i2c_eeprom_emul.c | 16 #define debug_buffer print_buffer
|
/openbmc/u-boot/arch/arm/mach-imx/ |
H A D | hab.c | 616 print_buffer(ivt_addr, (void *)(ivt_addr), 4, 0x8, 0); in imx_hab_authenticate_image() 619 print_buffer(ivt->csf, (void *)(ivt->csf), 4, 0x10, 0); in imx_hab_authenticate_image()
|
/openbmc/u-boot/lib/ |
H A D | display_options.c | 133 int print_buffer(ulong addr, const void *data, uint width, uint count, in print_buffer() function
|
H A D | aes.c | 591 print_buffer(0, data, 1, num_bytes, 16); in debug_print_vector()
|
H A D | fdtdec.c | 626 print_buffer((ulong)gd->fdt_blob, gd->fdt_blob, 4, in fdtdec_prepare_fdt()
|
/openbmc/u-boot/board/corscience/tricorder/ |
H A D | tricorder-eeprom.c | 164 print_buffer(0, &eeprom, 1, sizeof(eeprom), 16); in tricorder_eeprom_write()
|
/openbmc/u-boot/drivers/rtc/ |
H A D | i2c_rtc_emul.c | 25 #define debug_buffer print_buffer
|
/openbmc/linux/drivers/atm/ |
H A D | solos-pci.c | 171 static int print_buffer(struct sk_buff *buf); 823 print_buffer(skb); in solos_bh() 847 print_buffer(skb); in solos_bh() 999 static int print_buffer(struct sk_buff *buf) in print_buffer() function 1115 print_buffer(oldskb); in fpga_tx()
|
/openbmc/linux/drivers/misc/ |
H A D | ibmvmc.c | 1214 char print_buffer[HMC_ID_LEN + 1]; in ibmvmc_ioctl_sethmcid() local 1253 memset(print_buffer, 0, HMC_ID_LEN + 1); in ibmvmc_ioctl_sethmcid() 1254 strncpy(print_buffer, hmc->hmc_id, HMC_ID_LEN); in ibmvmc_ioctl_sethmcid() 1255 pr_info("ibmvmc: sethmcid: Set HMC ID: \"%s\"\n", print_buffer); in ibmvmc_ioctl_sethmcid()
|
/openbmc/linux/block/ |
H A D | sed-opal.c | 269 static void print_buffer(const u8 *ptr, u32 length) in print_buffer() function 577 print_buffer(dev->resp, hlen); in opal_discovery0_end() 1039 print_buffer(pos, sizeof(*hdr)); in response_parse() 1048 print_buffer(pos, total); in response_parse() 1173 print_buffer(dev->cmd, dev->pos); in parse_and_check_status() 1267 print_buffer(dev->cmd, dev->pos); in finalize_and_send()
|
/openbmc/u-boot/drivers/mmc/ |
H A D | gen_atmel_mci.c | 332 print_buffer(0, data->dest + cnt * block_count,
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | pxa27x_udc.c | 32 print_buffer(0, buf, 1, len, 0); in udc_dump_buffer()
|
/openbmc/u-boot/drivers/net/ |
H A D | xilinx_axi_emac.c | 615 print_buffer(&rxframe, &rxframe[0], 1, length, 16); in axiemac_recv()
|
/openbmc/u-boot/board/gdsys/p1022/ |
H A D | controlcenterd-id.c | 1145 print_buffer(0, hash_ptr->digest, 1, 20, 20); in show_self_hash()
|