Home
last modified time | relevance | path

Searched refs:pr_err (Results 1 – 25 of 192) sorted by relevance

12345678

/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Ddebug.c56 pr_err("Erase counter header dump:\n"); in ubi_dump_ec_hdr()
57 pr_err("\tmagic %#08x\n", be32_to_cpu(ec_hdr->magic)); in ubi_dump_ec_hdr()
58 pr_err("\tversion %d\n", (int)ec_hdr->version); in ubi_dump_ec_hdr()
59 pr_err("\tec %llu\n", (long long)be64_to_cpu(ec_hdr->ec)); in ubi_dump_ec_hdr()
60 pr_err("\tvid_hdr_offset %d\n", be32_to_cpu(ec_hdr->vid_hdr_offset)); in ubi_dump_ec_hdr()
61 pr_err("\tdata_offset %d\n", be32_to_cpu(ec_hdr->data_offset)); in ubi_dump_ec_hdr()
62 pr_err("\timage_seq %d\n", be32_to_cpu(ec_hdr->image_seq)); in ubi_dump_ec_hdr()
63 pr_err("\thdr_crc %#08x\n", be32_to_cpu(ec_hdr->hdr_crc)); in ubi_dump_ec_hdr()
64 pr_err("erase counter header hexdump:\n"); in ubi_dump_ec_hdr()
75 pr_err("Volume identifier header dump:\n"); in ubi_dump_vid_hdr()
[all …]
/rk3399_rockchip-uboot/fs/ubifs/
H A Ddebug.c222 pr_err("\tmagic %#x\n", le32_to_cpu(ch->magic)); in dump_ch()
223 pr_err("\tcrc %#x\n", le32_to_cpu(ch->crc)); in dump_ch()
224 pr_err("\tnode_type %d (%s)\n", ch->node_type, in dump_ch()
226 pr_err("\tgroup_type %d (%s)\n", ch->group_type, in dump_ch()
228 pr_err("\tsqnum %llu\n", in dump_ch()
230 pr_err("\tlen %u\n", le32_to_cpu(ch->len)); in dump_ch()
242 pr_err("Dump in-memory inode:"); in ubifs_dump_inode()
243 pr_err("\tinode %lu\n", inode->i_ino); in ubifs_dump_inode()
244 pr_err("\tsize %llu\n", in ubifs_dump_inode()
246 pr_err("\tnlink %u\n", inode->i_nlink); in ubifs_dump_inode()
[all …]
/rk3399_rockchip-uboot/drivers/phy/
H A Dsti_usb_phy.c50 pr_err("PHY global deassert failed: %d", ret); in sti_usb_phy_deassert()
56 pr_err("PHY port deassert failed: %d", ret); in sti_usb_phy_deassert()
88 pr_err("PHY port assert failed: %d", ret); in sti_usb_phy_exit()
94 pr_err("PHY global assert failed: %d", ret); in sti_usb_phy_exit()
117 pr_err("Can't get syscfg phandle: %d\n", ret); in sti_usb_phy_probe()
124 pr_err("unable to find syscon device (%d)\n", ret); in sti_usb_phy_probe()
130 pr_err("unable to find regmap\n"); in sti_usb_phy_probe()
140 pr_err("Bad PHY st,syscfg property %d\n", count); in sti_usb_phy_probe()
145 pr_err("Unsupported PHY param count %d\n", count); in sti_usb_phy_probe()
155 pr_err("can't get global reset for %s (%d)", dev->name, ret); in sti_usb_phy_probe()
[all …]
/rk3399_rockchip-uboot/drivers/usb/host/
H A Ddwc3-sti-glue.c72 pr_err("Unsupported mode of operation %d\n", plat->mode); in sti_dwc3_glue_drd_init()
113 pr_err("unable to find st,stih407-dwc3 reg property(%d)\n", ret); in sti_dwc3_glue_ofdata_to_platdata()
124 pr_err("unable to find syscon device (%d)\n", ret); in sti_dwc3_glue_ofdata_to_platdata()
131 pr_err("unable to find regmap\n"); in sti_dwc3_glue_ofdata_to_platdata()
139 pr_err("can't get powerdown reset for %s (%d)", dev->name, ret); in sti_dwc3_glue_ofdata_to_platdata()
146 pr_err("can't get soft reset for %s (%d)", dev->name, ret); in sti_dwc3_glue_ofdata_to_platdata()
163 pr_err("Can't find dwc3 subnode for %s\n", dev->name); in sti_dwc3_glue_bind()
184 pr_err("DWC3 powerdown reset deassert failed: %d", ret); in sti_dwc3_glue_probe()
190 pr_err("DWC3 soft reset deassert failed: %d", ret); in sti_dwc3_glue_probe()
205 pr_err("DWC3 soft reset deassert failed: %d", ret); in sti_dwc3_glue_probe()
[all …]
/rk3399_rockchip-uboot/drivers/misc/
H A Dtegra186_bpmp.c47 pr_err("tegra_ivc_write_get_next_frame() failed: %d\n", ret); in tegra186_bpmp_call()
58 pr_err("tegra_ivc_write_advance() failed: %d\n", ret); in tegra186_bpmp_call()
66 pr_err("tegra_ivc_channel_notified() failed: %d\n", ret); in tegra186_bpmp_call()
76 pr_err("tegra_ivc_read_get_next_frame() timed out (%d)\n", in tegra186_bpmp_call()
89 pr_err("tegra_ivc_write_advance() failed: %d\n", ret); in tegra186_bpmp_call()
94 pr_err("BPMP responded with error %d\n", err); in tegra186_bpmp_call()
147 pr_err("fdtdec_parse_phandle_with_args() failed: %d\n", ret); in tegra186_bpmp_get_shmem()
154 pr_err("fdtdec_get_addr_size_auto_noparent() failed\n"); in tegra186_bpmp_get_shmem()
169 pr_err("mbox_send() failed: %d\n", ret); in tegra186_bpmp_ivc_notify()
182 pr_err("mbox_get_by_index() failed: %d\n", ret); in tegra186_bpmp_probe()
[all …]
/rk3399_rockchip-uboot/common/
H A Dfb_mmc.c124 pr_err("too large for partition: '%s'\n", part_name); in write_raw_image()
133 pr_err("failed writing to device %d\n", dev_desc->devnum); in write_raw_image()
166 pr_err("invalid number of boot sectors: 0"); in fb_mmc_get_boot_header()
174 pr_err("cannot read header from boot partition"); in fb_mmc_get_boot_header()
182 pr_err("bad boot image magic"); in fb_mmc_get_boot_header()
221 pr_err("cannot find boot partition"); in fb_mmc_update_zimage()
233 pr_err("unable to read boot image header"); in fb_mmc_update_zimage()
240 pr_err("moving second stage is not supported yet"); in fb_mmc_update_zimage()
258 pr_err("cannot read ramdisk from boot partition"); in fb_mmc_update_zimage()
267 pr_err("cannot writeback boot image header"); in fb_mmc_update_zimage()
[all …]
H A Ddfu.c34 pr_err("usb_gadget_initialize failed\n"); in run_usb_dnl_gadget()
40 pr_err("g_dnl_register failed"); in run_usb_dnl_gadget()
96 pr_err("Deferred dfu_flush() failed!"); in run_usb_dnl_gadget()
H A Dfb_nand.c44 pr_err("Cannot initialize MTD partitions\n"); in fb_nand_lookup()
51 pr_err("cannot find partition: '%s'", partname); in fb_nand_lookup()
57 pr_err("partition '%s' is not stored on a NAND device", in fb_nand_lookup()
158 pr_err("invalid NAND device"); in fb_nand_flash_write()
213 pr_err("invalid NAND device"); in fb_nand_erase()
224 pr_err("failed erasing from device %s", mtd->name); in fb_nand_erase()
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/
H A Dmemconf.c34 pr_err("error: unsupported DRAM ch0 width\n"); in __uniphier_memconf_init()
55 pr_err("error: unsupported DRAM ch0 size\n"); in __uniphier_memconf_init()
70 pr_err("error: unsupported DRAM ch1 width\n"); in __uniphier_memconf_init()
91 pr_err("error: unsupported DRAM ch1 size\n"); in __uniphier_memconf_init()
118 pr_err("error: unsupported DRAM ch2 width\n"); in __uniphier_memconf_init()
139 pr_err("error: unsupported DRAM ch2 size\n"); in __uniphier_memconf_init()
/rk3399_rockchip-uboot/arch/arm/mach-tegra/
H A Dxusb-padctl-common.c87 pr_err("failed to parse \"nvidia,lanes\" property"); in tegra_xusb_padctl_group_parse_dt()
97 pr_err("failed to read string from \"nvidia,lanes\" property"); in tegra_xusb_padctl_group_parse_dt()
107 pr_err("failed to parse \"nvidia,func\" property"); in tegra_xusb_padctl_group_parse_dt()
160 pr_err("no lane for pin %s", group->pins[i]); in tegra_xusb_padctl_group_apply()
167 pr_err("function %s invalid for lane %s: %d", in tegra_xusb_padctl_group_apply()
209 pr_err("failed to apply group %s: %d", in tegra_xusb_padctl_config_apply()
235 pr_err("failed to parse group %s", group->name); in tegra_xusb_padctl_config_parse_dt()
253 pr_err("registers not found"); in tegra_xusb_padctl_parse_dt()
264 pr_err("failed to parse entry %s: %d", in tegra_xusb_padctl_parse_dt()
292 pr_err("failed to parse DT: %d", err); in tegra_xusb_process_nodes()
[all …]
/rk3399_rockchip-uboot/drivers/net/
H A Ddwc_eth_qos.c409 pr_err("MDIO not idle at entry"); in eqos_mdio_read()
429 pr_err("MDIO read didn't complete"); in eqos_mdio_read()
453 pr_err("MDIO not idle at entry"); in eqos_mdio_write()
475 pr_err("MDIO read didn't complete"); in eqos_mdio_write()
493 pr_err("clk_enable(clk_slave_bus) failed: %d", ret); in eqos_start_clks_tegra186()
499 pr_err("clk_enable(clk_master_bus) failed: %d", ret); in eqos_start_clks_tegra186()
505 pr_err("clk_enable(clk_rx) failed: %d", ret); in eqos_start_clks_tegra186()
511 pr_err("clk_enable(clk_ptp_ref) failed: %d", ret); in eqos_start_clks_tegra186()
517 pr_err("clk_set_rate(clk_ptp_ref) failed: %d", ret); in eqos_start_clks_tegra186()
523 pr_err("clk_enable(clk_tx) failed: %d", ret); in eqos_start_clks_tegra186()
[all …]
H A Dbcm-sf2-eth.c43 pr_err("%s: Couldn't cofigure MAC!\n", __func__); in bcm_sf2_eth_init()
93 pr_err("%s: Tx timeout: retried 20 times\n", __func__); in bcm_sf2_eth_send()
120 pr_err("%s: Wrong Ethernet packet size (%d B), skip!\n", in bcm_sf2_eth_receive()
169 pr_err("%s: PHY %d startup failed!\n", __func__, i); in bcm_sf2_eth_open()
171 pr_err("%s: No default port %d!\n", __func__, i); in bcm_sf2_eth_open()
208 pr_err("%s: Not enough memory!\n", __func__); in bcm_sf2_eth_register()
214 pr_err("%s: Not enough memory!\n", __func__); in bcm_sf2_eth_register()
237 pr_err("%s: Adding GMAC failed!\n", __func__); in bcm_sf2_eth_register()
266 pr_err("%s: configuration failed!\n", __func__); in bcm_sf2_eth_register()
/rk3399_rockchip-uboot/drivers/power/pmic/
H A Das3722_gpio.c29 pr_err("failed to configure GPIO#%u: %d", gpio, err); in as3722_gpio_configure()
49 pr_err("failed to read GPIO signal out register: %d", err); in as3722_gpio_set_value()
64 pr_err("failed to set GPIO#%u %s: %d", gpio, l, err); in as3722_gpio_set_value()
87 pr_err("failed to configure GPIO#%u as output: %d", gpio, err); in as3722_gpio_direction_output()
93 pr_err("failed to set GPIO#%u high: %d", gpio, err); in as3722_gpio_direction_output()
H A Das3722.c49 pr_err("failed to read ID1 register: %d", ret); in as3722_read_id()
56 pr_err("failed to read ID2 register: %d", ret); in as3722_read_id()
74 pr_err("failed to write SD%u voltage register: %d", sd, ret); in as3722_sd_set_voltage()
90 pr_err("failed to write LDO%u voltage register: %d", ldo, in as3722_ldo_set_voltage()
105 pr_err("failed to read ID: %d", ret); in as3722_probe()
110 pr_err("unknown device"); in as3722_probe()
H A Dsandbox.c34 pr_err("write error to device: %p register: %#x!", dev, reg); in sandbox_pmic_write()
45 pr_err("read error from device: %p register: %#x!", dev, reg); in sandbox_pmic_read()
55 pr_err("%s:%d PMIC: %s - no child found!", __func__, __LINE__, in sandbox_pmic_bind()
/rk3399_rockchip-uboot/board/st/stm32mp1/
H A Dstm32mp1.c288 pr_err("%s: can't find adc channel (%d)\n", __func__, in board_check_usb_power()
307 pr_err("%s: Can't get adc device(%d)\n", __func__, in board_check_usb_power()
315 pr_err("%s: single shot failed for %s[%d]!\n", in board_check_usb_power()
326 pr_err("%s: Can't get uV value for %s[%d]\n", in board_check_usb_power()
341 pr_err("\n*******************************************\n"); in board_check_usb_power()
344 pr_err("* WARNING 500mA power supply detected *\n"); in board_check_usb_power()
347 pr_err("* WARNING 1.5A power supply detected *\n"); in board_check_usb_power()
351 pr_err("* Current too low, use a 3A power supply! *\n"); in board_check_usb_power()
352 pr_err("*******************************************\n\n"); in board_check_usb_power()
414 pr_err("Can't find stm32mp_bsec driver\n"); in sysconf_init()
[all …]
/rk3399_rockchip-uboot/drivers/pinctrl/
H A Dpinctrl-sti.c145 pr_err("%s invalid direction value: 0x%x\n", in sti_pin_configure()
240 pr_err("Can't get the gpio bank phandle: %d\n", ret); in sti_pinctrl_set_state()
247 pr_err("Can't find bank-name property %d\n", count); in sti_pinctrl_set_state()
257 pr_err("Bad pin configuration array %d\n", count); in sti_pinctrl_set_state()
262 pr_err("Unsupported pinconf array count %d\n", count); in sti_pinctrl_set_state()
287 pr_err("unable to find syscon device\n"); in sti_pinctrl_probe()
293 pr_err("unable to find regmap\n"); in sti_pinctrl_probe()
/rk3399_rockchip-uboot/drivers/pci/
H A Dpci_tegra.c374 pr_err("property \"assigned-addresses\" not found"); in tegra_pcie_port_parse_dt()
465 pr_err("failed to parse \"nvidia,num-lanes\" property"); in tegra_pcie_parse_port_info()
473 pr_err("failed to parse \"reg\" property"); in tegra_pcie_parse_port_info()
496 pr_err("resource \"pads\" not found"); in tegra_pcie_parse_dt()
502 pr_err("resource \"afi\" not found"); in tegra_pcie_parse_dt()
508 pr_err("resource \"cs\" not found"); in tegra_pcie_parse_dt()
514 pr_err("tegra_pcie_board_init() failed: err=%d", err); in tegra_pcie_parse_dt()
523 pr_err("failed to prepare PHY: %d", err); in tegra_pcie_parse_dt()
535 pr_err("failed to obtain root port info"); in tegra_pcie_parse_dt()
565 pr_err("invalid lane configuration"); in tegra_pcie_parse_dt()
[all …]
/rk3399_rockchip-uboot/cmd/
H A Dthordown.c36 pr_err("USB init failed: %d", ret); in do_thor_down()
45 pr_err("THOR DOWNLOAD failed: %d", ret); in do_thor_down()
52 pr_err("THOR failed: %d", ret); in do_thor_down()
H A Dfastboot.c32 pr_err("Fastboot UDP not enabled\n"); in do_fastboot()
43 pr_err("Fastboot USB not enabled\n"); in do_fastboot()
52 pr_err("USB init failed: %d", ret); in do_fastboot()
/rk3399_rockchip-uboot/drivers/usb/phy/
H A Drockchip_usb2_phy.c108 pr_err("Not found usb_otg address\n"); in otg_phy_parse()
130 pr_err("Not found usb_otg device\n"); in otg_phy_parse()
138 pr_err("Not found usbphy device\n"); in otg_phy_parse()
145 pr_err("Not found sub usbphy device\n"); in otg_phy_parse()
167 pr_err("otg-phy parse error\n"); in otg_phy_init()
206 pr_err("otg-phy parse error\n"); in otg_phy_off()
/rk3399_rockchip-uboot/board/nvidia/jetson-tk1/
H A Djetson-tk1.c52 pr_err("failed to update SD control register: %d", err); in as3722_sd_enable()
73 pr_err("failed to enable SD4: %d\n", ret); in tegra_pcie_board_init()
79 pr_err("failed to set SD4 voltage: %d\n", ret); in tegra_pcie_board_init()
/rk3399_rockchip-uboot/drivers/dfu/
H A Ddfu_ram.c21 pr_err("unsupported layout: %s\n", dfu_get_layout(dfu->layout)); in dfu_transfer_medium_ram()
26 pr_err("request exceeds allowed area\n"); in dfu_transfer_medium_ram()
65 pr_err("Invalid number of arguments.\n"); in dfu_fill_entity_ram()
72 pr_err("unsupported device: %s\n", argv[0]); in dfu_fill_entity_ram()
/rk3399_rockchip-uboot/drivers/power/regulator/
H A Dsandbox.c90 pr_err("Unknown regulator number: %lu for PMIC %s!", in out_get_value()
98 pr_err("PMIC read failed: %d\n", ret); in out_get_value()
118 pr_err("Unknown regulator number: %lu for PMIC %s!", in out_set_value()
125 pr_err("Wrong value for %s: %lu. Max is: %d.", in out_set_value()
137 pr_err("PMIC write failed: %d\n", ret); in out_set_value()
157 pr_err("PMIC read failed: %d\n", ret); in out_get_mode()
166 pr_err("Unknown operation mode for %s!", dev->name); in out_get_mode()
191 pr_err("Unknown operation mode for %s!", dev->name); in out_set_mode()
198 pr_err("PMIC write failed: %d\n", ret); in out_set_mode()
/rk3399_rockchip-uboot/drivers/sysreset/
H A Dsysreset_sti.c42 pr_err("Can't get syscfg phandle: %d\n", ret); in sti_sysreset_probe()
50 pr_err("%s: uclass_get_device_by_of_offset failed: %d\n", in sti_sysreset_probe()
57 pr_err("unable to get regmap for %s\n", syscon->name); in sti_sysreset_probe()

12345678