Home
last modified time | relevance | path

Searched refs:OTGSTS_VBUS_VALID (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/usb/cdns3/
H A Ddrd.h115 #define OTGSTS_VBUS_VALID BIT(1) macro
H A Ddrd.c83 vbus = !!(readl(&cdns->otg_regs->sts) & OTGSTS_VBUS_VALID); in cdns3_get_vbus()
/OK3568_Linux_fs/kernel/drivers/usb/cdns3/
H A Ddrd.h146 #define OTGSTS_VBUS_VALID BIT(1) macro
H A Ddrd.c102 vbus = !!(readl(&cdns->otg_regs->sts) & OTGSTS_VBUS_VALID); in cdns3_get_vbus()