summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2018-06-11 18:27:19 +1000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2018-06-11 18:27:19 +1000
commit28f10b0fd0f638662f88a221d81e7e8e8c40e5c0 (patch)
treeab6f60fb25a31e125149e8470e52cd9665063c00
parent46adb700bb18977a2de8286650a90db90faa2e85 (diff)
downloadcf-fsi-28f10b0fd0f638662f88a221d81e7e8e8c40e5c0.tar.gz
cf-fsi-28f10b0fd0f638662f88a221d81e7e8e8c40e5c0.zip
Fixup some comments
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
-rw-r--r--cf-code/cf-fsi-fw.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/cf-code/cf-fsi-fw.S b/cf-code/cf-fsi-fw.S
index 5cda8c7..aa6a388 100644
--- a/cf-code/cf-fsi-fw.S
+++ b/cf-code/cf-fsi-fw.S
@@ -23,7 +23,7 @@
* A3: TRACEBUF
* A4 : Data GPIO address
* A5 : Clock GPIO address
- * A6 : CMD/RESP pointer
+ * A6 : CMD pointer
* A7 : Stack pointer
* D7 : clock/data/trans GPIO cache
* D6 : data/trans GPIO cache
@@ -124,7 +124,7 @@
move.l %DCLK,%a5@(0)
move.l %a4@(0),\tmp /* dummy read */
move.l %a4@(0),\tmp /* actual read */
- bset.l %d5,%DCLK /* clock high */
+ bset.l %d5,%DCLK /* clock high */
move.l %DCLK,%a5@(0)
moveq.l #DATA_GPIO_BIT,\tmp2
lsr.l \tmp2,\tmp
OpenPOWER on IntegriCloud