Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/usb/
H A Ddesignware_udc.h120 #define DEV_STAT_RXFIFO_EMPTY 0x00008000 macro
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Ddesignware_udc.c192 if (readl(&udc_regs_p->dev_stat) & DEV_STAT_RXFIFO_EMPTY) in usbgetpckfromfifo()