Searched refs:EP0_GET_RX_LEN (Results 1 – 3 of 3) sorted by relevance
82 #define EP0_GET_RX_LEN(x) (((x) >> 16) & 0x7f) macro257 u16 rx_len = EP0_GET_RX_LEN(ast_udc_read(AST_VHUB_EP0_CTRL)); in aspeed_udc_ep0_out()
85 #define EP0_GET_RX_LEN(x) (((x) >> 16) & 0x7f) macro406 rx_len = EP0_GET_RX_LEN(readl(udc->udc_base + AST_VHUB_EP0_CTRL)); in aspeed_udc_ep0_out()
102 #define EP0_GET_RX_LEN(x) ((x >> 16) & 0x7f) macro798 rx_len = EP0_GET_RX_LEN(ast_udc_read(udc, AST_UDC_EP0_CTRL)); in ast_udc_ep0_out()