Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/sysdev/qe_lib/
Ducc_slow.c92 if (mode & COMM_DIR_TX) { in ucc_slow_enable()
113 if (mode & COMM_DIR_TX) { in ucc_slow_disable()
327 COMM_DIR_TX)) { in ucc_slow_init()
Ducc_fast.c106 if (mode & COMM_DIR_TX) { in ucc_fast_enable()
127 if (mode & COMM_DIR_TX) { in ucc_fast_disable()
325 COMM_DIR_TX)) { in ucc_fast_init()
Ducc.c131 if (!((mode == COMM_DIR_RX) || (mode == COMM_DIR_TX))) in ucc_set_qe_mux_rxtx()
/linux-2.6.39/arch/powerpc/include/asm/
Dqe.h327 COMM_DIR_TX = 2, enumerator
/linux-2.6.39/drivers/net/
Ducc_geth.c1535 if ((mode & COMM_DIR_TX) && (!enabled_tx) && uccf->stopped_tx) in ugeth_enable()
1560 if ((mode & COMM_DIR_TX) && uccf->enabled_tx && !uccf->stopped_tx) in ugeth_disable()
1823 comm_dir |= COMM_DIR_TX; in ugeth_82xx_filtering_clear_all_addr_in_hash()