Home
last modified time | relevance | path

Searched refs:pending (Results 1 – 25 of 59) sorted by relevance

123

/u-boot/drivers/misc/
A Dirq_sandbox.c22 bool pending; member
58 if (priv->pending) { in sandbox_irq_read_and_clear()
59 priv->pending = false; in sandbox_irq_read_and_clear()
64 priv->pending = true; in sandbox_irq_read_and_clear()
/u-boot/arch/riscv/lib/
A Dsbi_ipi.c33 int riscv_get_ipi(int hart, int *pending) in riscv_get_ipi() argument
39 *pending = 0; in riscv_get_ipi()
A Dsmp.c20 int ret, pending; in send_ipi_many() local
73 pending = 1; in send_ipi_many()
74 while (pending) { in send_ipi_many()
75 ret = riscv_get_ipi(reg, &pending); in send_ipi_many()
A Dandes_plic.c106 int riscv_get_ipi(int hart, int *pending) in riscv_get_ipi() argument
108 *pending = readl((void __iomem *)PENDING_REG(gd->arch.plic, in riscv_get_ipi()
110 *pending = !!(*pending & SEND_IPI_TO_HART(hart)); in riscv_get_ipi()
A Dsifive_clint.c54 int riscv_get_ipi(int hart, int *pending) in riscv_get_ipi() argument
56 *pending = readl((void __iomem *)MSIP_REG(gd->arch.clint, hart)); in riscv_get_ipi()
/u-boot/lib/zlib/
A Ddeflate.c369 s->pending = 0;
566 unsigned len = strm->state->pending;
576 strm->state->pending -= len;
577 if (strm->state->pending == 0) {
646 s->pending);
691 beg = s->pending;
698 if (s->gzhead->hcrc && s->pending > beg)
720 beg = s->pending;
751 beg = s->pending;
786 if (s->pending != 0) {
[all …]
A Ddeflate.h100 uInt pending; /* nb of bytes in the pending buffer */ member
275 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
/u-boot/arch/arm/mach-omap2/
A Dhwinit-common.c254 int pending = 1; in wait_for_command_complete() local
256 pending = readl(&wd_base->wwps); in wait_for_command_complete()
257 } while (pending); in wait_for_command_complete()
A Dlowlevel_init.S79 @ At that moment, IRQ will be pending and ARM will jump to Non Secure
/u-boot/drivers/net/octeontx/
A Dsmi.c68 int pending:1; member
77 int pending:1; member
138 } while (smix_wr_dat.s.pending && timeout); in octeontx_c45_addr()
184 } while (smix_rd_dat.s.pending && timeout); in octeontx_phy_read()
236 } while (smix_wr_dat.s.pending && timeout); in octeontx_phy_write()
/u-boot/drivers/net/
A Dethoc.c424 u32 pending; in ethoc_is_new_packet_received() local
426 pending = ethoc_read(priv, INT_SOURCE); in ethoc_is_new_packet_received()
427 ethoc_ack_irq(priv, pending); in ethoc_is_new_packet_received()
428 if (pending & INT_MASK_BUSY) in ethoc_is_new_packet_received()
430 if (pending & INT_MASK_RX) { in ethoc_is_new_packet_received()
469 u32 pending; in ethoc_send_common() local
499 pending = ethoc_read(priv, INT_SOURCE); in ethoc_send_common()
500 ethoc_ack_irq(priv, pending & ~INT_MASK_RX); in ethoc_send_common()
501 if (pending & INT_MASK_BUSY) in ethoc_send_common()
504 if (pending & INT_MASK_TX) { in ethoc_send_common()
/u-boot/arch/riscv/include/asm/
A Dsmp.h102 int riscv_get_ipi(int hart, int *pending);
/u-boot/drivers/serial/
A Dserial_nulldev.c43 .pending = nulldev_serial_pending,
A Dserial-uclass.c225 if (ops->pending) in __serial_tstc()
226 return ops->pending(dev, true); in __serial_tstc()
457 if (ops->pending) in serial_post_probe()
458 ops->pending += gd->reloc_off; in serial_post_probe()
A Dserial_bcm283x_pl011.c80 .pending = pl01x_serial_pending,
A Darm_dcc.c144 .pending = arm_dcc_pending,
A Dlpc32xx_hsuart.c102 .pending = lpc32xx_serial_pending,
A Dserial_owl.c118 .pending = owl_serial_pending,
A Dserial_efi.c140 .pending = serial_efi_pending,
A Daltera_jtag_uart.c107 .pending = altera_jtaguart_pending,
A Dserial_arc.c103 .pending = arc_serial_pending,
A Dserial_mvebu_a3700.c120 .pending = mvebu_serial_pending,
A Daltera_uart.c100 .pending = altera_uart_pending,
A Dserial_xuartlite.c120 .pending = uartlite_serial_pending,
/u-boot/arch/arm/mach-omap2/omap3/
A Dboard.c245 int pending = 1; in wait_for_command_complete() local
247 pending = readl(&wd_base->wwps); in wait_for_command_complete()
248 } while (pending); in wait_for_command_complete()

Completed in 24 milliseconds

123