Lines Matching refs:bEndpointAddress
302 idx = ep->bEndpointAddress & 0x7F; in s3c2410_udc_write_fifo()
406 idx = ep->bEndpointAddress & 0x7F; in s3c2410_udc_read_fifo()
788 int is_in = ep->bEndpointAddress & USB_DIR_IN; in s3c2410_udc_handle_ep()
798 idx = ep->bEndpointAddress & 0x7F; in s3c2410_udc_handle_ep()
1029 ep->bEndpointAddress = desc->bEndpointAddress; in s3c2410_udc_ep_enable()
1036 if (desc->bEndpointAddress & USB_DIR_IN) { in s3c2410_udc_ep_enable()
1068 tmp = desc->bEndpointAddress; in s3c2410_udc_ep_enable()
1071 desc->bEndpointAddress & USB_DIR_IN ? "in" : "out", max); in s3c2410_udc_ep_enable()
1197 __func__, ep->bEndpointAddress, _req->length); in s3c2410_udc_queue()
1199 if (ep->bEndpointAddress) { in s3c2410_udc_queue()
1200 udc_write(ep->bEndpointAddress & 0x7F, S3C2410_UDC_INDEX_REG); in s3c2410_udc_queue()
1202 ep_csr = udc_read((ep->bEndpointAddress & USB_DIR_IN) in s3c2410_udc_queue()
1214 if (ep->bEndpointAddress == 0 /* ep0 */) { in s3c2410_udc_queue()
1239 } else if ((ep->bEndpointAddress & USB_DIR_IN) != 0 in s3c2410_udc_queue()
1319 idx = ep->bEndpointAddress & 0x7F; in s3c2410_udc_set_halt()
1326 ep_csr = udc_read((ep->bEndpointAddress & USB_DIR_IN) in s3c2410_udc_set_halt()
1330 if ((ep->bEndpointAddress & USB_DIR_IN) != 0) { in s3c2410_udc_set_halt()
1680 .bEndpointAddress = 1,
1694 .bEndpointAddress = 2,
1708 .bEndpointAddress = 3,
1722 .bEndpointAddress = 4,