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