diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 11:05:25 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 11:05:25 +0000 |
commit | d3b6c0269abf2332f6f4b43760524b040ca58ff8 (patch) | |
tree | 6a0ebdb4cb3c7b76c824f021d9f3624d16037457 /doc/man/nvme_pmrctl.2 | |
parent | Adding upstream version 1.8. (diff) | |
download | libnvme-upstream/1.9.tar.xz libnvme-upstream/1.9.zip |
Adding upstream version 1.9.upstream/1.9
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/man/nvme_pmrctl.2')
-rw-r--r-- | doc/man/nvme_pmrctl.2 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/man/nvme_pmrctl.2 b/doc/man/nvme_pmrctl.2 new file mode 100644 index 0000000..e568a6d --- /dev/null +++ b/doc/man/nvme_pmrctl.2 @@ -0,0 +1,18 @@ +.TH "libnvme" 9 "enum nvme_pmrctl" "May 2024" "API Manual" LINUX +.SH NAME +enum nvme_pmrctl \- This field indicates the persistent memory region control +.SH SYNOPSIS +enum nvme_pmrctl { +.br +.BI " NVME_PMRCTL_EN_SHIFT" +, +.br +.br +.BI " NVME_PMRCTL_EN_MASK" + +}; +.SH Constants +.IP "NVME_PMRCTL_EN_SHIFT" 12 +Shift amount to get the enable +.IP "NVME_PMRCTL_EN_MASK" 12 +Mask to get the enable |