Searched refs:abort (Results 1 - 25 of 27) sorted by relevance

12

/u-boot/arch/arm/lib/
H A Dmemcpy.S16 .macro ldr1w ptr reg abort
20 .macro ldr4w ptr reg1 reg2 reg3 reg4 abort
24 .macro ldr8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort
28 .macro ldr1b ptr reg cond=al abort
32 .macro str1w ptr reg abort
36 .macro str8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort
40 .macro str1b ptr reg cond=al abort
94 4: ldr8w r1, r3, r4, r5, r6, r7, r8, ip, lr, abort=20f
96 str8w r0, r3, r4, r5, r6, r7, r8, ip, lr, abort=20f
112 ldr1w r1, r3, abort
[all...]
/u-boot/common/
H A Dautoboot.c61 * passwd_abort_crypt() - check for a crypt-style hashed key sequence to abort booting
83 int abort = 0; local
111 &abort);
125 return abort;
146 * passwd_abort_sha256() - check for a hashed key sequence to abort booting
162 int abort = 0; local
215 abort = 1;
218 } while (!abort && get_ticks() <= etime);
222 return abort;
235 int abort local
346 int abort; local
375 int abort = 0; local
417 int abort = 0; local
[all...]
H A DxyzModem.c659 xyzModem_stream_terminate (bool abort, int (*getc) (void)) argument
663 if (abort)
671 /* number of Backspaces is a friendly way to get the other end to abort. */
/u-boot/include/
H A DACEX1K.h31 Altera_abort_fn abort; member in struct:__anon711
42 Altera_abort_fn abort; member in struct:__anon712
H A Dspartan3.h25 xilinx_abort_fn abort; member in struct:__anon1370
39 xilinx_abort_fn abort; member in struct:__anon1371
H A Daltera.h111 Altera_abort_fn abort; member in struct:__anon175
H A Dspartan2.h25 xilinx_abort_fn abort; member in struct:__anon1368
H A Dvirtex2.h29 xilinx_abort_fn abort; member in struct:__anon811
/u-boot/drivers/fpga/
H A DACEX1K.c130 (*fn->abort) (cookie);
143 (*fn->abort) (cookie);
157 (*fn->abort) (cookie);
166 (*fn->abort) (cookie);
204 (*fn->abort) (cookie);
H A Dspartan3.c123 "abort:\t0x%p\n"
127 fn->abort, fn->post);
157 (*fn->abort) (cookie); /* abort the burn */
190 (*fn->abort) (cookie); /* abort the burn */
224 (*fn->abort) (cookie); /* abort the burn */
343 if (*fn->abort)
344 (*fn->abort) (cooki
[all...]
H A Dvirtex2.c134 * could, for instance, put this in your 'abort' function handler).
166 " abort 0x%p\n"
169 fn->busy, fn->abort, fn->post);
193 (*fn->abort)(cookie);
212 (*fn->abort)(cookie);
263 (*fn->abort)(cookie);
315 (*fn->abort)(cookie);
332 (*fn->abort)(cookie);
354 (*fn->abort)(cookie);
390 (*fn->abort)(cooki
[all...]
H A Dcyclon2.c136 (*fn->abort) (cookie);
147 (*fn->abort) (cookie);
166 (*fn->abort) (cookie);
H A DstratixII.c102 && fns->abort)) {
116 /* from this point on we must fail gracfully by calling lower layer abort */
135 fns->abort (cookie);
175 fns->abort (cookie);
184 fns->abort (cookie);
H A Dspartan2.c118 "abort:\t0x%p\n"
122 fn->abort, fn->post);
152 (*fn->abort) (cookie); /* abort the burn */
185 (*fn->abort) (cookie); /* abort the burn */
217 (*fn->abort) (cookie); /* abort the burn */
/u-boot/include/xen/
H A Dxenbus.h86 char *xenbus_transaction_end(xenbus_transaction_t xbt, int abort,
/u-boot/drivers/spi/
H A Dstm32_qspi.c297 goto abort;
302 goto abort;
306 abort:
309 /* Wait clear of abort bit by hw */
317 dev_err(slave->dev, "ret:%d abort timeout:%d\n", ret, timeout);
/u-boot/lib/
H A Dtiny-printf.c242 goto abort;
325 abort:
/u-boot/drivers/xen/
H A Dxenbus.c442 char *xenbus_transaction_end(xenbus_transaction_t t, int abort, int *retry) argument
450 req.data = abort ? "F" : "T";
/u-boot/arch/arm/mach-omap2/omap3/
H A Dboard.c280 void abort(void) function
/u-boot/board/beckhoff/mx53cx9020/
H A Dmx53cx9020.c248 .abort = ccat_post_fn,
/u-boot/tools/gdb/
H A Dremote.c647 abort ();
/u-boot/tools/
H A Dupdate_octeon_header.c235 abort();
/u-boot/board/astro/mcf5373l/
H A Dfpga.c196 altera_fns.abort = altera_abort_fn;
/u-boot/drivers/usb/host/
H A Dxhci-ring.c1015 goto abort;
1039 goto abort;
1047 abort:
/u-boot/drivers/nvme/
H A Dnvme.h464 struct nvme_abort_cmd abort; member in union:nvme_command::__anon10

Completed in 138 milliseconds

12