Searched refs:ep_intr (Results 1 – 4 of 4) sorted by relevance
1073 u32 ep_intr; in s3c_hsudc_irq() local1080 ep_intr = readl(hsudc->regs + S3C_EIR) & 0x3FF; in s3c_hsudc_irq()1082 if (!ep_intr && !(sys_status & S3C_SSR_DTZIEN_EN)) { in s3c_hsudc_irq()1126 if (ep_intr & S3C_EIR_EP0) { in s3c_hsudc_irq()1132 ep_intr >>= 1; in s3c_hsudc_irq()1134 while (ep_intr) { in s3c_hsudc_irq()1135 if (ep_intr & 1) { in s3c_hsudc_irq()1144 ep_intr >>= 1; in s3c_hsudc_irq()
2492 static void pch_udc_read_all_epstatus(struct pch_udc_dev *dev, u32 ep_intr) in pch_udc_read_all_epstatus() argument2499 if (ep_intr & (0x1 << i)) { in pch_udc_read_all_epstatus()2505 if (ep_intr & (0x10000 << i)) { in pch_udc_read_all_epstatus()2790 u32 dev_intr, ep_intr; in pch_udc_isr() local2794 ep_intr = pch_udc_read_ep_interrupts(dev); in pch_udc_isr()2797 if (dev_intr == ep_intr) in pch_udc_isr()2807 if (ep_intr) in pch_udc_isr()2809 pch_udc_write_ep_interrupts(dev, ep_intr); in pch_udc_isr()2810 if (!dev_intr && !ep_intr) in pch_udc_isr()2815 if (ep_intr) { in pch_udc_isr()[all …]
255 struct usb_host_endpoint *ep_intr; member2247 dev->ep_intr = status; in lan78xx_get_endpoints()2974 dev->ep_intr = (intf->cur_altsetting)->endpoint + 2; in lan78xx_probe()2980 dev->ep_intr->desc.bEndpointAddress & in lan78xx_probe()2982 period = dev->ep_intr->desc.bInterval; in lan78xx_probe()
1270 struct usb_host_endpoint *ep_intr = alt->endpoint + 2; in alloc_all_mem() local1345 tp->intr_interval = (int)ep_intr->desc.bInterval; in alloc_all_mem()