Lines Matching defs:cp_qe
72 typedef struct cp_qe { struct
73 u32 cecr; /* QE command register */
74 u32 ceccr; /* QE controller configuration register */
75 u32 cecdr; /* QE command data register */
76 u8 res0[0xA];
77 u16 ceter; /* QE timer event register */
78 u8 res1[0x2];
79 u16 cetmr; /* QE timers mask register */
80 u32 cetscr; /* QE time-stamp timer control register */
81 u32 cetsr1; /* QE time-stamp register 1 */
82 u32 cetsr2; /* QE time-stamp register 2 */
106 } __attribute__ ((packed)) cp_qe_t; argument