Searched defs:uartclk (Results 1 - 7 of 7) sorted by relevance
/arch/mips/include/asm/mach-ath79/ |
H A D | ar933x_uart_platform.h | 15 unsigned uartclk; member in struct:ar933x_uart_platform_data
|
/arch/mips/pmc-sierra/msp71xx/ |
H A D | msp_serial.c | 96 unsigned int uartclk; local 102 if(!(s && *s && (uartclk = simple_strtoul(s, &endp, 10)) && *endp == 0)) 103 uartclk = MSP_BASE_BAUD; 104 ppfinit("UART clock set to %d\n", uartclk); 110 up.uartclk = uartclk;
|
/arch/arm/mach-integrator/ |
H A D | core.c | 71 static struct clk uartclk = { variable in typeref:struct:clk 87 .clk = &uartclk, 90 .clk = &uartclk, 99 .clk = &uartclk,
|
/arch/mips/alchemy/common/ |
H A D | platform.c | 100 unsigned int uartclk = get_au1x00_uart_baud_base() * 16; local 113 /* Fill up uartclk. */ 115 ports[s].uartclk = uartclk;
|
/arch/arm/plat-omap/include/plat/ |
H A D | omap-serial.h | 66 unsigned int uartclk; /* UART clock rate */ member in struct:omap_uart_port_info
|
/arch/m68k/include/asm/ |
H A D | mcfuart.h | 22 unsigned int uartclk; /* UART clock rate */ member in struct:mcf_platform_uart
|
/arch/arm/plat-orion/ |
H A D | common.c | 59 unsigned int uartclk) 64 data->uartclk = uartclk; 93 unsigned int uartclk) 96 membase, mapbase, irq, uartclk); 121 unsigned int uartclk) 124 membase, mapbase, irq, uartclk); 149 unsigned int uartclk) 152 membase, mapbase, irq, uartclk); 177 unsigned int uartclk) 52 uart_complete( struct platform_device *orion_uart, struct plat_serial8250_port *data, struct resource *resources, unsigned int membase, resource_size_t mapbase, unsigned int irq, unsigned int uartclk) argument 90 orion_uart0_init(unsigned int membase, resource_size_t mapbase, unsigned int irq, unsigned int uartclk) argument 118 orion_uart1_init(unsigned int membase, resource_size_t mapbase, unsigned int irq, unsigned int uartclk) argument 146 orion_uart2_init(unsigned int membase, resource_size_t mapbase, unsigned int irq, unsigned int uartclk) argument 174 orion_uart3_init(unsigned int membase, resource_size_t mapbase, unsigned int irq, unsigned int uartclk) argument [all...] |
Completed in 212 milliseconds