Home
last modified time | relevance | path

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

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