Searched defs:cpm_timers (Results 1 – 2 of 2) sorted by relevance
335 typedef struct cpm_timers { struct336 ushort cpmt_tgcr;337 char res1[0xe];338 ushort cpmt_tmr1;339 ushort cpmt_tmr2;340 ushort cpmt_trr1;341 ushort cpmt_trr2;342 ushort cpmt_tcr1;343 ushort cpmt_tcr2;344 ushort cpmt_tcn1;[all …]
342 typedef struct cpm_timers { struct343 u8 cpmt_tgcr1;344 u8 res1[3];345 u8 cpmt_tgcr2;346 u8 res2[11];347 u16 cpmt_tmr1;348 u16 cpmt_tmr2;349 u16 cpmt_trr1;350 u16 cpmt_trr2;351 u16 cpmt_tcr1;[all …]