Searched refs:done (Results 126 - 146 of 146) sorted by relevance

123456

/u-boot/drivers/pinctrl/renesas/
H A Dpfc.c690 goto done;
710 done:
/u-boot/lib/zlib/
H A Dinflate.c104 /* if it hasn't been done already, allocate space for the window */
273 gives the low n bits in the accumulator. When done, DROPBITS(n) drops
374 state->head->done = -1;
525 state->head->done = 1;
/u-boot/drivers/crypto/fsl/
H A Djr.c293 /* When the job on tail idx gets done, increment
319 x->done = 1;
344 while (op.done != 1) {
/u-boot/drivers/usb/host/
H A Dxhci.c128 * for the "result" to match with "done"
132 * @param done value to be campared with result
137 handshake(uint32_t volatile *ptr, uint32_t mask, uint32_t done, int usec) argument
143 (result & mask) == done || result == U32_MAX,
1448 * of that is done for XHCI unlike EHCI.
/u-boot/drivers/pci/
H A Dpci_tegra.c320 goto done;
335 done:
/u-boot/drivers/xen/
H A Dpvblock.c196 goto done;
204 done:
/u-boot/common/
H A Dconsole.c1125 goto done;
1140 /* need to set a console if not done above. */
1144 /* need to set a console if not done above. */
1148 /* need to set a console if not done above. */
1152 done:
H A Dcli_hush.c55 * port selected bugfixes from post-0.49 busybox lash - done?
56 * finish implementing reserved words: for, while, until, do, done
68 * continuation lines, both explicit and implicit - done?
69 * memory leak finding and plugging - done?
1521 * is a simple builtin command, however, the action is done by the
2368 * should handle if, then, elif, else, fi, for, while, until, do, done.
2377 * FLAG_END means we are done with the sequence, and are ready
2392 { "done", RES_DONE, FLAG_END }
2722 debug_printf("done reading from pipe, pclose()ing\n");
3515 int done local
[all...]
/u-boot/drivers/video/rockchip/
H A Drk_edp.c1018 goto done;
1024 done:
/u-boot/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.c197 struct completion done; member in struct:brcmnand_controller
1347 complete(&ctrl->done);
1414 wait_for_completion_timeout(&ctrl->done, timeo) <= 0) {
2682 init_completion(&ctrl->done);
/u-boot/drivers/net/ti/
H A Dcpsw.c593 goto done;
605 done:
/u-boot/scripts/
H A Dget_maintainer.pl1787 my $done = 0;
1790 while (!$done) {
1884 $done = 1;
H A Dcheckpatch.pl640 done |
1213 # done
/u-boot/arch/arm/include/asm/arch-octeontx2/csrs/
H A Dcsrs-npc.h460 u64 done : 1; member in struct:npc_af_dbg_status::npc_af_dbg_status_s
H A Dcsrs-nix.h1748 u64 done : 20; member in struct:nixx_af_aq_done::nixx_af_aq_done_s
1791 u64 done : 1; member in struct:nixx_af_aq_done_ena_w1c::nixx_af_aq_done_ena_w1c_s
1812 u64 done : 1; member in struct:nixx_af_aq_done_ena_w1s::nixx_af_aq_done_ena_w1s_s
1833 u64 done : 1; member in struct:nixx_af_aq_done_int::nixx_af_aq_done_int_s
1854 u64 done : 1; member in struct:nixx_af_aq_done_int_w1s::nixx_af_aq_done_int_w1s_s
/u-boot/tools/binman/etype/
H A Dsection.py426 """Reset offset/size fields so that packing can be done again"""
634 if end-at-4gb is used, this is not done, since the binary is
771 done, not_done = concurrent.futures.wait(
/u-boot/drivers/usb/musb-new/
H A Dmusb_core.c1275 goto done;
1310 done:
/u-boot/fs/ubifs/
H A Dsuper.c542 goto done;
565 done:
2270 * UBIFS, I/O is not deferred, it is done immediately in readpage,
/u-boot/fs/yaffs2/
H A Dyaffs_guts.c1756 int done = 0; local
1772 while (file_struct->top_level && !done) {
1786 done = 1;
2478 * work is done.
2572 for (/* init already done */ ;
4893 "yaffs: yaffs_guts_initialise() done.");
/u-boot/drivers/net/
H A De1000.c596 * Polls the status bit (bit 1) of the EERD to determine when the read is done.
605 int32_t done = E1000_ERR_EEPROM; local
621 done = E1000_SUCCESS;
627 return done;
1725 /* Enable not-done TX descriptor counting */
2113 * signal detection. So this should be done before e1000_setup_pcs_link()
2131 * registers to their default values. This is done even if flow
3779 * harm done since we won't be receiving any PAUSE frames
4381 * beginning of an MII instruction. This is done by sending 32
4456 * beginning of the MII instruction. This is done b
[all...]
/u-boot/drivers/mmc/
H A Docteontx_hsmmc.c456 emm_dma_int.s.done ? "yes" : "no");
1107 } else if (!rsp_sts.s.dma_val && emm_dma_int.s.done) {
3453 debug("%s: done\n", __func__);

Completed in 372 milliseconds

123456