Searched refs:SM501_USE_USB_HOST (Results 1 – 4 of 4) sorted by relevance
115 #define SM501_USE_USB_HOST (1<<0) macro
201 .devices = SM501_USE_USB_HOST | SM501_USE_UART0 | SM501_USE_UART1,
169 .devices = SM501_USE_USB_HOST | SM501_USE_UART0,
1354 if (idata->devices & SM501_USE_USB_HOST) in sm501_init_dev()