Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dserial_core.h89 #define PORT_CPM 58 macro
/linux/drivers/tty/serial/
H A Dcpm_uart.c619 return port->type == PORT_CPM ? "CPM UART" : NULL; in cpm_uart_type()
632 if (ser->type != PORT_UNKNOWN && ser->type != PORT_CPM) in cpm_uart_verify_port()
991 port->type = PORT_CPM; in cpm_uart_config_port()
1316 pinfo->port.type = PORT_CPM; in cpm_uart_init_port()
H A Ducc_uart.c1018 port->type = PORT_CPM; in qe_uart_config_port()
1045 if (ser->type != PORT_UNKNOWN && ser->type != PORT_CPM) in qe_uart_verify_port()
/linux/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.h18 #define PORT_CPM 0 macro