Searched refs:OTGSTS_OTG_NRDY (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/cdns3/ | ||
| H A D | drd.h | 124 #define OTGSTS_OTG_NRDY(p) ((p) & OTGSTS_OTG_NRDY_MASK) macro |
| H A D | drd.c | 290 if (OTGSTS_OTG_NRDY(state) != 0) { in cdns3_drd_init() |