Lines Matching refs:bEndpointAddress
311 idx = ep->bEndpointAddress & 0x7F; in s3c2410_udc_write_fifo()
415 idx = ep->bEndpointAddress & 0x7F; in s3c2410_udc_read_fifo()
797 int is_in = ep->bEndpointAddress & USB_DIR_IN; in s3c2410_udc_handle_ep()
807 idx = ep->bEndpointAddress & 0x7F; in s3c2410_udc_handle_ep()
1040 ep->bEndpointAddress = desc->bEndpointAddress; in s3c2410_udc_ep_enable()
1047 if (desc->bEndpointAddress & USB_DIR_IN) { in s3c2410_udc_ep_enable()
1079 tmp = desc->bEndpointAddress; in s3c2410_udc_ep_enable()
1082 desc->bEndpointAddress & USB_DIR_IN ? "in" : "out", max); in s3c2410_udc_ep_enable()
1208 __func__, ep->bEndpointAddress, _req->length); in s3c2410_udc_queue()
1210 if (ep->bEndpointAddress) { in s3c2410_udc_queue()
1211 udc_write(ep->bEndpointAddress & 0x7F, S3C2410_UDC_INDEX_REG); in s3c2410_udc_queue()
1213 ep_csr = udc_read((ep->bEndpointAddress & USB_DIR_IN) in s3c2410_udc_queue()
1225 if (ep->bEndpointAddress == 0 /* ep0 */) { in s3c2410_udc_queue()
1250 } else if ((ep->bEndpointAddress & USB_DIR_IN) != 0 in s3c2410_udc_queue()
1332 idx = ep->bEndpointAddress & 0x7F; in s3c2410_udc_set_halt()
1339 ep_csr = udc_read((ep->bEndpointAddress & USB_DIR_IN) in s3c2410_udc_set_halt()
1343 if ((ep->bEndpointAddress & USB_DIR_IN) != 0) { in s3c2410_udc_set_halt()
1696 .bEndpointAddress = 1,
1710 .bEndpointAddress = 2,
1724 .bEndpointAddress = 3,
1738 .bEndpointAddress = 4,