Searched defs:grcan_registers (Results 1 – 1 of 1) sorted by relevance
46 struct grcan_registers { struct47 u32 conf; /* 0x00 */48 u32 stat; /* 0x04 */49 u32 ctrl; /* 0x08 */50 u32 __reserved1[GRCAN_RESERVE_SIZE(0x08, 0x18)];51 u32 smask; /* 0x18 - CanMASK */52 u32 scode; /* 0x1c - CanCODE */53 u32 __reserved2[GRCAN_RESERVE_SIZE(0x1c, 0x100)];54 u32 pimsr; /* 0x100 */55 u32 pimr; /* 0x104 */[all …]