Home
last modified time | relevance | path

Searched refs:comm_dir (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/include/soc/fsl/qe/
Ducc.h43 enum comm_dir mode);
45 enum comm_dir mode);
47 enum comm_dir mode);
Ducc_slow.h243 void ucc_slow_enable(struct ucc_slow_private * uccs, enum comm_dir mode);
252 void ucc_slow_disable(struct ucc_slow_private * uccs, enum comm_dir mode);
Ducc_fast.h229 void ucc_fast_enable(struct ucc_fast_private * uccf, enum comm_dir mode);
238 void ucc_fast_disable(struct ucc_fast_private * uccf, enum comm_dir mode);
Dqe.h391 enum comm_dir { enum
/Linux-v4.19/drivers/soc/fsl/qe/
Ducc.c124 enum comm_dir mode) in ucc_set_qe_mux_rxtx()
493 static int ucc_get_tdm_rxtx_clk(enum comm_dir mode, u32 tdm_num, in ucc_get_tdm_rxtx_clk()
508 static u32 ucc_get_tdm_clk_shift(enum comm_dir mode, u32 tdm_num) in ucc_get_tdm_clk_shift()
522 enum comm_dir mode) in ucc_set_tdm_rxtx_clk()
554 enum comm_dir mode) in ucc_get_tdm_sync_source()
625 static u32 ucc_get_tdm_sync_shift(enum comm_dir mode, u32 tdm_num) in ucc_get_tdm_sync_shift()
636 enum comm_dir mode) in ucc_set_tdm_rxtx_sync()
Ducc_slow.c77 void ucc_slow_enable(struct ucc_slow_private * uccs, enum comm_dir mode) in ucc_slow_enable()
98 void ucc_slow_disable(struct ucc_slow_private * uccs, enum comm_dir mode) in ucc_slow_disable()
Ducc_fast.c96 void ucc_fast_enable(struct ucc_fast_private * uccf, enum comm_dir mode) in ucc_fast_enable()
117 void ucc_fast_disable(struct ucc_fast_private * uccf, enum comm_dir mode) in ucc_fast_disable()
/Linux-v4.19/drivers/net/ethernet/freescale/
Ducc_geth.c1496 static int ugeth_enable(struct ucc_geth_private *ugeth, enum comm_dir mode) in ugeth_enable()
1526 static int ugeth_disable(struct ucc_geth_private *ugeth, enum comm_dir mode) in ugeth_disable()
1778 enum comm_dir comm_dir; in ugeth_82xx_filtering_clear_all_addr_in_hash() local
1804 comm_dir = 0; in ugeth_82xx_filtering_clear_all_addr_in_hash()
1806 comm_dir |= COMM_DIR_TX; in ugeth_82xx_filtering_clear_all_addr_in_hash()
1808 comm_dir |= COMM_DIR_RX; in ugeth_82xx_filtering_clear_all_addr_in_hash()
1809 if (comm_dir) in ugeth_82xx_filtering_clear_all_addr_in_hash()
1810 ugeth_disable(ugeth, comm_dir); in ugeth_82xx_filtering_clear_all_addr_in_hash()
1827 if (comm_dir) in ugeth_82xx_filtering_clear_all_addr_in_hash()
1828 ugeth_enable(ugeth, comm_dir); in ugeth_82xx_filtering_clear_all_addr_in_hash()