Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/include/asm/
Dreg_booke.h412 #define DBCR0_DAC1W 0x00040000 /* DAC 1 Write enable */ macro
422 #define DBCR_DAC1W DBCR0_DAC1W
487 DBCR0_DAC1W | DBCR0_DAC2R | DBCR0_DAC2W)
/linux-3.4.99/arch/powerpc/kernel/
Dptrace.c1315 (DBCR0_DAC1R | DBCR0_DAC1W | DBCR0_DAC2R | DBCR0_DAC2W)) in set_dac_range()
1321 child->thread.dbcr0 |= (DBCR0_DAC1W | DBCR0_IDM); in set_dac_range()