Searched refs:uartclk (Results 1 - 25 of 140) sorted by relevance

123456

/linux-master/include/linux/
H A Daltera_uart.h12 unsigned int uartclk; /* UART clock rate */ member in struct:altera_uart_platform_uart
H A Dserial_8250.h38 unsigned int uartclk; /* UART clock rate */ member in struct:plat_serial8250_port
185 void serial8250_update_uartclk(struct uart_port *port, unsigned int uartclk);
/linux-master/include/linux/platform_data/
H A Dserial-omap.h31 unsigned int uartclk; /* UART clock rate */ member in struct:omap_uart_port_info
/linux-master/arch/mips/mti-malta/
H A Dmalta-platform.c34 .uartclk = 1843200, \
49 .uartclk = 3686400, /* Twice the usual clk! */
/linux-master/drivers/tty/serial/8250/
H A D8250_acorn.c27 unsigned int uartclk; member in struct:serial_card_type
65 uart.port.uartclk = type->uartclk;
96 .uartclk = 7372800,
103 .uartclk = 3686400,
H A D8250_hub6.c14 .uartclk = 1843200, \
H A D8250_bcm2835aux.c38 * @clk: clock producer of the port's uartclk
88 unsigned int uartclk; local
147 uartclk = clk_get_rate(data->clk);
148 if (uartclk)
149 up.port.uartclk = uartclk;
156 up.port.uartclk *= 2;
H A D8250_hp300.c116 port.uartclk = HPAPCI_BAUD_BASE * 16;
133 port.uartclk = HPDCA_BAUD_BASE * 16;
175 uart.port.uartclk = HPDCA_BAUD_BASE * 16;
257 uart.port.uartclk = HPAPCI_BAUD_BASE * 16;
H A D8250_ingenic.c86 dev->port.uartclk = be32_to_cpup(prop);
107 divisor = DIV_ROUND_CLOSEST(port->uartclk, 16 * baud);
147 if (dev->port.uartclk >= 16000000)
148 dev->port.uartclk /= 2;
298 uart.port.uartclk = clk_get_rate(data->clk_baud);
H A D8250_pnp.c474 uart.port.uartclk = 1843200;
475 device_property_read_u32(&dev->dev, "clock-frequency", &uart.port.uartclk);
H A D8250_early.c137 if (port->uartclk) {
138 divisor = DIV_ROUND_CLOSEST(port->uartclk, 16 * device->baud);
H A D8250_tegra.c88 if (!port->uartclk) {
99 port->uartclk = clk_get_rate(uart->clk);
/linux-master/arch/arm/mach-omap1/
H A Dserial.c73 .uartclk = OMAP16XX_BASE_BAUD * 16,
81 .uartclk = OMAP16XX_BASE_BAUD * 16,
89 .uartclk = OMAP16XX_BASE_BAUD * 16,
112 serial_platform_data[0].uartclk = OMAP1510_BASE_BAUD * 16;
113 serial_platform_data[1].uartclk = OMAP1510_BASE_BAUD * 16;
114 serial_platform_data[2].uartclk = OMAP1510_BASE_BAUD * 16;
/linux-master/arch/mips/ath25/
H A Ddevices.c74 void __init ath25_serial_setup(u32 mapbase, int irq, unsigned int uartclk) argument
86 s.uartclk = uartclk;
H A Ddevices.h31 void ath25_serial_setup(u32 mapbase, int irq, unsigned int uartclk);
/linux-master/arch/mips/rb532/
H A Dserial.c50 rb532_uart.uartclk = idt_cpu_freq;
/linux-master/arch/mips/loongson2ef/common/
H A Dserial.c25 .uartclk = clk, \
34 .uartclk = clk, \
/linux-master/arch/arm/mach-footbridge/
H A Disa.c52 .uartclk = 1843200,
60 .uartclk = 1843200,
/linux-master/drivers/tty/serial/
H A Dearlycon.c123 char *uartclk; local
126 uartclk = strchr(options, ',');
127 if (uartclk && kstrtouint(uartclk + 1, 0, &port->uartclk) < 0)
148 if (!port->uartclk)
149 port->uartclk = BASE_BAUD * 16;
310 port->uartclk = be32_to_cpu(*val);
H A Dxilinx_uartps.c191 * @uartclk: Reference clock
204 struct clk *uartclk; member in struct:cdns_uart
577 calc_baud = cdns_uart_calc_baud_divs(port->uartclk, baud, &bdiv, &cd,
652 port->uartclk = ndata->new_rate;
830 * min and max baud should be calculated here based on port->uartclk.
833 minbaud = port->uartclk /
835 maxbaud = port->uartclk / (CDNS_UART_BDIV_MIN + 1);
1333 if (port->uartclk && device->baud) {
1338 cdns_uart_calc_baud_divs(port->uartclk, device->baud,
1513 ret = clk_enable(cdns_uart->uartclk);
[all...]
H A Dmpc52xx_uart.c295 /* The 5200 has a fixed /32 prescaler, uartclk contains the ipb freq */
297 port->uartclk / (32 * 0xffff) + 1,
298 port->uartclk / 32);
299 divisor = (port->uartclk + 16 * baud) / (32 * baud);
314 /* The 5200B has a selectable /4 or /32 prescaler, uartclk contains the
317 port->uartclk / (32 * 0xffff) + 1,
318 port->uartclk / 4);
319 divisor = (port->uartclk + 2 * baud) / (4 * baud);
554 /* uartclk contains the ips freq */
556 port->uartclk / (1
1570 unsigned int uartclk; local
1702 unsigned int uartclk; local
[all...]
/linux-master/drivers/misc/ibmasm/
H A Duart.c38 uart.port.uartclk = 3686400;
/linux-master/arch/mips/bcm47xx/
H A Dserial.c44 p->uartclk = ssb_port->baud_base;
70 p->uartclk = bcma_port->baud_base;
/linux-master/arch/sh/boards/mach-se/7343/
H A Dsetup.c78 .uartclk = 7372800,
85 .uartclk = 7372800,
/linux-master/arch/mips/cobalt/
H A Dserial.c32 .uartclk = 18432000,

Completed in 158 milliseconds

123456