Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Ddesignware_udc.c384 u32 len = (readl(&outep_regs_p[0].endp_status) >> 11) & 0xfff; in dw_udc_ep0_rx()
478 nbytes = (readl(&outep_regs_p[ep].endp_status) >> 11) & in dw_udc_epn_rx()
665 writel(0x0, &in_p->endp_status); in udc_setup_ep()
694 writel(0x0, &out_p->endp_status); in udc_setup_ep()
900 if ((readl(&outep_regs_p[0].endp_status) & ENDP_STATUS_OUTMSK) in dw_udc_endpoint_irq()
904 &outep_regs_p[0].endp_status); in dw_udc_endpoint_irq()
906 } else if ((readl(&outep_regs_p[0].endp_status) & in dw_udc_endpoint_irq()
910 &outep_regs_p[0].endp_status); in dw_udc_endpoint_irq()
912 } else if ((readl(&outep_regs_p[0].endp_status) & in dw_udc_endpoint_irq()
917 writel(0x0, &outep_regs_p[0].endp_status); in dw_udc_endpoint_irq()
[all …]
/OK3568_Linux_fs/u-boot/include/usb/
H A Ddesignware_udc.h25 u32 endp_status; member