Home
last modified time | relevance | path

Searched refs:PORT_CPM (Results 1 – 4 of 4) sorted by relevance

/drivers/tty/serial/cpm_uart/
Dcpm_uart_core.c639 return port->type == PORT_CPM ? "CPM UART" : NULL; in cpm_uart_type()
652 if (ser->type != PORT_UNKNOWN && ser->type != PORT_CPM) in cpm_uart_verify_port()
946 port->type = PORT_CPM; in cpm_uart_config_port()
1189 pinfo->port.type = PORT_CPM; in cpm_uart_init_port()
/drivers/usb/gadget/
Dfsl_qe_udc.h22 #define PORT_CPM 0 macro
Dfsl_qe_udc.c238 if (ep->udc->soc_type == PORT_CPM) in qe_ep_cmd_stoptx()
250 if (ep->udc->soc_type == PORT_CPM) in qe_ep_cmd_restarttx()
2797 .data = (void *)PORT_CPM,
/drivers/tty/serial/
Ducc_uart.c1054 port->type = PORT_CPM; in qe_uart_config_port()
1081 if (ser->type != PORT_UNKNOWN && ser->type != PORT_CPM) in qe_uart_verify_port()