Home
last modified time | relevance | path

Searched refs:halted (Results 1 – 4 of 4) sorted by relevance

/u-boot/include/
A Dusb.h121 unsigned int halted[2]; member
390 #define usb_endpoint_halt(dev, ep, out) ((dev)->halted[out] |= (1 << (ep)))
391 #define usb_endpoint_running(dev, ep, out) ((dev)->halted[out] &= ~(1 << (ep)))
392 #define usb_endpoint_halted(dev, ep, out) ((dev)->halted[out] & (1 << (ep)))
/u-boot/drivers/usb/gadget/
A Dmax3420_udc.c126 int halted; member
356 ep->halted = 1; in max3420_ep_set_halt()
361 ep->halted = 0; in max3420_ep_set_halt()
514 if (ep->halted) in max3420_getstatus()
/u-boot/doc/usage/
A Dsemihosting.rst65 board with ``init``, and must be done while the CPU is halted. For a more
/u-boot/doc/board/google/
A Dchromebook_coral.rst426 - Fix USB3 crash "WARN halted endpoint, queueing URB anyway."

Completed in 15 milliseconds