Lines Matching +full:trigger +full:- +full:address
1 /* SPDX-License-Identifier: GPL-2.0 */
5 * mcfdebug.h -- ColdFire Debug Module support.
17 #define MCFDEBUG_BAAR 0x5 /* BDM address attribute */
18 #define MCFDEBUG_AATR 0x6 /* Address attribute trigger */
19 #define MCFDEBUG_TDR 0x7 /* Trigger definition */
22 #define MCFDEBUG_ABHR 0xc /* High address breakpoint */
23 #define MCFDEBUG_ABLR 0xd /* Low address breakpoint */
27 /* Define some handy constants for the trigger definition register */
51 #define MCFDEBUG_TDR_EAI1 0x00000010 /* Enable address BP inverted */
53 #define MCFDEBUG_TDR_EAR1 0x00000008 /* Enable address BP range */
55 #define MCFDEBUG_TDR_EAL1 0x00000004 /* Enable address BP low */
62 /* Constants for the address attribute trigger register */
80 #define MCFDEBUG_CSR_NPL 0x00000040 /* Non-pipelined mode */
83 /* Constants for the BDM address attribute register */