Lines Matching refs:bEndpointAddress
331 idx = ep->bEndpointAddress & 0x7F; in s3c2410_udc_write_fifo()
434 idx = ep->bEndpointAddress & 0x7F; in s3c2410_udc_read_fifo()
815 int is_in = ep->bEndpointAddress & USB_DIR_IN; in s3c2410_udc_handle_ep()
825 idx = ep->bEndpointAddress & 0x7F; in s3c2410_udc_handle_ep()
1058 ep->bEndpointAddress = desc->bEndpointAddress; in s3c2410_udc_ep_enable()
1065 if (desc->bEndpointAddress & USB_DIR_IN) { in s3c2410_udc_ep_enable()
1097 tmp = desc->bEndpointAddress; in s3c2410_udc_ep_enable()
1100 desc->bEndpointAddress & USB_DIR_IN ? "in" : "out", max); in s3c2410_udc_ep_enable()
1226 __func__, ep->bEndpointAddress, _req->length); in s3c2410_udc_queue()
1228 if (ep->bEndpointAddress) { in s3c2410_udc_queue()
1229 udc_write(ep->bEndpointAddress & 0x7F, S3C2410_UDC_INDEX_REG); in s3c2410_udc_queue()
1231 ep_csr = udc_read((ep->bEndpointAddress & USB_DIR_IN) in s3c2410_udc_queue()
1243 if (ep->bEndpointAddress == 0 /* ep0 */) { in s3c2410_udc_queue()
1268 } else if ((ep->bEndpointAddress & USB_DIR_IN) != 0 in s3c2410_udc_queue()
1350 idx = ep->bEndpointAddress & 0x7F; in s3c2410_udc_set_halt()
1357 ep_csr = udc_read((ep->bEndpointAddress & USB_DIR_IN) in s3c2410_udc_set_halt()
1361 if ((ep->bEndpointAddress & USB_DIR_IN) != 0) { in s3c2410_udc_set_halt()
1710 .bEndpointAddress = 1,
1722 .bEndpointAddress = 2,
1734 .bEndpointAddress = 3,
1746 .bEndpointAddress = 4,