linguini1 commented on code in PR #17102:
URL: https://github.com/apache/nuttx/pull/17102#discussion_r2384189546


##########
arch/arm64/src/bcm2711/hardware/bcm2711_mailbox.h:
##########
@@ -105,4 +105,59 @@
 #define BCM_MBOX_CLR14 _BCM_MBOX(BCM_MBOX_CLR14_OFFSET)
 #define BCM_MBOX_CLR15 _BCM_MBOX(BCM_MBOX_CLR15_OFFSET)
 
+/* VideoCore mailbox offsets */
+
+#define BCM_VC_MBOX0                                                         \
+  (BCM_VC_MBOX_BASEADDR + 0x00) /* Always for VC -> ARM, never write */
+#define BCM_VC_MBOX1                                                         \
+  (BCM_VC_MBOX_BASEADDR + 0x20) /* Always for ARM -> VC, never read */

Review Comment:
   Will NuttX style complain? I'm okay with leaving it like this



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to