Home
last modified time | relevance | path

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

/drivers/usb/phy/
Dphy-mv-usb.h21 #define OTGSC_STS_A_VBUS_VALID 0x00000200 macro
Dphy-fsl-usb.h154 #define OTGSC_STS_A_VBUS_VALID (0x1<<9) macro
Dphy-mv-usb.c319 otg_ctrl->a_vbus_vld = !!(otgsc & OTGSC_STS_A_VBUS_VALID); in mv_otg_update_inputs()
Dphy-fsl-usb.c474 !!(fsl_readl(&usb_dr_regs->otgsc) & OTGSC_STS_A_VBUS_VALID); in fsl_otg_start_host()
/drivers/usb/gadget/udc/
Dfsl_usb2_udc.h260 #define OTGSC_STS_A_VBUS_VALID 0x00000200 macro