Searched refs:cpu_has_ejtag (Results 1 – 16 of 16) sorted by relevance
36 #define cpu_has_ejtag 0 macro
25 #define cpu_has_ejtag 0 macro
27 #define cpu_has_ejtag 0 macro
22 #define cpu_has_ejtag 0 macro
22 #define cpu_has_ejtag 1 macro
23 #define cpu_has_ejtag 0 macro
32 #define cpu_has_ejtag 1 macro
47 #define cpu_has_ejtag 1 macro
23 #define cpu_has_ejtag 1 macro
25 #define cpu_has_ejtag 1 macro
35 #define cpu_has_ejtag 0 macro
77 #ifndef cpu_has_ejtag78 #define cpu_has_ejtag (cpu_data[0].options & MIPS_CPU_EJTAG) macro
19 #define cpu_has_ejtag 1 macro
1696 if (cpu_has_ejtag && board_ejtag_handler_setup) in trap_init()