aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.ibm.com>2019-05-31 16:13:40 +1000
committerStewart Smith <stewart@linux.ibm.com>2019-06-03 10:20:00 +1000
commita6bbe935f0a1e50f442dc313ed238e0f0b7302cb (patch)
tree9a2f73967a298dc4590343869a341bd109c35a64
parent3310851c9b2a0f3f5a311694193c89a050f46e02 (diff)
downloadskiboot-a6bbe935f0a1e50f442dc313ed238e0f0b7302cb.zip
skiboot-a6bbe935f0a1e50f442dc313ed238e0f0b7302cb.tar.gz
skiboot-a6bbe935f0a1e50f442dc313ed238e0f0b7302cb.tar.bz2
doc: Add skeleton OPAL_RESYNC_TIMEBASE docs
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
-rw-r--r--doc/opal-api/opal-resync-timebase-79.rst21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/opal-api/opal-resync-timebase-79.rst b/doc/opal-api/opal-resync-timebase-79.rst
new file mode 100644
index 0000000..b4df452
--- /dev/null
+++ b/doc/opal-api/opal-resync-timebase-79.rst
@@ -0,0 +1,21 @@
+.. _OPAL_RESYNC_TIMEBASE:
+
+OPAL_RESYNC_TIMEBASE
+====================
+
+.. code-block:: c
+
+ #define OPAL_RESYNC_TIMEBASE 79
+
+ int64_t opal_resync_timebase(void);
+
+Resynchronises the timebase for all threads in a core to the timebase from
+chiptod.
+
+Returns
+-------
+
+:ref:`OPAL_SUCCESS`
+ Successfully resynced timebases (or it's a no-op on this platform).
+:ref:`OPAL_HARDWARE`
+ Failed to resync timebase.