Searched refs:PORT_CPM (Results 1 – 5 of 5) sorted by relevance
107 #define PORT_CPM 58 macro
616 return port->type == PORT_CPM ? "CPM UART" : NULL; in cpm_uart_type()629 if (ser->type != PORT_UNKNOWN && ser->type != PORT_CPM) in cpm_uart_verify_port()921 port->type = PORT_CPM; in cpm_uart_config_port()1198 pinfo->port.type = PORT_CPM; in cpm_uart_init_port()
18 #define PORT_CPM 0 macro
228 if (ep->udc->soc_type == PORT_CPM) in qe_ep_cmd_stoptx()240 if (ep->udc->soc_type == PORT_CPM) in qe_ep_cmd_restarttx()2698 .data = (void *)PORT_CPM,
1025 port->type = PORT_CPM; in qe_uart_config_port()1052 if (ser->type != PORT_UNKNOWN && ser->type != PORT_CPM) in qe_uart_verify_port()
Completed in 17 milliseconds