Home
last modified time | relevance | path

Searched defs:mx21_usbh_platform_data (Results 1 – 1 of 1) sorted by relevance

/linux-5.10/include/linux/platform_data/
Dusb-mx2.h17 struct mx21_usbh_platform_data { struct
18 enum mx21_usbh_xcvr host_xcvr; /* tranceiver mode host 1,2 ports */
19 enum mx21_usbh_xcvr otg_xcvr; /* tranceiver mode otg (as host) port */
20 u16 enable_host1:1,
21 enable_host2:1,
22 enable_otg_host:1, /* enable "OTG" port (as host) */
23 host1_xcverless:1, /* traceiverless host1 port */
24 host1_txenoe:1, /* output enable host1 transmit enable */
25 otg_ext_xcvr:1, /* external tranceiver for OTG port */
26 unused:10;