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 …]
343 typedef struct cpm_timers { struct344 u8 cpmt_tgcr1;345 u8 res1[3];346 u8 cpmt_tgcr2;347 u8 res2[11];348 u16 cpmt_tmr1;349 u16 cpmt_tmr2;350 u16 cpmt_trr1;351 u16 cpmt_trr2;352 u16 cpmt_tcr1;[all …]