Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dreg_booke.h383 #define DBCR0_IA34 0x00020000 /* Instr Addr 3-4 range Enable */ macro
393 #define DBCR_IAC34I DBCR0_IA34 /* Range Inclusive */
394 #define DBCR_IAC34X (DBCR0_IA34 | DBCR0_IA34X) /* Range Exclusive */
395 #define DBCR_IAC34MODE (DBCR0_IA34 | DBCR0_IA34X) /* IAC 3-4 Mode Bits */
/openbmc/u-boot/include/bedbug/
H A Dregs.h126 #define DBCR0_IA34 0x00020000 macro