Home
last modified time | relevance | path

Searched refs:ocd_write (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/arch/avr32/include/asm/
Dswitch_to.h20 ocd_write(PID, prev->pid); \
21 ocd_write(PID, current->pid); \
Docd.h534 #define ocd_write(reg, value) __ocd_write(OCD_##reg, value) macro
/linux-4.1.27/arch/avr32/kernel/
Docd.c43 ocd_write(DC, dc); in ocd_enable()
78 ocd_write(DC, dc); in ocd_disable()
100 ocd_write(DC, val); in ocd_DC_set()
Dkprobes.c77 ocd_write(DC, dc); in prepare_singlestep()
98 ocd_write(DC, dc); in resume_execution()
Dptrace.c330 ocd_write(DC, ctrl); in do_debug()
346 ocd_write(DC, ctrl); in do_debug()
Dprocess.c57 ocd_write(DC, (1 << OCD_DC_DBE_BIT)); in machine_restart()
58 ocd_write(DC, (1 << OCD_DC_RES_BIT)); in machine_restart()