Searched refs:ascport (Results 1 - 1 of 1) sorted by relevance

/drivers/tty/serial/
H A Dst-asc.c455 struct asc_port *ascport = to_asc_port(port); local
461 clk_prepare_enable(ascport->clk);
473 clk_disable_unprepare(ascport->clk);
481 struct asc_port *ascport = to_asc_port(port); local
489 (ascport->hw_flow_control ? 0 : CRTSCTS));
491 port->uartclk = clk_get_rate(ascport->clk);
528 if ((baud < 19200) && !ascport->force_m1) {
549 ascport->port.read_status_mask = ASC_RXBUF_DUMMY_OE;
551 ascport->port.read_status_mask |= ASC_RXBUF_FE | ASC_RXBUF_PE;
553 ascport
665 asc_init_port(struct asc_port *ascport, struct platform_device *pdev) argument
734 struct asc_port *ascport; local
836 struct asc_port *ascport; local
[all...]

Completed in 11 milliseconds