Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dreg_booke.h377 #define DBCR0_IA12 0x00200000 /* Instr Addr 1-2 range enable */ macro
390 #define DBCR_IAC12I DBCR0_IA12 /* Range Inclusive */
391 #define DBCR_IAC12X (DBCR0_IA12 | DBCR0_IA12X) /* Range Exclusive */
392 #define DBCR_IAC12MODE (DBCR0_IA12 | DBCR0_IA12X) /* IAC 1-2 Mode Bits */
/openbmc/u-boot/include/bedbug/
H A Dregs.h122 #define DBCR0_IA12 0x00200000 macro