Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/qe/
H A Duccf.h113 void ucc_fast_enable(ucc_fast_private_t *uccf, comm_dir_e mode);
H A Duccf.c219 void ucc_fast_enable(ucc_fast_private_t *uccf, comm_dir_e mode) in ucc_fast_enable() function
H A Duec.c238 ucc_fast_enable(uccf, mode); in uec_open()
/openbmc/linux/include/soc/fsl/qe/
H A Ducc_fast.h230 void ucc_fast_enable(struct ucc_fast_private * uccf, enum comm_dir mode);
/openbmc/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);
/openbmc/linux/drivers/net/wan/
H A Dfsl_ucc_hdlc.c726 ucc_fast_enable(priv->uccf, COMM_DIR_RX | COMM_DIR_TX); in uhdlc_open()
1027 ucc_fast_enable(priv->uccf, COMM_DIR_RX | COMM_DIR_TX); in uhdlc_resume()
/openbmc/linux/drivers/net/ethernet/freescale/
H A Ducc_geth.c1497 ucc_fast_enable(uccf, mode); /* OK to do even if not disabled */ in ugeth_enable()
3416 ucc_fast_enable(ugeth->uccf, COMM_DIR_RX_AND_TX); in ucc_geth_suspend()