Home
last modified time | relevance | path

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

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