b43-asm: Update some comments.
authorMichael Buesch <mb@bu3sch.de>
Mon, 9 Jun 2008 20:33:15 +0000 (22:33 +0200)
committerMichael Buesch <mb@bu3sch.de>
Mon, 9 Jun 2008 20:33:15 +0000 (22:33 +0200)
Signed-off-by: Michael Buesch <mb@bu3sch.de>
assembler/test.asm

index cb0d3bdf95a42ab85ac3b4d136667ddd59e5d2e4..2c25ddef0d68e873d991b318ecb5c7594ee9c0e2 100644 (file)
@@ -1,14 +1,13 @@
 /* This is a bcm43xx microcode assembly example.
 /* This is a bcm43xx microcode assembly example.
- *
- * In this example file, r0 and r1 are always input
- * registers and r2 is output.
- * For input we can always have constant values or (one) memory
- * operand instead of the input registers shown here.
  *
  * Registers:
  *
  * Registers:
- *     GPRs:                   r0 - r63
+ *     GPRs:                   r0 - r63        (General Purpose Register)
  *     Offset Registers:       off0 - off5
  *     Offset Registers:       off0 - off5
- *     SPRs:                   spr000
+ *     SPRs:                   spr000          (Special Purpose Register)
+ *
+ * SPRs map to the driver-side IHR registers.
+ * An SPR offset is converted to an IHR offset by the following
+ * calculation:  IHR = (SPR + 0x400) * 2
  *
  * To access memory, two methods can be used. Examples follow.
  * Direct linear:
  *
  * To access memory, two methods can be used. Examples follow.
  * Direct linear: