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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Ducc.h43 enum comm_dir mode);
H A Ducc_fast.h208 void ucc_fast_enable(struct ucc_fast_private * uccf, enum comm_dir mode);
217 void ucc_fast_disable(struct ucc_fast_private * uccf, enum comm_dir mode);
H A 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);
H A Dqe.h324 enum comm_dir { enum
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/qe_lib/
H A Ducc.c119 enum comm_dir mode)
H A Ducc_slow.c83 void ucc_slow_enable(struct ucc_slow_private * uccs, enum comm_dir mode)
104 void ucc_slow_disable(struct ucc_slow_private * uccs, enum comm_dir mode)
H A Ducc_fast.c97 void ucc_fast_enable(struct ucc_fast_private * uccf, enum comm_dir mode)
118 void ucc_fast_disable(struct ucc_fast_private * uccf, enum comm_dir mode)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Ducc_geth.c1515 static int ugeth_enable(struct ucc_geth_private *ugeth, enum comm_dir mode)
1545 static int ugeth_disable(struct ucc_geth_private *ugeth, enum comm_dir mode)
1794 enum comm_dir comm_dir; local
1820 comm_dir = 0;
1822 comm_dir |= COMM_DIR_TX;
1824 comm_dir |= COMM_DIR_RX;
1825 if (comm_dir)
1826 ugeth_disable(ugeth, comm_dir);
1843 if (comm_dir)
[all...]

Completed in 129 milliseconds