Searched refs:wait (Results 1 - 25 of 30) sorted by relevance

12

/u-boot/arch/arm/include/asm/arch-tegra124/
H A Ddisplay.h41 * The final call should have wait=1 to complete the init.
44 * @param wait 1 to wait until all init is complete, and then return
48 int tegra_lcd_check_next_stage(const void *blob, int wait);
/u-boot/arch/riscv/include/asm/
H A Dsmp.h58 * @wait: Wait for harts to acknowledge request
61 int smp_call_function(ulong addr, ulong arg0, ulong arg1, int wait);
/u-boot/include/linux/
H A Dcompletion.h8 * Atomic wait-for-completion handler data structures.
12 #include <linux/wait.h>
19 * Completions currently use a FIFO to queue threads that have to wait for
30 wait_queue_head_t wait; member in struct:completion
40 { 0, __WAIT_QUEUE_HEAD_INITIALIZER((work).wait) }
92 init_waitqueue_head(&x->wait);
/u-boot/arch/riscv/lib/
H A Dsmp.c16 static int send_ipi_many(struct ipi_data *ipi, int wait) argument
74 if (wait) {
97 * IPI device may not be initialized, so all we can do is wait for
119 int smp_call_function(ulong addr, ulong arg0, ulong arg1, int wait) argument
127 return send_ipi_many(&ipi, wait);
/u-boot/arch/mips/mach-octeon/include/mach/
H A Dcvmx-pow.h181 u64 wait : 1; member in struct:__anon98::__anon99
196 u64 wait : 1; member in struct:__anon98::__anon100
829 u64 wait : 1; member in struct:__anon151::__anon152
843 u64 wait : 1; member in struct:__anon151::__anon153
1056 * This function does NOT wait for previous tag switches to complete,
1059 * @param wait When set, call stalls until work becomes available, or
1065 static inline cvmx_wqe_t *cvmx_pow_work_request_sync_nocheck(cvmx_pow_wait_t wait) argument
1079 ptr.swork_78xx.wait = wait;
1084 ptr.swork.wait
1105 cvmx_pow_work_request_sync(cvmx_pow_wait_t wait) argument
1156 cvmx_pow_work_request_async_nocheck(int scr_addr, cvmx_pow_wait_t wait) argument
1194 cvmx_pow_work_request_async(int scr_addr, cvmx_pow_wait_t wait) argument
2335 cvmx_sso_work_request_grp_async_nocheck(int scr_addr, cvmx_xgrp_t xgrp, cvmx_pow_wait_t wait) argument
2370 cvmx_sso_work_request_grp_sync_nocheck(unsigned int lgrp, cvmx_pow_wait_t wait) argument
2408 cvmx_sso_work_request_grp_sync(unsigned int lgrp, cvmx_pow_wait_t wait) argument
[all...]
/u-boot/drivers/mtd/onenand/
H A Donenand_base.c464 * onenand_wait - [DEFAULT] wait until the command is done
840 return this->wait(mtd, FL_READING);
893 ret = this->wait(mtd, FL_READING);
946 ret = this->wait(mtd, FL_READING);
968 /* Now wait for load */
969 ret = this->wait(mtd, FL_READING);
1055 ret = this->wait(mtd, FL_READING);
1158 * onenand_bbt_wait - [DEFAULT] wait until the command is done
1301 status = this->wait(mtd, FL_READING);
1337 ret = this->wait(mt
[all...]
H A Dsamsung.c484 this->wait(mtd, FL_LOCKING);
502 this->wait(mtd, FL_LOCKING);
560 this->wait = s3c_onenand_wait;
/u-boot/include/linux/mtd/
H A Donenand.h62 * @param wait [REPLACEABLE] hardware specific function for wait on ready
66 * @param wq [INTERN] wait queue to sleep on if a OneNAND operation is in progress
94 int (*wait) (struct mtd_info *mtd, int state); member in struct:onenand_chip
/u-boot/tools/u_boot_pylib/
H A Dcommand.py108 result.return_code = last_pipe.wait()
H A Dcros_subprocess.py243 self.wait()
/u-boot/board/freescale/common/
H A Dvid.c156 #define WAIT_FOR_ADC 532 /* wait for 532 microseconds for ADC */
159 #define WAIT_FOR_ADC 138 /* wait for 138 microseconds for ADC */
369 /* wait until voltage starts to reach the target. Voltage slew
421 int wait, vdd_last; local
447 wait = wait_for_new_voltage(vdd, i2caddress);
448 if (wait < 0)
450 debug("VID: Waited %d us\n", wait * NUM_READINGS * WAIT_FOR_ADC);
/u-boot/drivers/mmc/
H A Dtmio-common.c122 long wait = 1000000; local
129 if (wait-- < 0) {
176 /* wait until the buffer is filled with data */
229 /* wait until the buffer becomes empty */
300 long wait = 1000000 + 10 * blocks; local
309 if (wait-- < 0) {
/u-boot/arch/arm/mach-uniphier/arm32/
H A Dlowlevel_init.S116 bne 1b @ wait until the operation is completed
/u-boot/arch/mips/cpu/
H A Dstart.S149 3: wait
/u-boot/drivers/mtd/nand/raw/atmel/
H A Dnand-controller.c203 u32 wait; member in struct:atmel_nfc_op
308 op->wait ^= status & op->wait;
310 return !op->wait || op->errors;
472 nc->op.wait = ATMEL_HSMC_NFC_SR_CMDDONE;
491 nc->op.wait |= ATMEL_HSMC_NFC_SR_XFRDONE;
/u-boot/include/linux/soc/ti/
H A Dcppi5.h926 * @wait: Wait for TR completion before allow the next TR to start
934 bool wait, enum cppi5_tr_event_size event_size,
949 if (wait)
932 cppi5_tr_init(cppi5_tr_flags_t *flags, enum cppi5_tr_types type, bool static_tr, bool wait, enum cppi5_tr_event_size event_size, u32 cmd_id) argument
/u-boot/drivers/i2c/
H A Dnpcm_i2c.c134 /* wait SDAST to be 1 */
180 static int npcm_i2c_send_stop(struct npcm_i2c_bus *bus, bool wait) argument
193 if (!wait)
355 printf("wait nack timeout\n");
/u-boot/board/CZ.NIC/turris_mox/
H A Dturris_mox.c280 int wait; member in struct:__anon102
300 if (regs[i].wait)
/u-boot/arch/arm/cpu/armv7/
H A Dnonsec_virt.S141 * Then they go back to wfi and wait to be woken up by the kernel again.
150 b smp_waitloop @ wait for IPIs, board specific
/u-boot/drivers/mtd/
H A Dmtdconcat.c346 DECLARE_WAITQUEUE(wait, current);
363 add_wait_queue(&waitq, &wait);
367 remove_wait_queue(&waitq, &wait);
/u-boot/drivers/net/phy/
H A Dncsi.c38 uchar *payload, int len, bool wait);
520 uchar *payload, int len, bool wait)
556 if (wait) {
519 ncsi_send_command(unsigned int np, unsigned int nc, unsigned int cmd, uchar *payload, int len, bool wait) argument
/u-boot/drivers/mtd/nand/raw/
H A Docteontx_nand.c102 u16 r_b:1; /* wait for one cycle or PBUS_WAIT deassert */
215 struct ndf_wait_cmd wait; member in union:ndf_cmd::__anon85
672 * Wait for the ready/busy signal. First wait for busy to be valid,
673 * then wait for busy to de-assert.
680 cmd.u.wait.opcode = NDF_OP_WAIT;
681 cmd.u.wait.r_b = 1;
682 cmd.u.wait.wlen = t6;
783 cmd.u.wait.opcode = NDF_OP_WAIT;
784 cmd.u.wait.wlen = t_delay;
/u-boot/drivers/mtd/ubi/
H A Dubi.h17 #include <linux/wait.h>
187 * @users: how many tasks are using this logical eraseblock or wait for it
484 * @work_sem: used to wait for all the scheduled works to finish and prevent
/u-boot/fs/ubifs/
H A Dubifs.h125 wait_queue_head_t wait; /* queue for waiting for member in struct:sb_writers
263 int (*sync_fs)(struct super_block *sb, int wait);
1624 * @cmt_wq: wait queue to sleep on if the log is full and a commit is running
/u-boot/tools/binman/etype/
H A Dsection.py771 done, not_done = concurrent.futures.wait(

Completed in 193 milliseconds

12