Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/fsl/qe/
H A Ducc.c131 if (!((mode == COMM_DIR_RX) || (mode == COMM_DIR_TX))) in ucc_set_qe_mux_rxtx()
206 if (mode == COMM_DIR_RX) in ucc_set_qe_mux_rxtx()
496 if (mode == COMM_DIR_RX) in ucc_get_tdm_rxtx_clk()
507 shift = (mode == COMM_DIR_RX) ? RX_CLK_SHIFT_BASE : TX_CLK_SHIFT_BASE; in ucc_get_tdm_clk_shift()
530 if (mode != COMM_DIR_RX && mode != COMM_DIR_TX) in ucc_set_tdm_rxtx_clk()
553 if (mode == COMM_DIR_RX && clock == QE_RSYNC_PIN) { in ucc_get_tdm_sync_source()
624 shift = (mode == COMM_DIR_RX) ? RX_SYNC_SHIFT_BASE : TX_SYNC_SHIFT_BASE; in ucc_get_tdm_sync_shift()
643 if (mode != COMM_DIR_RX && mode != COMM_DIR_TX) in ucc_set_tdm_rxtx_sync()
H A Ducc_fast.c106 if (mode & COMM_DIR_RX) { in ucc_fast_enable()
127 if (mode & COMM_DIR_RX) { in ucc_fast_disable()
314 COMM_DIR_RX)) { in ucc_fast_init()
333 COMM_DIR_RX)) { in ucc_fast_init()
351 COMM_DIR_RX)) { in ucc_fast_init()
H A Ducc_slow.c86 if (mode & COMM_DIR_RX) { in ucc_slow_enable()
107 if (mode & COMM_DIR_RX) { in ucc_slow_disable()
303 COMM_DIR_RX)) { in ucc_slow_init()
/openbmc/u-boot/drivers/qe/
H A Duccf.c99 if (! ((mode == COMM_DIR_RX) || (mode == COMM_DIR_TX))) { in ucc_set_clk_src()
181 if (mode == COMM_DIR_RX) { in ucc_set_clk_src()
232 if (mode & COMM_DIR_RX) { in ucc_fast_enable()
252 if (mode & COMM_DIR_RX) { in ucc_fast_disable()
363 uf_info->rx_clock, COMM_DIR_RX)) { in ucc_fast_init()
H A Duec.c76 if (mode & COMM_DIR_RX) { in uec_mac_enable()
104 if (mode & COMM_DIR_RX) { in uec_mac_disable()
244 if ((mode & COMM_DIR_RX) && uec->grace_stopped_rx) { in uec_open()
268 if ((mode & COMM_DIR_RX) && !uec->grace_stopped_rx) { in uec_stop()
/openbmc/linux/drivers/net/wan/
H A Dfsl_ucc_hdlc.c123 ucc_fast_disable(priv->uccf, COMM_DIR_RX | COMM_DIR_TX); in uhdlc_init()
726 ucc_fast_enable(priv->uccf, COMM_DIR_RX | COMM_DIR_TX); in uhdlc_open()
826 ucc_fast_disable(priv->uccf, COMM_DIR_RX | COMM_DIR_TX); in uhdlc_close()
920 ucc_fast_disable(priv->uccf, COMM_DIR_RX | COMM_DIR_TX); in uhdlc_suspend()
970 ucc_fast_disable(priv->uccf, COMM_DIR_RX | COMM_DIR_TX); in uhdlc_resume()
1027 ucc_fast_enable(priv->uccf, COMM_DIR_RX | COMM_DIR_TX); in uhdlc_resume()
/openbmc/u-boot/include/
H A Dfsl_qe.h125 COMM_DIR_RX = 1, enumerator
/openbmc/linux/include/soc/fsl/qe/
H A Dqe.h388 COMM_DIR_RX = 1, enumerator
/openbmc/linux/drivers/net/ethernet/freescale/
H A Ducc_geth.c1494 if ((mode & COMM_DIR_RX) && (!enabled_rx) && uccf->stopped_rx) in ugeth_enable()
1521 if ((mode & COMM_DIR_RX) && uccf->enabled_rx && !uccf->stopped_rx) in ugeth_disable()
1775 comm_dir |= COMM_DIR_RX; in ugeth_82xx_filtering_clear_all_addr_in_hash()