Home
last modified time | relevance | path

Searched refs:DBSR_DAC1W (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/arch/powerpc/include/asm/
Dreg_booke.h285 #define DBSR_DAC1W 0x00040000 /* Data Addr Compare 1 Write Event */ macro
304 #define DBSR_DAC1W 0x00800000 /* Data Address Compare 1 Write Event */ macro
/linux-3.4.99/arch/powerpc/kernel/
Dtraps.c1254 if (debug_status & (DBSR_DAC1R | DBSR_DAC1W)) { in handle_debug()