| /rk3399_rockchip-uboot/drivers/tpm/ |
| H A D | tpm_tis_lpc.c | 153 return -ETIMEDOUT; in tis_wait_reg() 210 if (value == -ETIMEDOUT) { in tis_senddata() 225 return -ETIMEDOUT; in tis_senddata() 251 if ((value == -ETIMEDOUT) || !(value & TIS_STS_EXPECT)) { in tis_senddata() 254 return value == -ETIMEDOUT ? value : -EIO; in tis_senddata() 276 if ((value == -ETIMEDOUT) || (value & TIS_STS_EXPECT)) { in tis_senddata() 279 return value == -ETIMEDOUT ? value : -EIO; in tis_senddata() 314 if (value == -ETIMEDOUT) { in tis_readresponse() 364 if (value == -ETIMEDOUT) { in tis_readresponse() 406 if (ret == -ETIMEDOUT) { in tpm_tis_lpc_open() [all …]
|
| /rk3399_rockchip-uboot/test/dm/ |
| H A D | mailbox.c | 21 ut_asserteq(-ETIMEDOUT, sandbox_mbox_test_recv(dev, &msg)); in dm_test_mailbox() 25 ut_asserteq(-ETIMEDOUT, sandbox_mbox_test_recv(dev, &msg)); in dm_test_mailbox()
|
| /rk3399_rockchip-uboot/drivers/i2c/ |
| H A D | intel_i2c.c | 77 return -ETIMEDOUT; in smbus_wait_until_ready() 92 return -ETIMEDOUT; in smbus_wait_until_done() 105 return -ETIMEDOUT; in smbus_block_read() 128 return -ETIMEDOUT; in smbus_block_read() 169 return -ETIMEDOUT; in smbus_block_write() 195 return -ETIMEDOUT; in smbus_block_write()
|
| H A D | zynq_i2c.c | 174 ZYNQ_I2C_INTERRUPT_COMP) ? 0 : -ETIMEDOUT; in zynq_i2c_probe() 212 return -ETIMEDOUT; in zynq_i2c_read() 230 return -ETIMEDOUT; in zynq_i2c_read() 269 return -ETIMEDOUT; in zynq_i2c_write() 281 return -ETIMEDOUT; in zynq_i2c_write() 290 return -ETIMEDOUT; in zynq_i2c_write()
|
| /rk3399_rockchip-uboot/arch/x86/cpu/ |
| H A D | mp_init.c | 303 return -ETIMEDOUT; in apic_wait_timeout() 332 return -ETIMEDOUT; in start_aps() 343 return -ETIMEDOUT; in start_aps() 349 return -ETIMEDOUT; in start_aps() 356 return -ETIMEDOUT; in start_aps() 362 return -ETIMEDOUT; in start_aps()
|
| /rk3399_rockchip-uboot/board/gdsys/common/ |
| H A D | mclink.c | 83 return -ETIMEDOUT; in mclink_send() 115 return -ETIMEDOUT; in mclink_receive()
|
| /rk3399_rockchip-uboot/include/rockchip/ |
| H A D | rkce_error.h | 14 #define RKCE_TIMEOUT ETIMEDOUT
|
| /rk3399_rockchip-uboot/drivers/mmc/ |
| H A D | kona_sdhci.c | 42 return -ETIMEDOUT; in init_kona_mmc_core() 70 return -ETIMEDOUT; in init_kona_mmc_core()
|
| H A D | omap_hsmmc.c | 237 return -ETIMEDOUT; in omap_hsmmc_init_setup() 246 return -ETIMEDOUT; in omap_hsmmc_init_setup() 268 return -ETIMEDOUT; in omap_hsmmc_init_setup() 350 return -ETIMEDOUT; 359 return -ETIMEDOUT; 423 return -ETIMEDOUT; 429 return -ETIMEDOUT; 477 return -ETIMEDOUT; 532 return -ETIMEDOUT; 624 return -ETIMEDOUT;
|
| H A D | dw_mmc.c | 331 ret = -ETIMEDOUT; in dwmci_data_transfer() 375 return -ETIMEDOUT; 451 return -ETIMEDOUT; 464 return -ETIMEDOUT; 531 return -ETIMEDOUT; 599 return -ETIMEDOUT; 612 return -ETIMEDOUT; 674 return -ETIMEDOUT; 689 return -ETIMEDOUT;
|
| H A D | arm_pl180_mmci.c | 40 return -ETIMEDOUT; in wait_for_command_end() 130 return -ETIMEDOUT; in read_bytes() 192 return -ETIMEDOUT; in write_bytes() 212 int error = -ETIMEDOUT; in do_data_transfer()
|
| H A D | mvebu_mmc.c | 176 return -ETIMEDOUT; in mvebu_mmc_send_cmd() 184 return -ETIMEDOUT; in mvebu_mmc_send_cmd() 236 return -ETIMEDOUT; in mvebu_mmc_send_cmd()
|
| H A D | pxa_mmc_gen.c | 65 return -ETIMEDOUT; in pxa_mmc_wait() 92 return -ETIMEDOUT; in pxa_mmc_stop_clock() 168 return -ETIMEDOUT; in pxa_mmc_cmd_done()
|
| /rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra210/ |
| H A D | xusb-padctl.c | 288 return -ETIMEDOUT; in pcie_phy_enable() 307 return -ETIMEDOUT; in pcie_phy_enable() 325 return -ETIMEDOUT; in pcie_phy_enable() 344 return -ETIMEDOUT; in pcie_phy_enable() 362 return -ETIMEDOUT; in pcie_phy_enable()
|
| /rk3399_rockchip-uboot/board/creative/xfi3/ |
| H A D | xfi3.c | 84 return -ETIMEDOUT; in mxsfb_write_byte() 100 return -ETIMEDOUT; in mxsfb_write_byte()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | bootretry.c | 49 return -ETIMEDOUT; in bootretry_tstc_timeout()
|
| /rk3399_rockchip-uboot/drivers/phy/ |
| H A D | phy-rockchip-snps-pcie3.c | 98 return -ETIMEDOUT; in rockchip_p3phy_rk3568_init() 152 return -ETIMEDOUT; in rockchip_p3phy_rk3588_init() 165 return -ETIMEDOUT; in rockchip_p3phy_rk3588_init()
|
| /rk3399_rockchip-uboot/drivers/net/fsl-mc/ |
| H A D | mc_sys.c | 46 return -ETIMEDOUT; in mc_send_command()
|
| /rk3399_rockchip-uboot/drivers/fpga/ |
| H A D | socfpga.c | 43 return -ETIMEDOUT; in fpgamgr_dclkcnt_set()
|
| /rk3399_rockchip-uboot/arch/x86/cpu/broadwell/ |
| H A D | me.c | 41 return -ETIMEDOUT; in intel_me_hsio_version()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | wait_bit.h | 71 return -ETIMEDOUT; \
|
| /rk3399_rockchip-uboot/drivers/net/phy/ |
| H A D | mv88e6352.c | 139 return -ETIMEDOUT; in ppu_enable() 169 return -ETIMEDOUT; in ppu_disable() 231 return -ETIMEDOUT; in mv88e_sw_reset()
|
| /rk3399_rockchip-uboot/drivers/spi/ |
| H A D | mxs_spi.c | 160 return -ETIMEDOUT; in mxs_spi_xfer_pio() 172 return -ETIMEDOUT; in mxs_spi_xfer_pio() 182 return -ETIMEDOUT; in mxs_spi_xfer_pio()
|
| /rk3399_rockchip-uboot/drivers/usb/eth/ |
| H A D | lan7x.h | 159 return -ETIMEDOUT; in lan7x_wait_for_bit() 201 return -ETIMEDOUT; in lan7x_mdio_wait_for_bit()
|
| /rk3399_rockchip-uboot/drivers/misc/ |
| H A D | tegra186_bpmp.c | 78 return -ETIMEDOUT; in tegra186_bpmp_call() 215 ret = -ETIMEDOUT; in tegra186_bpmp_probe()
|