Home
last modified time | relevance | path

Searched refs:abort (Results 1 – 25 of 32) sorted by relevance

12

/rk3399_rockchip-uboot/arch/arm/lib/
H A Dmemcpy.S19 .macro ldr1w ptr reg abort argument
23 .macro ldr4w ptr reg1 reg2 reg3 reg4 abort argument
27 .macro ldr8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort argument
31 .macro ldr1b ptr reg cond=al abort
35 .macro str1w ptr reg abort argument
39 .macro str8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort argument
43 .macro str1b ptr reg cond=al abort
97 4: ldr8w r1, r3, r4, r5, r6, r7, r8, ip, lr, abort=20f
99 str8w r0, r3, r4, r5, r6, r7, r8, ip, lr, abort=20f
115 ldr1w r1, r3, abort=20f
[all …]
/rk3399_rockchip-uboot/common/
H A Dautoboot.c59 int abort = 0; in passwd_abort() local
96 abort = 1; in passwd_abort()
98 } while (!abort && get_ticks() <= etime); in passwd_abort()
100 return abort; in passwd_abort()
105 int abort = 0; in passwd_abort() local
172 abort = 1; in passwd_abort()
175 } while (!abort && get_ticks() <= etime); in passwd_abort()
177 return abort; in passwd_abort()
187 int abort; in __abortboot() local
198 abort = passwd_abort(etime); in __abortboot()
[all …]
H A DxyzModem.c618 xyzModem_stream_terminate (bool abort, int (*getc) (void)) in xyzModem_stream_terminate() argument
622 if (abort) in xyzModem_stream_terminate()
/rk3399_rockchip-uboot/drivers/fpga/
H A Dspartan3.c135 fn->abort, fn->post); in spartan3_sp_load()
165 (*fn->abort) (cookie); /* abort the burn */ in spartan3_sp_load()
198 (*fn->abort) (cookie); /* abort the burn */ in spartan3_sp_load()
232 (*fn->abort) (cookie); /* abort the burn */ in spartan3_sp_load()
352 if (*fn->abort) in spartan3_ss_load()
353 (*fn->abort) (cookie); in spartan3_ss_load()
368 if (*fn->abort) in spartan3_ss_load()
369 (*fn->abort) (cookie); in spartan3_ss_load()
384 if (*fn->abort) in spartan3_ss_load()
385 (*fn->abort) (cookie); in spartan3_ss_load()
H A Dvirtex2.c191 fn->busy, fn->abort, fn->post); in virtex2_ssm_load()
217 (*fn->abort) (cookie); in virtex2_ssm_load()
236 (*fn->abort) (cookie); in virtex2_ssm_load()
252 (*fn->abort) (cookie); in virtex2_ssm_load()
269 (*fn->abort) (cookie); in virtex2_ssm_load()
291 (*fn->abort) (cookie); in virtex2_ssm_load()
325 (*fn->abort) (cookie); in virtex2_ssm_load()
375 (*fn->abort) (cookie); in virtex2_ssm_dump()
H A DACEX1K.c135 (*fn->abort) (cookie); in ACEX1K_ps_load()
148 (*fn->abort) (cookie); in ACEX1K_ps_load()
162 (*fn->abort) (cookie); in ACEX1K_ps_load()
171 (*fn->abort) (cookie); in ACEX1K_ps_load()
209 (*fn->abort) (cookie); in ACEX1K_ps_load()
H A DstratixII.c102 && fns->abort)) { in StratixII_ps_fpp_load()
135 fns->abort (cookie); in StratixII_ps_fpp_load()
175 fns->abort (cookie); in StratixII_ps_fpp_load()
184 fns->abort (cookie); in StratixII_ps_fpp_load()
H A Dcyclon2.c142 (*fn->abort) (cookie); in CYC2_ps_load()
153 (*fn->abort) (cookie); in CYC2_ps_load()
172 (*fn->abort) (cookie); in CYC2_ps_load()
H A Dspartan2.c131 fn->abort, fn->post); in spartan2_sp_load()
161 (*fn->abort) (cookie); /* abort the burn */ in spartan2_sp_load()
194 (*fn->abort) (cookie); /* abort the burn */ in spartan2_sp_load()
226 (*fn->abort) (cookie); /* abort the burn */ in spartan2_sp_load()
/rk3399_rockchip-uboot/cmd/ddr_tool/memtester/
H A Dmemtester.c72 int abort = 0; in doing_memtester() local
129 abort = 1; in doing_memtester()
134 if (abort) in doing_memtester()
137 if (abort) in doing_memtester()
/rk3399_rockchip-uboot/include/
H A DACEX1K.h32 Altera_abort_fn abort; member
43 Altera_abort_fn abort; member
H A Dspartan3.h26 xilinx_abort_fn abort; member
40 xilinx_abort_fn abort; member
H A Daltera.h108 Altera_abort_fn abort; member
H A Dvirtex2.h29 xilinx_abort_fn abort; member
H A Dspartan2.h26 xilinx_abort_fn abort; member
/rk3399_rockchip-uboot/lib/avb/libavb/
H A Davb_sysdeps_posix.c35 void abort(void) in abort() function
64 abort(); in avb_abort()
/rk3399_rockchip-uboot/doc/
H A DREADME.displaying-bmps5 perform one will lead to a data abort. On such architectures it is necessary to
26 access is generated at a non-32-bit-aligned address, causing a data abort.
/rk3399_rockchip-uboot/board/keymile/km_arm/
H A Dkm_arm.c209 int abort = 0; in misc_init_r() local
214 abort = 1; in misc_init_r()
226 if (abort == 1) in misc_init_r()
/rk3399_rockchip-uboot/configs/
H A Dam335x_boneblack_defconfig17 CONFIG_AUTOBOOT_PROMPT="Press SPACE to abort autoboot in %d seconds\n"
H A Dam335x_sl50_defconfig28 CONFIG_AUTOBOOT_PROMPT="Press SPACE to abort autoboot in %d seconds\n"
H A Dam335x_boneblack_vboot_defconfig20 CONFIG_AUTOBOOT_PROMPT="Press SPACE to abort autoboot in %d seconds\n"
/rk3399_rockchip-uboot/lib/
H A Dtiny-printf.c247 goto abort; in _vprintf()
320 abort: in _vprintf()
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci-ring.c956 goto abort; in xhci_ctrl_tx()
978 goto abort; in xhci_ctrl_tx()
986 abort: in xhci_ctrl_tx()
/rk3399_rockchip-uboot/board/beckhoff/mx53cx9020/
H A Dmx53cx9020.c348 .abort = ccat_post_fn,
/rk3399_rockchip-uboot/arch/arm/mach-omap2/omap3/
H A Dboard.c275 void abort(void) in abort() function

12