aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/ucc_slow.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/include/asm/ucc_slow.h')
-rw-r--r--arch/powerpc/include/asm/ucc_slow.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/powerpc/include/asm/ucc_slow.h b/arch/powerpc/include/asm/ucc_slow.h
index c44131e68e11..233ef5fe5fde 100644
--- a/arch/powerpc/include/asm/ucc_slow.h
+++ b/arch/powerpc/include/asm/ucc_slow.h
@@ -251,19 +251,6 @@ void ucc_slow_enable(struct ucc_slow_private * uccs, enum comm_dir mode);
251 */ 251 */
252void ucc_slow_disable(struct ucc_slow_private * uccs, enum comm_dir mode); 252void ucc_slow_disable(struct ucc_slow_private * uccs, enum comm_dir mode);
253 253
254/* ucc_slow_poll_transmitter_now
255 * Immediately forces a poll of the transmitter for data to be sent.
256 * Typically, the hardware performs a periodic poll for data that the
257 * transmit routine has set up to be transmitted. In cases where
258 * this polling cycle is not soon enough, this optional routine can
259 * be invoked to force a poll right away, instead. Proper use for
260 * each transmission for which this functionality is desired is to
261 * call the transmit routine and then this routine right after.
262 *
263 * uccs - (In) pointer to the slow UCC structure.
264 */
265void ucc_slow_poll_transmitter_now(struct ucc_slow_private * uccs);
266
267/* ucc_slow_graceful_stop_tx 254/* ucc_slow_graceful_stop_tx
268 * Smoothly stops transmission on a specified slow UCC. 255 * Smoothly stops transmission on a specified slow UCC.
269 * 256 *