Searched defs:mx21_usbh_platform_data (Results 1 – 1 of 1) sorted by relevance
26 struct mx21_usbh_platform_data { struct27 enum mx21_usbh_xcvr host_xcvr; /* tranceiver mode host 1,2 ports */28 enum mx21_usbh_xcvr otg_xcvr; /* tranceiver mode otg (as host) port */29 u16 enable_host1:1,30 enable_host2:1,31 enable_otg_host:1, /* enable "OTG" port (as host) */32 host1_xcverless:1, /* traceiverless host1 port */33 host1_txenoe:1, /* output enable host1 transmit enable */34 otg_ext_xcvr:1, /* external tranceiver for OTG port */35 unused:10;