Home
last modified time | relevance | path

Searched refs:get_divisor (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/tty/serial/8250/
H A D8250_exar.c523 port->port.get_divisor = xr17v35x_get_divisor; in default_setup()
892 port->port.get_divisor = xr17v35x_get_divisor; in cti_port_setup_fpga()
927 port->port.get_divisor = xr17v35x_get_divisor; in cti_port_setup_xr17v35x()
993 port->port.get_divisor = xr17v35x_get_divisor; in cti_port_setup_xr17v25x()
H A D8250_loongson.c140 port->get_divisor = loongson_frac_get_divisor; in loongson_uart_probe()
H A D8250_dwlib.c269 p->get_divisor = dw8250_get_divisor; in dw8250_setup_port()
H A D8250_of.c59 port->get_divisor = npcm_get_divisor; in npcm_setup()
H A D8250_pci1xxxx.c692 port->port.get_divisor = pci1xxxx_get_divisor; in pci1xxxx_setup()
H A D8250_port.c2492 if (port->get_divisor) in serial8250_get_divisor()
2493 return port->get_divisor(port, baud, frac); in serial8250_get_divisor()
H A D8250_pci.c1314 up->port.get_divisor = pci_oxsemi_tornado_get_divisor; in pci_oxsemi_tornado_setup()
/linux/include/linux/
H A Dserial_core.h455 unsigned int (*get_divisor)(struct uart_port *, member