Searched refs:OTGSC_STS_A_VBUS_VALID (Results 1 - 5 of 5) sorted by relevance

/drivers/usb/phy/
H A Dphy-mv-usb.h25 #define OTGSC_STS_A_VBUS_VALID 0x00000200 macro
H A Dphy-fsl-usb.h168 #define OTGSC_STS_A_VBUS_VALID (0x1<<9) macro
H A Dphy-fsl-usb.c514 !!(fsl_readl(&usb_dr_regs->otgsc) & OTGSC_STS_A_VBUS_VALID);
H A Dphy-mv-usb.c328 otg_ctrl->a_vbus_vld = !!(otgsc & OTGSC_STS_A_VBUS_VALID);
/drivers/usb/gadget/udc/
H A Dfsl_usb2_udc.h264 #define OTGSC_STS_A_VBUS_VALID 0x00000200 macro

Completed in 23 milliseconds