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