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