Searched refs:USBD_DEVINTST (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/usb/gadget/udc/
H A Dlpc32xx_udc.c240 #define USBD_DEVINTST(x) ((x) + 0x200) macro
290 * USBD_DEVINTST/USBD_DEVINTEN/USBD_DEVINTCLR/USBD_DEVINTSET/
739 u32 tmp = readl(USBD_DEVINTST(udc->udp_baseaddr)); udc_protocol_cmd_w()
748 while (((readl(USBD_DEVINTST(udc->udp_baseaddr)) & udc_protocol_cmd_w()
782 tmp = readl(USBD_DEVINTST(udc->udp_baseaddr)); udc_protocol_cmd_r()
783 while ((!(readl(USBD_DEVINTST(udc->udp_baseaddr)) & USBD_CDFULL)) udc_protocol_cmd_r()
875 while ((!(readl(USBD_DEVINTST(udc->udp_baseaddr)) & udc_realize_hwep()
2793 devstat = readl(USBD_DEVINTST(udc->udp_baseaddr)); lpc32xx_usb_lp_irq()

Completed in 53 milliseconds