Searched refs:busy (Results 1 – 14 of 14) sorted by relevance
| /rk3399_rockchip-uboot/drivers/fpga/ |
| H A D | virtex2.c | 191 fn->busy, fn->abort, fn->post); in virtex2_ssm_load() 239 } while ((*fn->init) (cookie) && (*fn->busy) (cookie)); in virtex2_ssm_load() 286 while ((*fn->busy) (cookie)) { in virtex2_ssm_load()
|
| H A D | spartan2.c | 130 fn->clk, fn->cs, fn->wr, fn->rdata, fn->wdata, fn->busy, in spartan2_sp_load() 164 } while ((*fn->init) (cookie) && (*fn->busy) (cookie)); in spartan2_sp_load() 183 while ((*fn->busy) (cookie)) { in spartan2_sp_load()
|
| H A D | spartan3.c | 134 fn->clk, fn->cs, fn->wr, fn->rdata, fn->wdata, fn->busy, in spartan3_sp_load() 168 } while ((*fn->init) (cookie) && (*fn->busy) (cookie)); in spartan3_sp_load() 187 while ((*fn->busy) (cookie)) { in spartan3_sp_load()
|
| /rk3399_rockchip-uboot/drivers/net/fsl-mc/dpio/ |
| H A D | qbman_portal.c | 82 atomic_set(&p->vdq.busy, 1); in qbman_swp_init() 331 if (!atomic_dec_and_test(&s->vdq.busy)) { in qbman_swp_pull() 332 atomic_inc(&s->vdq.busy); in qbman_swp_pull() 410 atomic_inc(&s->vdq.busy); in qbman_swp_dqrr_next() 473 atomic_inc(&s->vdq.busy); in qbman_dq_entry_has_newtoken()
|
| H A D | qbman_portal.h | 57 atomic_t busy; member
|
| /rk3399_rockchip-uboot/drivers/usb/musb-new/ |
| H A D | musb_gadget.h | 72 u8 busy; member
|
| H A D | musb_gadget.c | 181 int busy = ep->busy; in musb_g_giveback() local 190 ep->busy = 1; in musb_g_giveback() 204 ep->busy = busy; in musb_g_giveback() 219 ep->busy = 1; in nuke() 1187 musb_ep->busy = 0; in musb_gadget_enable() 1363 if (!musb_ep->busy && &request->list == musb_ep->req_list.next) in musb_gadget_queue() 1396 if (musb_ep->req_list.next != &req->list || musb_ep->busy) in musb_gadget_dequeue() 1500 if (!musb_ep->busy && !value && request) { in musb_gadget_set_halt()
|
| H A D | musb_gadget_ep0.c | 287 if (!musb_ep->busy && request) { in service_zero_data_request()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | virtex2.h | 28 xilinx_busy_fn busy; member
|
| H A D | spartan2.h | 25 xilinx_busy_fn busy; member
|
| H A D | spartan3.h | 25 xilinx_busy_fn busy; member
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/serial/ |
| H A D | snps-dw-apb-uart.txt | 19 configuration parameter. Define this if your UART does not implement the busy
|
| /rk3399_rockchip-uboot/drivers/mmc/ |
| H A D | mmc.c | 718 u8 busy = true; in mmc_poll_for_busy() local 736 busy = mmc_card_busy(mmc); in mmc_poll_for_busy() 745 busy = (cmd.response[0] & MMC_STATUS_CURR_STATE) == in mmc_poll_for_busy() 749 if (get_timer(start) > timeout && busy) in mmc_poll_for_busy() 751 } while (busy); in mmc_poll_for_busy()
|
| /rk3399_rockchip-uboot/ |
| H A D | README | 2121 Enable checks on FPGA configuration interface busy
|