summaryrefslogtreecommitdiff
path: root/xhfc/xhfc.h
diff options
context:
space:
mode:
authorNoe Rubinstein <nrubinstein@proformatique.com>2010-12-09 18:30:27 +0100
committerNoe Rubinstein <nrubinstein@proformatique.com>2010-12-09 18:30:27 +0100
commit61cddfd6cae9ebbd4ef40cc8ea45ac5fc68fc162 (patch)
treed3258b9bf97ccb8439fe6af211c60cce68563973 /xhfc/xhfc.h
parentab051a7a9cd716ef6c186705527d233fd9db8476 (diff)
clean up traces
Diffstat (limited to 'xhfc/xhfc.h')
-rw-r--r--xhfc/xhfc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xhfc/xhfc.h b/xhfc/xhfc.h
index f6c525a..aadb566 100644
--- a/xhfc/xhfc.h
+++ b/xhfc/xhfc.h
@@ -85,7 +85,7 @@
#define V_SU_ACT_ACTIVATE 3
#define V_SU_ACT_DEACTIVATE 2
-#define NOT_RUNNING 0
+#define NOT_RUNNING 0 /* timer not running */
enum data_dir { TRANSMIT = 0, RECEIVE = 1 };
@@ -154,7 +154,7 @@ struct xhfc_pi {
};
#define dchan_fifo(span) ((span)->port * 4 + 2)
-#define portno(span) ((span)->port + 1)
+#define portno(span) ((span)->port + 1) /* used for traces */
void xhfc_flush_fifo(struct xhfc* x, int fifo);
int xhfc_hdlc_init(struct xhfc* x);