Searched refs:usba_ep_readl (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | atmel_usba_udc.c | 98 status = usba_ep_readl(ep, STA); in receive_data() 135 status = usba_ep_readl(ep, STA); in receive_data() 264 (unsigned long)usba_ep_readl(ep, CFG)); in usba_ep_enable() 428 ((value && ep->is_in && (usba_ep_readl(ep, STA) & in usba_ep_set_halt() 437 usba_ep_readl(ep, STA); in usba_ep_set_halt() 449 return USBA_BFEXT(BYTE_COUNT, usba_ep_readl(ep, STA)); in usba_ep_fifo_status() 592 if (usba_ep_readl(ep, STA) & USBA_FORCE_STALL) in is_stalled() 656 if (!(usba_ep_readl(ep, CFG) & USBA_EPT_MAPPED)) { in do_test_mode() 672 if (!(usba_ep_readl(ep, CFG) & USBA_EPT_MAPPED)) { in do_test_mode() 849 epstatus = usba_ep_readl(ep, STA); in usba_control_irq() [all …]
|
| H A D | atmel_usba_udc.h | 194 #define usba_ep_readl(ep, reg) \ macro
|