Home
last modified time | relevance | path

Searched refs:tx_clock (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/tty/serial/
Ducc_uart.c968 qe_setbrg(qe_port->us_info.tx_clock, baud, 1); in qe_uart_set_termios()
971 qe_setbrg(qe_port->us_info.tx_clock, baud, 16); in qe_uart_set_termios()
1321 qe_port->us_info.tx_clock = qe_port->us_info.rx_clock; in ucc_uart_probe()
1329 qe_port->us_info.tx_clock = qe_clock_source(sprop); in ucc_uart_probe()
1331 if ((qe_port->us_info.tx_clock < QE_BRG1) || in ucc_uart_probe()
1332 (qe_port->us_info.tx_clock > QE_BRG16)) { in ucc_uart_probe()
/linux-4.1.27/arch/powerpc/include/asm/
Ducc_fast.h122 enum qe_clock tx_clock; member
Ducc_slow.h153 enum qe_clock tx_clock; member
/linux-4.1.27/arch/powerpc/sysdev/qe_lib/
Ducc_fast.c322 if ((uf_info->tx_clock != QE_CLK_NONE) && in ucc_fast_init()
323 ucc_set_qe_mux_rxtx(uf_info->ucc_num, uf_info->tx_clock, in ucc_fast_init()
Ducc_slow.c320 if (ucc_set_qe_mux_rxtx(us_info->ucc_num, us_info->tx_clock, in ucc_slow_init()
/linux-4.1.27/drivers/net/ethernet/freescale/
Ducc_geth.c3761 ug_info->uf_info.tx_clock = qe_clock_source(sprop); in ucc_geth_probe()
3762 if ((ug_info->uf_info.tx_clock < QE_CLK_NONE) || in ucc_geth_probe()
3763 (ug_info->uf_info.tx_clock > QE_CLK24)) { in ucc_geth_probe()
3777 ug_info->uf_info.tx_clock = *prop; in ucc_geth_probe()