| /rk3399_rockchip-uboot/lib/efi_loader/ |
| H A D | efi_boottime.c | 58 int ret = entry_count++ == 0; in __efi_entry_check() local 64 return ret; in __efi_entry_check() 70 int ret = --entry_count == 0; in __efi_exit_check() local 74 return ret; in __efi_exit_check() 137 u64 ret; in efi_div10() local 139 ret = EFI_HIGH32(a) * EFI_HIGH32(EFI_TENTH); in efi_div10() 142 ret += EFI_HIGH32(prod); in efi_div10() 145 ret += EFI_HIGH32(prod); in efi_div10() 148 ret += EFI_HIGH32(rem); in efi_div10() 151 ++ret; in efi_div10() [all …]
|
| /rk3399_rockchip-uboot/drivers/gpio/ |
| H A D | mxc_gpio.c | 150 int ret = gpio_set_value(gpio, value); in gpio_direction_output() local 152 if (ret < 0) in gpio_direction_output() 153 return ret; in gpio_direction_output()
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/spi/ |
| H A D | macronix.c | 61 int ret = spi_mem_exec_op(spinand->slave, &op); in mx35lf1ge4ab_get_eccsr() local 62 if (ret) in mx35lf1ge4ab_get_eccsr() 63 return ret; in mx35lf1ge4ab_get_eccsr()
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv8/ |
| H A D | smccc-call.S | 22 1: ret
|
| H A D | transition.S | 50 ret
|
| /rk3399_rockchip-uboot/drivers/thermal/ |
| H A D | rockchip_thermal.c | 1089 int ret; in tsadc_get_temp_v3() local 1091 ret = tsadc_get_temp_v2(dev, chn, temp); in tsadc_get_temp_v3() 1092 if (!ret) in tsadc_get_temp_v3() 1095 return ret; in tsadc_get_temp_v3() 1275 int ret, i, shut_temp; in rockchip_thermal_probe() local 1278 ret = clk_set_defaults(dev); in rockchip_thermal_probe() 1279 if (ret) in rockchip_thermal_probe() 1280 printf("%s clk_set_defaults failed %d\n", __func__, ret); in rockchip_thermal_probe() 1283 ret = clk_get_by_name(dev, "tsadc", &clk); in rockchip_thermal_probe() 1284 if (ret) { in rockchip_thermal_probe() [all …]
|
| /rk3399_rockchip-uboot/arch/arm/mach-mvebu/armada8k/ |
| H A D | cache_llc.S | 38 ret
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | rockchip_lvds.c | 208 int ret; in rockchip_lvds_connector_enable() local 213 ret = rockchip_phy_set_mode(lvds->phy, PHY_MODE_VIDEO_LVDS); in rockchip_lvds_connector_enable() 214 if (ret) { in rockchip_lvds_connector_enable() 215 dev_err(lvds->dev, "failed to set phy mode: %d\n", ret); in rockchip_lvds_connector_enable() 216 return ret; in rockchip_lvds_connector_enable()
|
| H A D | rockchip_dw_hdmi.c | 360 int ret, i, screen_size; in drm_rk_selete_output() local 407 ret = part_get_info_by_name(dev_desc, "baseparameter", in drm_rk_selete_output() 409 if (ret < 0) { in drm_rk_selete_output() 415 ret = blk_dread(dev_desc, part_info.start + offset, 1, in drm_rk_selete_output() 417 if (ret < 0) { in drm_rk_selete_output()
|
| /rk3399_rockchip-uboot/drivers/ddr/fsl/ |
| H A D | main.c | 89 int ret; in __get_spd() local 104 ret = i2c_read(i2c_address, 0, 1, (uchar *)spd, 256); in __get_spd() 105 if (!ret) { in __get_spd() 107 ret = i2c_read(i2c_address, 0, 1, in __get_spd() 113 ret = i2c_read(i2c_address, 0, 1, (uchar *)spd, in __get_spd() 117 if (ret) { in __get_spd()
|
| /rk3399_rockchip-uboot/arch/arm/lib/ |
| H A D | lshrdi3.S | 30 ret lr
|
| H A D | ashldi3.S | 30 ret lr
|
| H A D | ashrdi3.S | 30 ret lr
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | elf.c | 110 unsigned long ret; in do_bootelf_exec() local 116 ret = entry(argc, argv); in do_bootelf_exec() 118 return ret; in do_bootelf_exec()
|
| /rk3399_rockchip-uboot/drivers/spi/ |
| H A D | mxs_spi.c | 201 int ret = 0; in mxs_spi_xfer_dma() local 301 ret = -EINVAL; in mxs_spi_xfer_dma() 307 return ret; in mxs_spi_xfer_dma()
|
| H A D | omap3_spi.c | 319 int ret = -1; in _spi_xfer() local 344 ret = 0; in _spi_xfer() 347 ret = omap3_spi_txrx(priv, len, dout, din, flags); in _spi_xfer() 349 ret = omap3_spi_write(priv, len, dout, flags); in _spi_xfer() 351 ret = omap3_spi_read(priv, len, din, flags); in _spi_xfer() 353 return ret; in _spi_xfer()
|
| /rk3399_rockchip-uboot/arch/mips/lib/ |
| H A D | bootm.c | 29 ulong ret; in arch_get_sp() local 31 __asm__ __volatile__("move %0, $sp" : "=r"(ret) : ); in arch_get_sp() 33 return ret; in arch_get_sp()
|
| /rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra186/ |
| H A D | cache.S | 24 ret
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap5/ |
| H A D | dra7xx_iodelay.h | 87 void __recalibrate_iodelay_end(int ret);
|
| /rk3399_rockchip-uboot/arch/nds32/cpu/n1213/ag101/ |
| H A D | watchdog.S | 30 ret
|
| /rk3399_rockchip-uboot/drivers/ddr/marvell/axp/ |
| H A D | ddr3_init.c | 914 int ret; in ddr3_check_config() local 922 ret = i2c_read(twsi_addr, offset, 1, (u8 *)&data, 1); in ddr3_check_config() 923 if (!ret) { in ddr3_check_config() 961 int ret; in ddr3_get_eprom_fabric() local 963 ret = i2c_read(NEW_FABRIC_TWSI_ADDR, 1, 1, (u8 *)&data, 1); in ddr3_get_eprom_fabric() 964 if (!ret) in ddr3_get_eprom_fabric()
|
| /rk3399_rockchip-uboot/drivers/bios_emulator/ |
| H A D | atibios.c | 629 int ret; in BootVideoCardBIOS() local 631 ret = biosemu_setup(pcidev, &VGAInfo); in BootVideoCardBIOS() 632 if (ret) in BootVideoCardBIOS() 634 ret = biosemu_run(pcidev, NULL, 0, VGAInfo, clean_up, -1, NULL); in BootVideoCardBIOS() 635 if (ret) in BootVideoCardBIOS()
|
| /rk3399_rockchip-uboot/arch/arm/mach-mvebu/ |
| H A D | mbus.c | 488 int ret; in mvebu_mbus_probe() local 515 ret = mbus_dt_setup_win(&mbus_state, base, size, target, attr); in mvebu_mbus_probe() 516 if (ret < 0) in mvebu_mbus_probe() 517 return ret; in mvebu_mbus_probe()
|
| /rk3399_rockchip-uboot/drivers/input/ |
| H A D | input.c | 624 int ret; in input_add_tables() local 630 ret = input_add_table(config, entry->left_keycode, in input_add_tables() 633 if (ret) in input_add_tables() 634 return ret; in input_add_tables()
|
| /rk3399_rockchip-uboot/drivers/ddr/altera/ |
| H A D | sdram.c | 438 int ret; in sdram_mmr_init_full() local 449 ret = sdram_write_verify(&sdr_ctrl->fpgaport_rst, in sdram_mmr_init_full() 451 if (ret) in sdram_mmr_init_full() 452 return ret; in sdram_mmr_init_full()
|