Home
last modified time | relevance | path

Searched refs:ucc_fast_disable (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/arch/powerpc/include/asm/
Ducc_fast.h217 void ucc_fast_disable(struct ucc_fast_private * uccf, enum comm_dir mode);
/linux-3.4.99/arch/powerpc/sysdev/qe_lib/
Ducc_fast.c118 void ucc_fast_disable(struct ucc_fast_private * uccf, enum comm_dir mode) in ucc_fast_disable() function
137 EXPORT_SYMBOL(ucc_fast_disable);
/linux-3.4.99/drivers/net/ethernet/freescale/
Ducc_geth.c1567 ucc_fast_disable(ugeth->uccf, mode); /* OK to do even if not enabled */ in ugeth_disable()
3711 ucc_fast_disable(ugeth->uccf, COMM_DIR_RX_AND_TX); in ucc_geth_resume()