Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/phy/
H A Dphy-mv-usb.h23 #define OTGSC_STS_B_SESSION_VALID 0x00000800 macro
H A Dphy-fsl-usb.h156 #define OTGSC_STS_B_SESSION_VALID (0x1<<11) macro
H A Dphy-mv-usb.c304 otg_ctrl->b_sess_vld = !!(otgsc & OTGSC_STS_B_SESSION_VALID); in mv_otg_update_inputs()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dfsl_usb2_udc.h262 #define OTGSC_STS_B_SESSION_VALID 0x00000800 macro