Home
last modified time | relevance | path

Searched refs:EP0_STALL (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/drivers/usb/gadget/
H A Dpxa25x_udc.h82 EP0_STALL, enumerator
H A Daspeed_usbtty.c86 #define EP0_STALL BIT(0) macro
155 ast_udc_write(ast_udc_read(AST_VHUB_EP0_CTRL) | EP0_STALL, in udc_stall_ep()
H A Daspeed_udc.c89 #define EP0_STALL BIT(0) macro
226 writel(readl(reg + AST_VHUB_EP0_CTRL) | EP0_STALL, in aspeed_udc_getstatus()
773 val = readl(reg) | EP0_STALL; in aspeed_udc_ep_set_halt()
775 val = readl(reg) & ~EP0_STALL; in aspeed_udc_ep_set_halt()
H A Dpxa25x_udc.c102 if (dev->ep0state == EP0_STALL in udc_watchdog()
925 ep->dev->ep0state = EP0_STALL; in pxa25x_ep_set_halt()
1365 dev->ep0state = EP0_STALL; in handle_ep0()
1452 case EP0_STALL: in handle_ep0()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dpxa25x_udc.h69 EP0_STALL, enumerator
H A Dgoku_udc.h234 EP0_STALL, /* data or status stages */ enumerator
H A Daspeed_udc.c106 #define EP0_STALL BIT(0) macro
738 ctrl |= EP0_STALL; in ast_udc_ep_set_halt()
740 ctrl &= ~EP0_STALL; in ast_udc_ep_set_halt()
1028 ast_udc_write(udc, ast_udc_read(udc, AST_UDC_EP0_CTRL) | EP0_STALL, in ast_udc_getstatus()
1112 ast_udc_write(udc, ast_udc_read(udc, AST_UDC_EP0_CTRL) | EP0_STALL, in ast_udc_ep0_handle_setup()
H A Dpxa25x_udc.c1033 ep->dev->ep0state = EP0_STALL; in pxa25x_ep_set_halt()
1580 if (dev->ep0state == EP0_STALL in udc_watchdog()
1726 dev->ep0state = EP0_STALL; in handle_ep0()
1807 case EP0_STALL: in handle_ep0()
H A Dgoku_udc.c895 ep->dev->ep0state = EP0_STALL; in goku_set_halt()
1104 case EP0_STALL: in udc_ep_state()
1523 dev->ep0state = EP0_STALL; in ep0_setup()
/openbmc/linux/drivers/staging/emxx_udc/
H A Demxx_udc.h477 EP0_STALL, enumerator