Home
last modified time | relevance | path

Searched refs:ENDP_STATUS_IN (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Ddesignware_udc.c923 writel(ENDP_STATUS_IN, &inep_regs_p[0].endp_status); in dw_udc_endpoint_irq()
962 if (readl(&inep_regs_p[epnum].endp_status) & ENDP_STATUS_IN) { in dw_udc_endpoint_irq()
963 writel(ENDP_STATUS_IN, in dw_udc_endpoint_irq()
967 writel(ENDP_STATUS_IN, in dw_udc_endpoint_irq()
/OK3568_Linux_fs/u-boot/include/usb/
H A Ddesignware_udc.h56 #define ENDP_STATUS_IN 0x00000040 macro