Searched refs:OTGSTS_VBUS_VALID (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/cdns3/ | ||
| H A D | drd.h | 115 #define OTGSTS_VBUS_VALID BIT(1) macro |
| H A D | drd.c | 83 vbus = !!(readl(&cdns->otg_regs->sts) & OTGSTS_VBUS_VALID); in cdns3_get_vbus() |