Searched refs:busy (Results 1 - 23 of 23) sorted by relevance

/u-boot/drivers/net/
H A Dmdio-ipq4019.c44 unsigned int busy; local
46 return readl_poll_sleep_timeout(priv->mdio_base + MDIO_CMD_REG, busy,
47 (busy & MDIO_CMD_ACCESS_BUSY) == 0, IPQ4019_MDIO_SLEEP,
/u-boot/drivers/spi/
H A Dspi-synquacer.c286 u32 val, words, busy = 0; local
301 busy |= BIT(TXBIT);
304 busy &= ~BIT(TXBIT);
309 busy |= BIT(RXBIT);
312 busy &= ~BIT(RXBIT);
340 while (busy & (BIT(RXBIT) | BIT(TXBIT))) {
344 busy &= ~BIT(RXBIT);
353 busy &= ~BIT(TXBIT);
/u-boot/drivers/usb/musb-new/
H A Dmusb_gadget.h71 u8 busy; member in struct:musb_ep
H A Dmusb_gadget.c187 int busy = ep->busy; variable
196 ep->busy = 1;
210 ep->busy = busy;
225 ep->busy = 1;
288 -> if DMA is currently busy, exit.
536 dev_dbg(musb->controller, "%s dma still busy?\n", musb_ep->end_point.name);
964 dev_dbg(musb->controller, "%s busy, csr %04x\n",
1194 musb_ep->busy
[all...]
H A Dmusb_gadget_ep0.c291 if (!musb_ep->busy && request) {
/u-boot/drivers/net/fsl-mc/dpio/
H A Dqbman_portal.h50 * and stalls.) With that in mind, this "busy" variable refers
54 * command is executing, "vdq" is no longer "busy".
56 atomic_t busy; member in struct:qbman_swp::__anon801
58 /* We need to determine when vdq is no longer busy. This depends
59 * on whether the "busy" (last-submitted) dequeue command is
H A Dqbman_portal.c84 atomic_set(&p->vdq.busy, 1);
333 if (!atomic_dec_and_test(&s->vdq.busy)) {
334 atomic_inc(&s->vdq.busy);
406 indicate that the vdq is no longer busy */
412 atomic_inc(&s->vdq.busy);
464 /* VDQCR "no longer busy" hook - not quite the same as DQRR, because the
465 * fact "VDQCR" shows busy doesn't mean that the result we're looking at
470 * reset "busy". We instead base the decision on whether the current
471 * result is sitting at the first 'storage' location of the busy
475 atomic_inc(&s->vdq.busy);
[all...]
/u-boot/drivers/fpga/
H A Dspartan2.c117 "busy:\t0x%p\n"
121 fn->clk, fn->cs, fn->wr, fn->rdata, fn->wdata, fn->busy,
155 } while ((*fn->init) (cookie) && (*fn->busy) (cookie));
174 while ((*fn->busy) (cookie)) {
176 * make sure we aren't busy forever... */
H A Dspartan3.c122 "busy:\t0x%p\n"
126 fn->clk, fn->cs, fn->wr, fn->rdata, fn->wdata, fn->busy,
160 } while ((*fn->init) (cookie) && (*fn->busy) (cookie));
179 while ((*fn->busy) (cookie)) {
181 * make sure we aren't busy forever... */
215 * make sure we aren't busy forever... */
415 * make sure we aren't busy forever... */
H A Dvirtex2.c165 " busy 0x%p\n"
169 fn->busy, fn->abort, fn->post);
215 } while ((*fn->init)(cookie) && (*fn->busy)(cookie));
349 while ((*fn->busy)(cookie)) {
481 /* Slave serial never uses a busy pin */
/u-boot/include/
H A Dspartan3.h24 xilinx_busy_fn busy; member in struct:__anon1370
H A Dspartan2.h24 xilinx_busy_fn busy; member in struct:__anon1368
H A Dvirtex2.h28 xilinx_busy_fn busy; member in struct:__anon811
/u-boot/drivers/net/octeontx2/
H A Dnix_af.c290 } while (blk_rst.s.busy);
322 } while (blk_rst.s.busy);
976 } while (blk_rst.s.busy);
1012 } while (blk_rst.s.busy);
1095 } while (blk_rst.s.busy);
/u-boot/arch/arm/include/asm/arch-octeontx2/csrs/
H A Dcsrs-npc.h273 u64 busy : 1; member in struct:npc_af_blk_rst::npc_af_blk_rst_s
H A Dcsrs-npa.h733 u64 busy : 1; member in struct:npa_af_blk_rst::npa_af_blk_rst_s
H A Dcsrs-rvu.h314 u64 busy : 1; member in struct:rvu_af_blk_rst::rvu_af_blk_rst_s
H A Dcsrs-nix.h2049 u64 busy : 1; member in struct:nixx_af_blk_rst::nixx_af_blk_rst_s
5451 u64 busy : 1; member in struct:nixx_af_rx_mcast_buf_cfg::nixx_af_rx_mcast_buf_cfg_s
5561 u64 busy : 1; member in struct:nixx_af_rx_mirror_buf_cfg::nixx_af_rx_mirror_buf_cfg_s
H A Dcsrs-cgx.h731 u64 busy : 1; member in struct:cgxx_cmrx_rx_fifo_len::cgxx_cmrx_rx_fifo_len_s
/u-boot/arch/mips/mach-octeon/include/mach/
H A Dcvmx-fpa-defs.h1770 u64 busy : 1; member in struct:cvmx_fpa_sft_rst::cvmx_fpa_sft_rst_s
H A Dcvmx-pki-defs.h1693 u64 busy : 1; member in struct:cvmx_pki_sft_rst::cvmx_pki_sft_rst_s
H A Dcvmx-sso-defs.h2030 u64 busy : 1; member in struct:cvmx_sso_reset::cvmx_sso_reset_s
/u-boot/arch/mips/mach-octeon/
H A Dcvmx-pki.c57 while (sft_rst.s.busy != 0)

Completed in 372 milliseconds