Home
last modified time | relevance | path

Searched refs:clock_hz (Results 1 – 3 of 3) sorted by relevance

/xen/xen/drivers/char/
A Dns16550.c49 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 Domap-uart.c55 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 Dexynos4210-uart.c31 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