diff options
| author | Jens Schweikhardt <schweikh@FreeBSD.org> | 2001-07-14 19:41:16 +0000 |
|---|---|---|
| committer | Jens Schweikhardt <schweikh@FreeBSD.org> | 2001-07-14 19:41:16 +0000 |
| commit | c1f3e4bf21571a88d4269a87f57e3e4ff2ba3ef6 (patch) | |
| tree | fb1031efffc2846e7cacb61180a01c78ece1c3e9 /share/man/man9/microseq.9 | |
| parent | 52353da871a1c6308e9596c9fc75e374413a6ac4 (diff) | |
Notes
Diffstat (limited to 'share/man/man9/microseq.9')
| -rw-r--r-- | share/man/man9/microseq.9 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man9/microseq.9 b/share/man/man9/microseq.9 index 792de5078ffe..a5301003544c 100644 --- a/share/man/man9/microseq.9 +++ b/share/man/man9/microseq.9 @@ -296,7 +296,7 @@ This pointer is passed to any C call (see above). .Pp Parameter: .Bl -enum -offset indent -.It +.It pointer to the buffer that shall be accessed by xxx_P() microsequence calls. Note that this pointer is automatically incremented during xxx_P() calls .El @@ -311,7 +311,7 @@ Parameter: .Bl -enum -offset indent .It delay in ms -.El +.El .Pp Predefined macro: MS_ADELAY(delay) .Ss MS_OP_BRSTAT - BRanch on STATe @@ -358,14 +358,14 @@ Predefined macro: MS_CALL(microseq) .Ss MS_OP_RASSERT_P - Register ASSERT from internal PTR is used to assert a register with data currently pointed by the internal PTR pointer. -Parameter: +Parameter: .Bl -enum -offset indent .It amount of data to write to the register .It register .El -.Pp +.Pp Predefined macro: MS_RASSERT_P(iter,reg) .Ss MS_OP_RFETCH_P - Register FETCH to internal PTR is used to fetch data from a register. @@ -392,7 +392,7 @@ This allows to write magic sequences to the port. Parameter: .Bl -enum -offset indent -.It +.It amount of data to read from the register .It register |
