Searched refs:is_ready (Results 1 - 3 of 3) sorted by relevance

/u-boot/drivers/usb/musb-new/
H A Dmusb_host.h45 u8 is_ready; /* safe to modify hw_ep */ member in struct:musb_qh
H A Dmusb_host.c349 int ready = qh->is_ready;
368 qh->is_ready = 0;
370 qh->is_ready = ready;
424 if (qh != NULL && qh->is_ready) {
1971 qh->is_ready = 1;
2225 if (!qh->is_ready
2228 int ready = qh->is_ready;
2230 qh->is_ready = 0;
2232 qh->is_ready = ready;
2269 qh->is_ready
[all...]
/u-boot/drivers/mtd/nand/raw/
H A Dpxa3xx_nand.c665 unsigned int status, is_completed = 0, is_ready = 0; local
715 is_ready = 1;
750 if (is_ready)

Completed in 116 milliseconds