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