Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/gadget/
Ddesignware_udc.c383 u32 len = (readl(&outep_regs_p[0].endp_status) >> 11) & 0xfff; in dw_udc_ep0_rx()
477 nbytes = (readl(&outep_regs_p[ep].endp_status) >> 11) & in dw_udc_epn_rx()
664 writel(0x0, &in_p->endp_status); in udc_setup_ep()
693 writel(0x0, &out_p->endp_status); in udc_setup_ep()
899 if ((readl(&outep_regs_p[0].endp_status) & ENDP_STATUS_OUTMSK) in dw_udc_endpoint_irq()
903 &outep_regs_p[0].endp_status); in dw_udc_endpoint_irq()
905 } else if ((readl(&outep_regs_p[0].endp_status) & in dw_udc_endpoint_irq()
909 &outep_regs_p[0].endp_status); in dw_udc_endpoint_irq()
911 } else if ((readl(&outep_regs_p[0].endp_status) & in dw_udc_endpoint_irq()
916 writel(0x0, &outep_regs_p[0].endp_status); in dw_udc_endpoint_irq()
[all …]
/external/u-boot/include/usb/
Ddesignware_udc.h24 u32 endp_status; member