Searched refs:ocd_write (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/arch/avr32/include/asm/ |
D | switch_to.h | 20 ocd_write(PID, prev->pid); \ 21 ocd_write(PID, current->pid); \
|
D | ocd.h | 534 #define ocd_write(reg, value) __ocd_write(OCD_##reg, value) macro
|
/linux-4.1.27/arch/avr32/kernel/ |
D | ocd.c | 43 ocd_write(DC, dc); in ocd_enable() 78 ocd_write(DC, dc); in ocd_disable() 100 ocd_write(DC, val); in ocd_DC_set()
|
D | kprobes.c | 77 ocd_write(DC, dc); in prepare_singlestep() 98 ocd_write(DC, dc); in resume_execution()
|
D | ptrace.c | 330 ocd_write(DC, ctrl); in do_debug() 346 ocd_write(DC, ctrl); in do_debug()
|
D | process.c | 57 ocd_write(DC, (1 << OCD_DC_DBE_BIT)); in machine_restart() 58 ocd_write(DC, (1 << OCD_DC_RES_BIT)); in machine_restart()
|