Searched defs:cpm_timers (Results 1 – 3 of 3) sorted by relevance
249 typedef struct cpm_timers { struct250 ushort cpmt_tgcr;251 char res1[0xe];252 ushort cpmt_tmr1;253 ushort cpmt_tmr2;254 ushort cpmt_trr1;255 ushort cpmt_trr2;256 ushort cpmt_tcr1;257 ushort cpmt_tcr2;258 ushort cpmt_tcn1;[all …]
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 …]