Searched refs:PORT_GENERIC (Results 1 – 4 of 4) sorted by relevance
235 #define PORT_GENERIC (-1) macro
246 port->type = PORT_GENERIC; in esp32s3_acm_config_port()401 port->type = PORT_GENERIC; in esp32s3_acm_probe()
475 port->type = PORT_GENERIC; in esp32_uart_config_port()720 port->type = PORT_GENERIC; in esp32_uart_probe()
253 #define SCI_PUBLIC_PORT_ID(port) (((port) & BIT(7)) ? PORT_GENERIC : (port))