Home
last modified time | relevance | path

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

/linux/include/soc/fsl/qe/
H A Ducc_fast.h230 void ucc_fast_enable(struct ucc_fast_private * uccf, enum comm_dir mode);
/linux/drivers/soc/fsl/qe/
H A Ducc_fast.c93 void ucc_fast_enable(struct ucc_fast_private * uccf, enum comm_dir mode) in ucc_fast_enable() function
112 EXPORT_SYMBOL(ucc_fast_enable);
/linux/drivers/net/wan/
H A Dfsl_ucc_hdlc.c721 ucc_fast_enable(priv->uccf, COMM_DIR_RX | COMM_DIR_TX); in uhdlc_open()
1012 ucc_fast_enable(priv->uccf, COMM_DIR_RX | COMM_DIR_TX); in uhdlc_resume()