jlaitine commented on code in PR #12054:
URL: https://github.com/apache/nuttx/pull/12054#discussion_r1552800561


##########
arch/arm64/src/imx9/hardware/imx9_tpm.h:
##########
@@ -0,0 +1,206 @@
+/****************************************************************************
+ * arch/arm64/src/imx9/hardware/imx9_tpm.h
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.  The
+ * ASF licenses this file to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance with the
+ * License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the
+ * License for the specific language governing permissions and limitations
+ * under the License.
+ *
+ ****************************************************************************/
+
+#ifndef __ARCH_ARM64_SRC_IMX9_HARDWARE_IMX9_TPM_H
+#define __ARCH_ARM64_SRC_IMX9_HARDWARE_IMX9_TPM_H
+
+/****************************************************************************
+ * Included Files
+ ****************************************************************************/
+
+/****************************************************************************
+ * Pre-processor Definitions
+ ****************************************************************************/
+
+/* Register Offsets *********************************************************/
+
+#define IMX9_TPM_VERID_OFFSET    0x0000              /* Version ID */
+#define IMX9_TPM_PARAM_OFFSET    0x0004              /* Parameter */
+#define IMX9_TPM_GLOBAL_OFFSET   0x0008              /* TPM Global */
+#define IMX9_TPM_SC_OFFSET       0x0010              /* Status and Control */
+#define IMX9_TPM_CNT_OFFSET      0x0014              /* Counter */
+#define IMX9_TPM_MOD_OFFSET      0x0018              /* Modulo */
+#define IMX9_TPM_STATUS_OFFSET   0x001c              /* Capture and Compare 
Status */
+#define IMX9_TPM_CXSC_OFFSET(ch) (0x0020 + (ch * 8)) /* Channel Status and 
Control */

Review Comment:
   fixed, thanks



##########
arch/arm64/src/imx9/hardware/imx9_tpm.h:
##########
@@ -0,0 +1,206 @@
+/****************************************************************************
+ * arch/arm64/src/imx9/hardware/imx9_tpm.h
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.  The
+ * ASF licenses this file to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance with the
+ * License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the
+ * License for the specific language governing permissions and limitations
+ * under the License.
+ *
+ ****************************************************************************/
+
+#ifndef __ARCH_ARM64_SRC_IMX9_HARDWARE_IMX9_TPM_H
+#define __ARCH_ARM64_SRC_IMX9_HARDWARE_IMX9_TPM_H
+
+/****************************************************************************
+ * Included Files
+ ****************************************************************************/
+
+/****************************************************************************
+ * Pre-processor Definitions
+ ****************************************************************************/
+
+/* Register Offsets *********************************************************/
+
+#define IMX9_TPM_VERID_OFFSET    0x0000              /* Version ID */
+#define IMX9_TPM_PARAM_OFFSET    0x0004              /* Parameter */
+#define IMX9_TPM_GLOBAL_OFFSET   0x0008              /* TPM Global */
+#define IMX9_TPM_SC_OFFSET       0x0010              /* Status and Control */
+#define IMX9_TPM_CNT_OFFSET      0x0014              /* Counter */
+#define IMX9_TPM_MOD_OFFSET      0x0018              /* Modulo */
+#define IMX9_TPM_STATUS_OFFSET   0x001c              /* Capture and Compare 
Status */
+#define IMX9_TPM_CXSC_OFFSET(ch) (0x0020 + (ch * 8)) /* Channel Status and 
Control */
+#define IMX9_TPM_CXV_OFFSET(ch)  (0x0024 + (ch * 8)) /* Channel Value */

Review Comment:
   fixed, thanks



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to