Searched refs:uartclk (Results 101 - 125 of 140) sorted by relevance

123456

/linux-master/drivers/tty/serial/
H A Damba-pl011.c1730 uap->port.uartclk = clk_get_rate(uap->clk);
2048 port->uartclk / clkdiv);
2057 if (baud > port->uartclk / 16)
2058 quot = DIV_ROUND_CLOSEST(port->uartclk * 8, baud);
2060 quot = DIV_ROUND_CLOSEST(port->uartclk * 4, baud);
2126 if (baud > port->uartclk / 16)
2381 *baud = uap->port.uartclk * 4 / (64 * ibrd + fbrd);
2423 uap->port.uartclk = clk_get_rate(uap->clk);
H A Dbcm63xx_uart.c516 baud = uart_get_baud_rate(port, new, old, 0, port->uartclk / 16);
849 port->uartclk = clk_get_rate(clk) / 2;
H A Dmux.c458 port->uartclk = 0;
H A Dzs.c912 uport->uartclk / zport->clk_mode / 4);
914 brg = ZS_BPS_TO_BRG(baud, uport->uartclk / zport->clk_mode);
1039 if (ser->baud_base != uport->uartclk / zport->clk_mode / 4)
1107 uport->uartclk = ZS_CLOCK;
H A Dsprd_serial.c759 quot = port->uartclk / baud;
1125 uport->uartclk = SPRD_DEFAULT_SOURCE_CLK;
1127 uport->uartclk = clk_get_rate(clk_uart);
1171 up->uartclk = SPRD_DEF_RATE;
H A Dlantiq.c335 port->uartclk = clk_get_rate(ltq_port->freqclk);
457 baud = uart_get_baud_rate(port, new, old, 0, port->uartclk / 16);
638 port->uartclk = clk_get_rate(ltq_port->freqclk);
H A Dpic32_uart.c456 u32 dflt_baud = (port->uartclk / PIC32_UART_DFLT_BRATE / 16) - 1;
664 baud = uart_get_baud_rate(port, new, old, 0, port->uartclk / 16);
911 port->uartclk = clk_get_rate(sport->clk);
H A Drda-uart.c251 baud = uart_get_baud_rate(port, termios, old, 9600, port->uartclk / 4);
754 rda_port->port.uartclk = clk_get_rate(rda_port->clk);
755 if (rda_port->port.uartclk == 0) {
H A Ducc_uart.c931 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk / 16);
1377 qe_port->port.uartclk = val;
1398 qe_port->port.uartclk = val / 2;
H A Dip22zilog.c1111 up[(chip * 2) + 0].port.uartclk = ZS_CLOCK;
1123 up[(chip * 2) + 1].port.uartclk = ZS_CLOCK;
H A Dsb1250-duart.c743 if (ser->baud_base != uport->uartclk / 16)
804 uport->uartclk = 100000000 / 20 * 16;
H A Drp2.c379 baud = uart_get_baud_rate(port, new, old, 0, port->uartclk / 16);
666 p->uartclk = UART_CLOCK;
H A Dserial_core.c558 quot = DIV_ROUND_CLOSEST(port->uartclk, 16 * baud);
808 retinfo->baud_base = uport->uartclk / 16;
882 (new_info->baud_base != uport->uartclk / 16) ||
999 uport->uartclk = new_info->baud_base * 16;
2591 address, port->irq, port->uartclk / 16, uart_type(port));
2599 port->uartclk / 8, port->uartclk / 4);
3100 static DEVICE_ATTR_RO(uartclk);
H A Datmel_serial.c2149 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk / 16);
2288 div = DIV_ROUND_CLOSEST(port->uartclk, baud * 2);
2477 if (port->uartclk / 16 != ser->baud_base)
2569 port->uartclk = clk_get_rate(atmel_port->clk);
2667 *baud = port->uartclk / (16 * quot);
H A Dmen_z135_uart.c828 uart->port.uartclk = MEN_Z135_BASECLK * 16;
/linux-master/drivers/parisc/
H A Dsuperio.c393 serial_port.uartclk = 115200*16;
/linux-master/arch/mips/sni/
H A Drm200.c31 .uartclk = 1843200, \
/linux-master/drivers/tty/serial/8250/
H A D8250.h107 .uartclk = 1843200, \
H A Dserial_cs.c104 uart->port.uartclk = 14745600;
356 uart.port.uartclk = 1843200;
H A D8250_pci1xxxx.c633 port->port.uartclk = 64 * HZ_PER_MHZ;
/linux-master/drivers/char/mwave/
H A Dmwavedd.c473 uart.port.uartclk = 1843200;
/linux-master/drivers/bus/
H A Dhisi_lpc.c531 .uartclk = 1843200,
/linux-master/arch/arm/plat-orion/
H A Dcommon.c99 data->uartclk = uart_get_clk_rate(clk);
/linux-master/arch/arm/mach-omap1/
H A Dboard-ams-delta.c777 .uartclk = BASE_BAUD * 16,
/linux-master/drivers/tty/serial/jsm/
H A Djsm_tty.c455 brd->channels[i]->uart_port.uartclk = 14745600;

Completed in 447 milliseconds

123456