Skip to content

Commit

Permalink
fixes & cleanups
Browse files Browse the repository at this point in the history
Signed-off-by: Jukka Laitinen <[email protected]>
  • Loading branch information
jlaitine committed Oct 4, 2024
1 parent 08e7d8c commit 77a2416
Show file tree
Hide file tree
Showing 2 changed files with 119 additions and 150 deletions.
4 changes: 4 additions & 0 deletions arch/arm64/src/imx9/hardware/imx9_flexcan.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@
#define IMX9_CAN_ET_OFFSET 0x0078 /* External Timer Register */
#define IMX9_CAN_FLTC_IE_OFFSET 0x007c /* Fault Confinement Interrupt Enable Register */

#define IMX9_CAN_MB_OFFSET 0x0080 /* CAN MB register */
#define IMX9_CAN_MB_SIZE 0x0600
#define IMX9_CAN_MB_END (IMX9_CAN_MB_OFFSET + IMX9_CAN_MB_SIZE)

#define IMX9_CAN_RXIMR_OFFSET(n) (0x0880+((n)<<2)) /* Rn Individual Mask Registers */

#define IMX9_CAN_MECR_OFFSET 0x0ae0 /* Memory Error Control Register */
Expand Down
Loading

0 comments on commit 77a2416

Please sign in to comment.