Home
last modified time | relevance | path

Searched refs:COMM_DIR_TX (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/soc/fsl/qe/
H A Ducc.c131 if (!((mode == COMM_DIR_RX) || (mode == COMM_DIR_TX))) in ucc_set_qe_mux_rxtx()
498 if (mode == COMM_DIR_TX) in ucc_get_tdm_rxtx_clk()
530 if (mode != COMM_DIR_RX && mode != COMM_DIR_TX) in ucc_set_tdm_rxtx_clk()
557 if (mode == COMM_DIR_TX && clock == QE_TSYNC_PIN) { in ucc_get_tdm_sync_source()
643 if (mode != COMM_DIR_RX && mode != COMM_DIR_TX) in ucc_set_tdm_rxtx_sync()
H A Ducc_fast.c102 if (mode & COMM_DIR_TX) { in ucc_fast_enable()
123 if (mode & COMM_DIR_TX) { in ucc_fast_disable()
323 COMM_DIR_TX)) { in ucc_fast_init()
342 COMM_DIR_TX)) { in ucc_fast_init()
360 COMM_DIR_TX)) { in ucc_fast_init()
H A Ducc_slow.c82 if (mode & COMM_DIR_TX) { in ucc_slow_enable()
103 if (mode & COMM_DIR_TX) { in ucc_slow_disable()
311 COMM_DIR_TX)) { in ucc_slow_init()
/OK3568_Linux_fs/u-boot/drivers/qe/
H A Duccf.c100 if (! ((mode == COMM_DIR_RX) || (mode == COMM_DIR_TX))) { in ucc_set_clk_src()
229 if (mode & COMM_DIR_TX) { in ucc_fast_enable()
249 if (mode & COMM_DIR_TX) { in ucc_fast_disable()
374 uf_info->tx_clock, COMM_DIR_TX)) { in ucc_fast_init()
H A Duec.c71 if (mode & COMM_DIR_TX) { in uec_mac_enable()
99 if (mode & COMM_DIR_TX) { in uec_mac_disable()
242 if ((mode & COMM_DIR_TX) && uec->grace_stopped_tx) { in uec_open()
265 if ((mode & COMM_DIR_TX) && !uec->grace_stopped_tx) { in uec_stop()
/OK3568_Linux_fs/kernel/drivers/net/wan/
H A Dfsl_ucc_hdlc.c121 ucc_fast_disable(priv->uccf, COMM_DIR_RX | COMM_DIR_TX); in uhdlc_init()
723 ucc_fast_enable(priv->uccf, COMM_DIR_RX | COMM_DIR_TX); in uhdlc_open()
820 ucc_fast_disable(priv->uccf, COMM_DIR_RX | COMM_DIR_TX); in uhdlc_close()
912 ucc_fast_disable(priv->uccf, COMM_DIR_RX | COMM_DIR_TX); in uhdlc_suspend()
962 ucc_fast_disable(priv->uccf, COMM_DIR_RX | COMM_DIR_TX); in uhdlc_resume()
1020 ucc_fast_enable(priv->uccf, COMM_DIR_RX | COMM_DIR_TX); in uhdlc_resume()
/OK3568_Linux_fs/u-boot/include/
H A Dfsl_qe.h127 COMM_DIR_TX = 2, enumerator
/OK3568_Linux_fs/kernel/include/soc/fsl/qe/
H A Dqe.h405 COMM_DIR_TX = 2, enumerator
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/
H A Ducc_geth.c1512 if ((mode & COMM_DIR_TX) && (!enabled_tx) && uccf->stopped_tx) in ugeth_enable()
1537 if ((mode & COMM_DIR_TX) && uccf->enabled_tx && !uccf->stopped_tx) in ugeth_disable()
1793 comm_dir |= COMM_DIR_TX; in ugeth_82xx_filtering_clear_all_addr_in_hash()