Home
last modified time | relevance | path

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

12

/u-boot/arch/arm/lib/
A Dmemcpy.S16 .macro ldr1w ptr reg abort
32 .macro str1w ptr reg abort
112 ldr1w r1, r3, abort=20f
113 ldr1w r1, r4, abort=20f
114 ldr1w r1, r5, abort=20f
115 ldr1w r1, r6, abort=20f
116 ldr1w r1, r7, abort=20f
117 ldr1w r1, r8, abort=20f
118 ldr1w r1, lr, abort=20f
130 str1w r0, r3, abort=20f
[all …]
/u-boot/common/
A Dautoboot.c87 int abort = 0; in passwd_abort_sha256() local
137 abort = 1; in passwd_abort_sha256()
143 return abort; in passwd_abort_sha256()
156 int abort = 0; in passwd_abort_key() local
223 abort = 1; in passwd_abort_key()
228 return abort; in passwd_abort_key()
237 int abort; in abortboot_key_sequence() local
252 if (!abort) in abortboot_key_sequence()
255 return abort; in abortboot_key_sequence()
297 return abort; in abortboot_single_key()
[all …]
A DxyzModem.c619 xyzModem_stream_terminate (bool abort, int (*getc) (void)) in xyzModem_stream_terminate() argument
623 if (abort) in xyzModem_stream_terminate()
/u-boot/drivers/fpga/
A Dvirtex2.c192 fn->busy, fn->abort, fn->post); in virtex2_slave_pre()
216 (*fn->abort)(cookie); in virtex2_slave_pre()
235 (*fn->abort)(cookie); in virtex2_slave_pre()
286 (*fn->abort)(cookie); in virtex2_slave_post()
338 (*fn->abort)(cookie); in virtex2_ssm_load()
355 (*fn->abort)(cookie); in virtex2_ssm_load()
377 (*fn->abort)(cookie); in virtex2_ssm_load()
413 (*fn->abort)(cookie); in virtex2_ssm_dump()
473 (*fn->abort) (cookie); in virtex2_ss_load()
490 (*fn->abort)(cookie); in virtex2_ss_load()
A Dspartan3.c134 fn->abort, fn->post); in spartan3_sp_load()
164 (*fn->abort) (cookie); /* abort the burn */ in spartan3_sp_load()
197 (*fn->abort) (cookie); /* abort the burn */ in spartan3_sp_load()
231 (*fn->abort) (cookie); /* abort the burn */ in spartan3_sp_load()
351 if (*fn->abort) in spartan3_ss_load()
352 (*fn->abort) (cookie); in spartan3_ss_load()
367 if (*fn->abort) in spartan3_ss_load()
368 (*fn->abort) (cookie); in spartan3_ss_load()
383 if (*fn->abort) in spartan3_ss_load()
384 (*fn->abort) (cookie); in spartan3_ss_load()
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()
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()
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()
A Dspartan2.c130 fn->abort, fn->post); in spartan2_sp_load()
160 (*fn->abort) (cookie); /* abort the burn */ in spartan2_sp_load()
193 (*fn->abort) (cookie); /* abort the burn */ in spartan2_sp_load()
225 (*fn->abort) (cookie); /* abort the burn */ in spartan2_sp_load()
/u-boot/doc/usage/
A Dexception.rst24 prefetch abort
27 data abort
/u-boot/include/
A DACEX1K.h31 Altera_abort_fn abort; member
42 Altera_abort_fn abort; member
A Dspartan3.h25 xilinx_abort_fn abort; member
39 xilinx_abort_fn abort; member
A Daltera.h111 Altera_abort_fn abort; member
A Dvirtex2.h29 xilinx_abort_fn abort; member
A Dspartan2.h25 xilinx_abort_fn abort; member
/u-boot/doc/
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.
/u-boot/include/xen/
A Dxenbus.h86 char *xenbus_transaction_end(xenbus_transaction_t xbt, int abort,
/u-boot/configs/
A Dam335x_pdu001_defconfig20 CONFIG_AUTOBOOT_PROMPT="Press SPACE to abort autoboot in %d seconds\n"
A Dam335x_sl50_defconfig20 CONFIG_AUTOBOOT_PROMPT="Press SPACE to abort autoboot in %d seconds\n"
A Dam335x_boneblack_vboot_defconfig16 CONFIG_AUTOBOOT_PROMPT="Press SPACE to abort autoboot in %d seconds\n"
A Dam335x_guardian_defconfig21 CONFIG_AUTOBOOT_PROMPT="Press SPACE to abort autoboot in %d seconds\n"
/u-boot/drivers/spi/
A Dstm32_qspi.c307 goto abort; in stm32_qspi_exec_op()
312 goto abort; in stm32_qspi_exec_op()
316 abort: in stm32_qspi_exec_op()
/u-boot/lib/
A Dtiny-printf.c242 goto abort; in _vprintf()
326 abort: in _vprintf()
/u-boot/arch/mips/cpu/
A Du-boot.lds51 * section to abort relocation if the table
/u-boot/board/beckhoff/mx53cx9020/
A Dmx53cx9020.c246 .abort = ccat_post_fn,

Completed in 48 milliseconds

12