Home
last modified time | relevance | path

Searched refs:EP0_GET_RX_LEN (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/usb/gadget/
H A Daspeed_usbtty.c82 #define EP0_GET_RX_LEN(x) (((x) >> 16) & 0x7f) macro
257 u16 rx_len = EP0_GET_RX_LEN(ast_udc_read(AST_VHUB_EP0_CTRL)); in aspeed_udc_ep0_out()
H A Daspeed_udc.c85 #define EP0_GET_RX_LEN(x) (((x) >> 16) & 0x7f) macro
406 rx_len = EP0_GET_RX_LEN(readl(udc->udc_base + AST_VHUB_EP0_CTRL)); in aspeed_udc_ep0_out()
/openbmc/linux/drivers/usb/gadget/udc/
H A Daspeed_udc.c102 #define EP0_GET_RX_LEN(x) ((x >> 16) & 0x7f) macro
798 rx_len = EP0_GET_RX_LEN(ast_udc_read(udc, AST_UDC_EP0_CTRL)); in ast_udc_ep0_out()