Lines Matching refs:bEndpointAddress
304 idx = ep->bEndpointAddress & 0x7F; in s3c2410_udc_write_fifo()
408 idx = ep->bEndpointAddress & 0x7F; in s3c2410_udc_read_fifo()
790 int is_in = ep->bEndpointAddress & USB_DIR_IN; in s3c2410_udc_handle_ep()
800 idx = ep->bEndpointAddress & 0x7F; in s3c2410_udc_handle_ep()
1031 ep->bEndpointAddress = desc->bEndpointAddress; in s3c2410_udc_ep_enable()
1038 if (desc->bEndpointAddress & USB_DIR_IN) { in s3c2410_udc_ep_enable()
1070 tmp = desc->bEndpointAddress; in s3c2410_udc_ep_enable()
1073 desc->bEndpointAddress & USB_DIR_IN ? "in" : "out", max); in s3c2410_udc_ep_enable()
1199 __func__, ep->bEndpointAddress, _req->length); in s3c2410_udc_queue()
1201 if (ep->bEndpointAddress) { in s3c2410_udc_queue()
1202 udc_write(ep->bEndpointAddress & 0x7F, S3C2410_UDC_INDEX_REG); in s3c2410_udc_queue()
1204 ep_csr = udc_read((ep->bEndpointAddress & USB_DIR_IN) in s3c2410_udc_queue()
1216 if (ep->bEndpointAddress == 0 /* ep0 */) { in s3c2410_udc_queue()
1241 } else if ((ep->bEndpointAddress & USB_DIR_IN) != 0 in s3c2410_udc_queue()
1320 idx = ep->bEndpointAddress & 0x7F; in s3c2410_udc_set_halt()
1327 ep_csr = udc_read((ep->bEndpointAddress & USB_DIR_IN) in s3c2410_udc_set_halt()
1331 if ((ep->bEndpointAddress & USB_DIR_IN) != 0) { in s3c2410_udc_set_halt()
1684 .bEndpointAddress = 1,
1698 .bEndpointAddress = 2,
1712 .bEndpointAddress = 3,
1726 .bEndpointAddress = 4,