Lines Matching full:cti
22 * 0x000 - 0x144: CTI programming and status
23 * 0xEDC - 0xEF8: CTI integration test.
26 /* CTI programming registers */
41 #define ITCHINACK 0xEDC /* WO CTI CSSoc 400 only*/
42 #define ITTRIGINACK 0xEE0 /* WO CTI CSSoc 400 only*/
45 #define ITCHOUTACK 0xEEC /* RO CTI CSSoc 400 only*/
46 #define ITTRIGOUTACK 0xEF0 /* RO CTI CSSoc 400 only*/
54 * CTI CSSoc 600 has a max of 32 trigger signals per direction.
55 * CTI CSSoc 400 has 8 IO triggers - other CTIs can be impl def.
75 * Trigger connection - connection between a CTI and other (coresight) device
80 * @con_dev: coresight device connected to the CTI, NULL if not CS device
97 * struct cti_device - description of CTI device properties.
116 * struct cti_config - configuration of the CTI device hardware
121 * @enable_req_count: CTI is enabled alongside >=1 associated devices.
128 * a core CTI.
131 * @ctiappset: CTI Software application channel set.
135 * @ctigate: gate channel output from CTI to CTM.
143 /* cti enable control */
155 /* cti cross trig programmable regs */
165 * struct cti_drvdata - specifics for the CTI device
168 * @ctidev: Extra information needed by the CTI/CTM framework.
170 * @config: Configuration data for this CTI device.
171 * @node: List entry of this device in the list of CTI devices.
208 /* private cti driver fns & vars */
235 /* cti powered and enabled */