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