Home
last modified time | relevance | path

Searched refs:DBCR0_DAC1W (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Dreg_booke.h441 #define DBCR0_DAC1W 0x00040000 /* DAC 1 Write enable */ macro
451 #define DBCR_DAC1W DBCR0_DAC1W
516 DBCR0_DAC1W | DBCR0_DAC2R | DBCR0_DAC2W)
/openbmc/linux/arch/powerpc/kernel/ptrace/
H A Dptrace-adv.c419 (DBCR0_DAC1R | DBCR0_DAC1W | DBCR0_DAC2R | DBCR0_DAC2W)) in set_dac_range()
425 child->thread.debug.dbcr0 |= (DBCR0_DAC1W | DBCR0_IDM); in set_dac_range()
/openbmc/linux/arch/powerpc/kvm/
H A Dbooke_emulate.c223 DBCR0_DAC1R | DBCR0_DAC1W | DBCR0_DAC2R | DBCR0_DAC2W); in kvmppc_booke_emulate_mtspr()
H A Dbooke.c1939 dbg_reg->dbcr0 |= DBCR0_DAC1W; in kvmppc_booke_add_watchpoint()