Searched refs:ep_intr (Results 1 – 4 of 4) sorted by relevance
1070 u32 ep_intr; in s3c_hsudc_irq() local1077 ep_intr = readl(hsudc->regs + S3C_EIR) & 0x3FF; in s3c_hsudc_irq()1079 if (!ep_intr && !(sys_status & S3C_SSR_DTZIEN_EN)) { in s3c_hsudc_irq()1123 if (ep_intr & S3C_EIR_EP0) { in s3c_hsudc_irq()1129 ep_intr >>= 1; in s3c_hsudc_irq()1131 while (ep_intr) { in s3c_hsudc_irq()1132 if (ep_intr & 1) { in s3c_hsudc_irq()1141 ep_intr >>= 1; in s3c_hsudc_irq()
2462 static void pch_udc_read_all_epstatus(struct pch_udc_dev *dev, u32 ep_intr) in pch_udc_read_all_epstatus() argument2469 if (ep_intr & (0x1 << i)) { in pch_udc_read_all_epstatus()2475 if (ep_intr & (0x10000 << i)) { in pch_udc_read_all_epstatus()2760 u32 dev_intr, ep_intr; in pch_udc_isr() local2764 ep_intr = pch_udc_read_ep_interrupts(dev); in pch_udc_isr()2767 if (dev_intr == ep_intr) in pch_udc_isr()2777 if (ep_intr) in pch_udc_isr()2779 pch_udc_write_ep_interrupts(dev, ep_intr); in pch_udc_isr()2780 if (!dev_intr && !ep_intr) in pch_udc_isr()2785 if (ep_intr) { in pch_udc_isr()[all …]
392 struct usb_host_endpoint *ep_intr; member2934 dev->ep_intr = status; in lan78xx_get_endpoints()3765 dev->ep_intr = (intf->cur_altsetting)->endpoint + 2; in lan78xx_probe()3771 dev->ep_intr->desc.bEndpointAddress & in lan78xx_probe()3773 period = dev->ep_intr->desc.bInterval; in lan78xx_probe()
1463 struct usb_host_endpoint *ep_intr = alt->endpoint + 2; in alloc_all_mem() local1539 tp->intr_interval = (int)ep_intr->desc.bInterval; in alloc_all_mem()