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