Lines Matching refs:bEndpointAddress
329 idx = ep->bEndpointAddress & 0x7F; in s3c2410_udc_write_fifo()
432 idx = ep->bEndpointAddress & 0x7F; in s3c2410_udc_read_fifo()
813 int is_in = ep->bEndpointAddress & USB_DIR_IN; in s3c2410_udc_handle_ep()
823 idx = ep->bEndpointAddress & 0x7F; in s3c2410_udc_handle_ep()
1056 ep->bEndpointAddress = desc->bEndpointAddress; in s3c2410_udc_ep_enable()
1063 if (desc->bEndpointAddress & USB_DIR_IN) { in s3c2410_udc_ep_enable()
1095 tmp = desc->bEndpointAddress; in s3c2410_udc_ep_enable()
1098 desc->bEndpointAddress & USB_DIR_IN ? "in" : "out", max); in s3c2410_udc_ep_enable()
1224 __func__, ep->bEndpointAddress, _req->length); in s3c2410_udc_queue()
1226 if (ep->bEndpointAddress) { in s3c2410_udc_queue()
1227 udc_write(ep->bEndpointAddress & 0x7F, S3C2410_UDC_INDEX_REG); in s3c2410_udc_queue()
1229 ep_csr = udc_read((ep->bEndpointAddress & USB_DIR_IN) in s3c2410_udc_queue()
1241 if (ep->bEndpointAddress == 0 /* ep0 */) { in s3c2410_udc_queue()
1266 } else if ((ep->bEndpointAddress & USB_DIR_IN) != 0 in s3c2410_udc_queue()
1348 idx = ep->bEndpointAddress & 0x7F; in s3c2410_udc_set_halt()
1355 ep_csr = udc_read((ep->bEndpointAddress & USB_DIR_IN) in s3c2410_udc_set_halt()
1359 if ((ep->bEndpointAddress & USB_DIR_IN) != 0) { in s3c2410_udc_set_halt()
1712 .bEndpointAddress = 1,
1726 .bEndpointAddress = 2,
1740 .bEndpointAddress = 3,
1754 .bEndpointAddress = 4,