Searched refs:OTGSTS_OTG_NRDY (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/usb/cdns3/ | ||
H A D | drd.h | 158 #define OTGSTS_OTG_NRDY(p) ((p) & OTGSTS_OTG_NRDY_MASK) macro |
H A D | drd.c | 477 if (OTGSTS_OTG_NRDY(state)) { in cdns_drd_init() |