Home
last modified time | relevance | path

Searched refs:printf (Results 751 – 775 of 3722) sorted by relevance

1...<<31323334353637383940>>...149

/openbmc/u-boot/drivers/video/
H A Datmel_hlcdfb.c75 printf("%s: %d: Timeout!\n", __func__, __LINE__); in lcd_ctrl_init()
81 printf("%s: %d: Timeout!\n", __func__, __LINE__); in lcd_ctrl_init()
87 printf("%s: %d: Timeout!\n", __func__, __LINE__); in lcd_ctrl_init()
93 printf("%s: %d: Timeout!\n", __func__, __LINE__); in lcd_ctrl_init()
220 printf("%s: %d: Timeout!\n", __func__, __LINE__); in lcd_ctrl_init()
226 printf("%s: %d: Timeout!\n", __func__, __LINE__); in lcd_ctrl_init()
232 printf("%s: %d: Timeout!\n", __func__, __LINE__); in lcd_ctrl_init()
238 printf("%s: %d: Timeout!\n", __func__, __LINE__); in lcd_ctrl_init()
304 printf("%s: %d: Timeout!\n", __func__, __LINE__); in atmel_hlcdc_init()
310 printf("%s: %d: Timeout!\n", __func__, __LINE__); in atmel_hlcdc_init()
[all …]
/openbmc/ipmitool/lib/
H A Dipmi_event.c233 printf("\n"); in print_sensor_states()
265 printf("Finding sensor %s... ", id); in ipmi_event_fromsensor()
268 printf("not found!\n"); in ipmi_event_fromsensor()
271 printf("ok\n"); in ipmi_event_fromsensor()
305 printf("Sensor States:\n"); in ipmi_event_fromsensor()
307 printf(" lcr : Lower Critical\n"); in ipmi_event_fromsensor()
308 printf(" lnc : Lower Non-Critical\n"); in ipmi_event_fromsensor()
309 printf(" unc : Upper Non-Critical\n"); in ipmi_event_fromsensor()
310 printf(" ucr : Upper Critical\n"); in ipmi_event_fromsensor()
311 printf(" unr : Upper Non-Recoverable\n"); in ipmi_event_fromsensor()
[all …]
H A Dipmi_raw.c269 printf("Wrote %d bytes to I2C device %02Xh\n", wsize, i2caddr); in ipmi_rawi2c_main()
274 printf("Read %d bytes from I2C device %02Xh\n", rsp->data_len, i2caddr); in ipmi_rawi2c_main()
282 printf("\n"); in ipmi_rawi2c_main()
283 printf(" %2.2x", rsp->data[i]); in ipmi_rawi2c_main()
285 printf("\n"); in ipmi_rawi2c_main()
292 printf("%s", (rsp->data[i] & bit) ? "1" : "0"); in ipmi_rawi2c_main()
294 printf(" "); in ipmi_rawi2c_main()
296 printf("\n"); in ipmi_rawi2c_main()
401 printf("\n"); in ipmi_raw_main()
402 printf(" %2.2x", rsp->data[i]); in ipmi_raw_main()
[all …]
/openbmc/linux/tools/iio/
H A Diio_generic_buffer.c95 printf("%05f ", ((float)val + info->offset) * info->scale); in print1byte()
97 printf("%05f ", ((float)input + info->offset) * info->scale); in print1byte()
118 printf("%05f ", ((float)val + info->offset) * info->scale); in print2byte()
141 printf("%05f ", ((float)val + info->offset) * info->scale); in print4byte()
166 printf("%" PRId64 " ", val); in print8byte()
168 printf("%05f ", in print8byte()
210 printf("\n"); in process_scan()
234 printf("%sabling: %s\n", in enable_disable_all_channels()
473 printf("iio device number being used is %d\n", dev_num); in main()
493 printf("trigger-less mode selected\n"); in main()
[all …]
/openbmc/linux/tools/usb/usbip/src/
H A Dusbip.c31 printf("usage: %s", usbip_usage_string); in usbip_usage()
109 printf("\n"); in usbip_help()
112 printf(" %-10s %s\n", cmd->name, cmd->help); in usbip_help()
113 printf("\n"); in usbip_help()
123 printf(PROGNAME " (%s)\n", usbip_version_string); in usbip_version()
166 printf("usbip: invalid option\n"); in main()
/openbmc/u-boot/drivers/power/
H A Dtwl4030.c35 printf("Error:TWL4030: failed to read the power register\n"); in twl4030_power_reset_init()
36 printf("Could not initialize hardware reset\n"); in twl4030_power_reset_init()
41 printf("Error:TWL4030: failed to write the power register\n"); in twl4030_power_reset_init()
42 printf("Could not initialize hardware reset\n"); in twl4030_power_reset_init()
119 printf("Could not write vsel to reg %02x (%d)\n", in twl4030_pmrecv_vsel_cfg()
128 printf("Could not write grp_sel to reg %02x (%d)\n", in twl4030_pmrecv_vsel_cfg()
/openbmc/u-boot/arch/arm/mach-imx/mx7ulp/
H A Dsoc.c133 printf("CPU: Freescale i.MX%s rev%d.%d at %d MHz\n", in print_cpuinfo()
138 printf("Reset cause: %s\n", get_reset_cause(cause)); in print_cpuinfo()
140 printf("Boot mode: "); in print_cpuinfo()
143 printf("Low power boot\n"); in print_cpuinfo()
146 printf("Dual boot\n"); in print_cpuinfo()
150 printf("Single boot\n"); in print_cpuinfo()
/openbmc/linux/samples/bpf/
H A Dtest_lru_dist.c249 printf("couldn't spawn #%d process\n", i); in run_parallel()
288 printf("bpf_map_update_elem(lru_map_fd, %llu): errno:%d\n", in do_test_lru_dist()
313 printf("%s (map_type:%d map_flags:0x%X):\n", __func__, map_type, in test_parallel_lru_dist()
340 printf("%s (map_type:%d map_flags:0x%X): ", __func__, map_type, in test_lru_loss0()
392 printf("%s (map_type:%d map_flags:0x%X): ", __func__, map_type, in test_lru_loss1()
416 printf("nr_losses:%d(/1000)\n", nr_losses); in test_lru_loss1()
462 printf(" task:%d nr_losses:%u\n", task, nr_losses); in do_test_parallel_lru_loss()
496 printf("Usage: %s <dist-file> <lru-size> <nr-tasks>\n", in main()
511 printf("nr_cpus:%d\n\n", nr_cpus); in main()
517 printf("%s has no key\n", dist_file); in main()
[all …]
/openbmc/u-boot/drivers/net/phy/
H A Daquantia.c123 printf("loading firmware file %s %s failed with error %d\n", in aquantia_read_fw()
162 printf("%s crc mismatch: calculated 0x%04hx phy 0x%04hx\n", in aquantia_load_memory()
191 printf("%s bad firmware crc: file 0x%04x calculated 0x%04x\n", in aquantia_upload_firmware()
244 printf("%s firmare loading done.\n", phydev->dev->name); in aquantia_upload_firmware()
267 printf("%s running firmware version %X.%X.%X\n", in aquantia_config()
309 printf("%s: system interface USXGMII\n", in aquantia_config()
312 printf("%s: system interface XFI\n", in aquantia_config()
335 printf("%s: %s Firmware Version %x.%x.%x\n", phydev->dev->name, in aquantia_config()
355 printf("%s Waiting for PHY auto negotiation to complete", in aquantia_startup()
361 printf("."); in aquantia_startup()
[all …]
/openbmc/u-boot/drivers/misc/imx8/
H A Dscu_api.c35 printf("%s: rate:%u resource:%u: clk:%u res:%d\n", in sc_pm_set_clock_rate()
60 printf("%s: resource:%d clk:%d: res:%d\n", in sc_pm_get_clock_rate()
116 printf("%s: resource:%d mode:%d: res:%d\n", in sc_pm_set_resource_power_mode()
142 printf("%s: val:%d pad:%d: res:%d\n", in sc_pad_set()
169 printf("%s: ctrl:%d resource:%d: res:%d\n", in sc_misc_get_control()
195 printf("%s: res:%d\n", __func__, RPC_R8(&msg)); in sc_misc_get_boot_dev()
219 printf("%s: status:%d res:%d\n", in sc_misc_boot_status()
240 printf("%s: err: %d\n", __func__, ret); in sc_misc_build_info()
300 printf("%s: mr:%d res:%d\n", __func__, mr, in sc_rm_is_memreg_owned()
359 printf("%s: resource:%d res:%d\n", in sc_rm_is_resource_owned()
[all …]
/openbmc/u-boot/drivers/net/
H A Dpcnet.c175 printf("pcnet: Can not allocate memory\n"); in pcnet_initialize()
196 printf("%s: Couldn't enable IO access or Bus Mastering\n", in pcnet_initialize()
267 printf("%s: PCnet version %#x not supported\n", in pcnet_probe()
455 printf("%s: TIMEOUT: Tx%d failed (status = 0x%x)\n", in pcnet_send()
500 printf("%s: Rx%d", dev->name, lp->cur_rx); in pcnet_recv()
503 printf(" Frame"); in pcnet_recv()
505 printf(" Overflow"); in pcnet_recv()
507 printf(" CRC"); in pcnet_recv()
509 printf(" Fifo"); in pcnet_recv()
510 printf(" Error\n"); in pcnet_recv()
[all …]
H A Dlan91c96.c73 #define PRINTK3(args...) printf(args)
79 #define PRINTK2(args...) printf(args)
85 #define PRINTK(args...) printf(args)
390 printf ("Transmitting Packet\n"); in smc_send_packet()
592 printf ("Receiving Packet\n"); in smc_rcv()
646 printf ("Packet of length %d \n", length); in print_packet()
659 printf ("%02x%02x ", a, b); in print_packet()
661 printf ("\n"); in print_packet()
668 printf ("%02x%02x ", a, b); in print_packet()
670 printf ("\n"); in print_packet()
[all …]
/openbmc/linux/tools/testing/selftests/powerpc/cache_shape/
H A Dcache_shape.c33 printf("%s cache size: %#10x %10dB %10dK\n", label, val, val, val / 1024); in print_size()
40 printf("%s line size: %#10x ", label, val & 0xFFFF); in print_geo()
44 printf("%u-way", assoc); in print_geo()
46 printf("fully"); in print_geo()
48 printf(" associative\n"); in print_geo()
/openbmc/linux/tools/perf/
H A Dbuiltin-version.c31 printf("[ "); in on_off_print()
38 printf(" ]"); in on_off_print()
44 printf("%22s: ", name); in status_print()
46 printf(" # %s\n", macro); in status_print()
91 printf("perf version %s\n", perf_version_string); in cmd_version()
/openbmc/qemu/tests/tcg/multiarch/
H A Dfloat_convs.c41 printf("from single: %s\n", in_fmt); in print_input()
56 printf(" to double: %s (%s)\n", out_fmt, flag_fmt); in convert_single_to_double()
73 printf("%11s: %" FMT " (%s)\n", to, output, flag_fmt); \
90 printf("### Rounding %s skipped\n", round_flags[i].desc); in CONVERT_SINGLE_TO_INT()
93 printf("### Rounding %s\n", round_flags[i].desc); in CONVERT_SINGLE_TO_INT()
H A Dfloat_madds.c46 printf("op : %s * %s + %s\n", a_fmt, b_fmt, c_fmt); in print_inputs()
60 printf("res: %s flags=%s (%d/%d)\n", r_fmt, flag_fmt, j, k); in print_result()
85 printf("### Rounding %s skipped\n", round_flags[i].desc); in main()
88 printf("### Rounding %s\n", round_flags[i].desc); in main()
99 printf("# LP184149\n"); in main()
H A Dfloat_convd.c41 printf("from double: %s\n", in_fmt); in print_input()
56 printf(" to single: %s (%s)\n", out_fmt, flag_fmt); in convert_double_to_single()
73 printf("%11s: %" FMT " (%s)\n", to, output, flag_fmt); \
90 printf("### Rounding %s skipped\n", round_flags[i].desc); in CONVERT_DOUBLE_TO_INT()
93 printf("### Rounding %s\n", round_flags[i].desc); in CONVERT_DOUBLE_TO_INT()
/openbmc/u-boot/drivers/tpm/
H A Dtpm_tis_lpc.c222 printf("%s:%d failed to feed %zd bytes of %zd\n", in tis_senddata()
251 printf("%s:%d TPM command feed overflow\n", in tis_senddata()
276 printf("%s:%d unexpected TPM status 0x%x\n", in tis_senddata()
314 printf("%s:%d failed processing command\n", in tis_readresponse()
322 printf("%s:%d TPM stuck on read\n", in tis_readresponse()
352 printf("%s:%d bad response size %d\n", in tis_readresponse()
364 printf("%s:%d failed to read response\n", in tis_readresponse()
379 printf("%s:%d wrong receive status %x\n", in tis_readresponse()
404 printf("%s:%d - failed to release locality %d\n", in tpm_tis_lpc_close()
421 printf("%s: Failed to close TPM\n", __func__); in tpm_tis_lpc_open()
[all …]
/openbmc/u-boot/drivers/fastboot/
H A Dfb_mmc.c348 printf("%s: updating MBR, Primary and Backup GPT(s)\n", in fastboot_mmc_flash_write()
351 printf("%s: invalid GPT - refusing to write to flash\n", in fastboot_mmc_flash_write()
357 printf("%s: writing GPT partitions failed\n", __func__); in fastboot_mmc_flash_write()
362 printf("........ success\n"); in fastboot_mmc_flash_write()
370 printf("%s: updating MBR\n", __func__); in fastboot_mmc_flash_write()
372 printf("%s: invalid MBR - refusing to write to flash\n", in fastboot_mmc_flash_write()
378 printf("%s: writing MBR partition failed\n", __func__); in fastboot_mmc_flash_write()
383 printf("........ success\n"); in fastboot_mmc_flash_write()
417 printf("Flashing sparse image at offset " LBAFU "\n", in fastboot_mmc_flash_write()
474 printf("Erasing blocks " LBAFU " to " LBAFU " due to alignment\n", in fastboot_mmc_erase()
[all …]
/openbmc/ipmitool/src/
H A Dipmishell.c210 printf("\n"); in ipmi_shell_main()
230 printf("%s ", argv[i]); in ipmi_echo_main()
232 printf("\n"); in ipmi_echo_main()
303 printf("Set session hostname to %s\n", in ipmi_set_main()
313 printf("Set session username to %s\n", in ipmi_set_main()
323 printf("Set session password\n"); in ipmi_set_main()
338 printf("Set session authtype to %s\n", in ipmi_set_main()
356 printf("Set session privilege level to %s\n", in ipmi_set_main()
372 printf("Set session port to %d\n", intf->ssn_params.port); in ipmi_set_main()
382 printf("Set local IPMB address to 0x%02x\n", intf->my_addr); in ipmi_set_main()
[all …]
/openbmc/linux/tools/testing/selftests/kvm/
H A Dget-reg-list.c105 printf("\t0x%llx,\n", id); in print_reg()
225 printf("%s: Failed to get ", config_name(c)); in run_test()
237 printf("%s: Failed to reject (ret=%d, errno=%d) ", config_name(c), ret, errno); in run_test()
256 printf("%s: Failed to set ", config_name(c)); in run_test()
275 printf("%s: Number blessed registers: %5lld\n", config_name(c), blessed_n); in run_test()
276 printf("%s: Number registers: %5lld (includes %lld filtered registers)\n", in run_test()
281 printf("\n%s: There are %d new registers.\n" in run_test()
290 printf("\n%s: There are %d missing registers.\n" in run_test()
314 printf( in help()
322 printf( in help()
[all …]
/openbmc/ipmitool/contrib/
H A Dlog_bmc.sh53 printf "0x04 %s 0x00 0x6f %s 0x00 0x00" ${type} ${status} > \
80 …1) printf -- %s\\n "Usage: $0 <os_boot|os_shutdown|inst_start|inst_complete|inst_abort|inst_fail>"…
81 2) printf -- %s\\n "failed to communicate with BMC." ;;
82 3) printf -- %s\\n "error adding ipmi sel entry." ;;
/openbmc/u-boot/board/ti/ks2_evm/
H A Dddr3_k2hk.c23 printf("Sorry, I don't know how to configure DDR3A.\n" in ddr3_init()
29 printf("Detected SO-DIMM [%s]\n", spd_cb.dimm_name); in ddr3_init()
33 printf("DDR3 speed %d\n", spd_cb.ddrspdclock); in ddr3_init()
60 printf("DRAM: %d GiB (includes reported below)\n", ddr3_size); in ddr3_init()
/openbmc/linux/arch/m68k/math-emu/
H A Dfp_cond.S45 printf PDECODE,"fnop\n"
54 printf PDECODE,"fbccw "
60 printf PDECODE,"fbccl "
66 1: printf PDECODE,"%x",1,%a0
73 1: printf PDECODE,"\n"
77 printf PDECODE,"fdbcc "
82 printf PDECODE,"d%d,%x\n",2,%d0,%a1
99 printf PDECODE,"fscc "
122 printf PDECODE,"\n"
167 printf PDECODE,"\n"
/openbmc/u-boot/include/linux/
H A Dcompat.h40 printf(fmt, ##args)
42 printf(fmt, ##args)
44 printf(fmt, ##args)
47 printf(fmt, ##args)
49 printf(fmt, ##args)
51 printf(fmt, ##args)
53 printf(fmt, ##args)
55 printf(fmt, ##args)
57 printf(fmt, ##args)
59 printf(fmt, ##args)

1...<<31323334353637383940>>...149