Home
last modified time | relevance | path

Searched refs:board_ejtag_handler_setup (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/mips/include/asm/
H A Dtraps.h21 extern void (*board_ejtag_handler_setup)(void);
/openbmc/linux/arch/mips/lantiq/falcon/
H A Dprom.c89 board_ejtag_handler_setup = ltq_soc_ejtag_setup; in ltq_soc_detect()
/openbmc/linux/arch/mips/mti-malta/
H A Dmalta-init.c280 board_ejtag_handler_setup = mips_ejtag_setup; in prom_init()
/openbmc/linux/arch/mips/kernel/
H A Dtraps.c108 void (*board_ejtag_handler_setup)(void); variable
2430 if (cpu_has_ejtag && board_ejtag_handler_setup) in trap_init()
2431 board_ejtag_handler_setup(); in trap_init()