Searched refs:cust_baud_rate (Results 1 – 1 of 1) sorted by relevance
292 unsigned int cust_baud_rate; in st_uart_config() local327 sscanf((const char*)buf, "%d", &cust_baud_rate); in st_uart_config()365 if (cust_baud_rate != 115200) { in st_uart_config()367 UIM_VER("Setting speed to %d", cust_baud_rate); in st_uart_config()372 cmd.speed = cust_baud_rate; in st_uart_config()391 UIM_VER("Speed changing to %d, %d", cust_baud_rate, flow_ctrl); in st_uart_config()393 if (set_custom_baud_rate(dev_fd, cust_baud_rate, flow_ctrl) < 0) { in st_uart_config()