Searched refs:clock_hz (Results 1 – 3 of 3) sorted by relevance
/xen/xen/drivers/char/ |
A D | ns16550.c | 49 clock_hz, enumerator 67 int baud, clock_hz, data_bits, parity, stop_bits, fifo_size, irq; member 112 {"clock-hz", clock_hz}, 666 divisor = uart->clock_hz / (uart->baud << 4); in ns16550_setup_preirq() 676 uart->baud = uart->clock_hz / (divisor << 4); in ns16550_setup_preirq() 1184 uart->clock_hz = param->base_baud * 16; in pci_uart_config() 1294 uart->clock_hz = simple_strtoul(conf, &conf, 0) << 4; in parse_positional() 1384 case clock_hz: in parse_namevalue_pairs() 1385 uart->clock_hz = simple_strtoul(param_value, NULL, 0) << 4; in parse_namevalue_pairs() 1506 uart->clock_hz = UART_CLOCK_HZ; in ns16550_init_common()
|
A D | omap-uart.c | 55 u32 baud, clock_hz, data_bits, parity, stop_bits, fifo_size; member 89 divisor = uart->clock_hz / (uart->baud << 4); in baud_protocol_setup() 341 uart->clock_hz = clkspec; in omap_uart_init()
|
A D | exynos4210-uart.c | 31 unsigned int baud, clock_hz, data_bits, parity, stop_bits; member 117 divisor = ((uart->clock_hz) / (uart->baud)) - 1; in exynos4210_uart_init_preirq()
|
Completed in 7 milliseconds