Searched refs:DBCR_DAC1W (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dptrace.c976 dbcr_dac(task) &= ~(DBCR_DAC1R | DBCR_DAC1W);
996 dbcr_dac(task) &= ~(DBCR_DAC1R|DBCR_DAC1W);
1000 dbcr_dac(task) |= DBCR_DAC1W;
1176 if ((dbcr_dac(child) & (DBCR_DAC1R | DBCR_DAC1W)) == 0) {
1181 dbcr_dac(child) |= DBCR_DAC1W;
1224 if ((dbcr_dac(child) & (DBCR_DAC1R | DBCR_DAC1W)) == 0)
1228 dbcr_dac(child) &= ~(DBCR_DAC1R | DBCR_DAC1W);
H A Dtraps.c1168 dbcr_dac(current) &= ~(DBCR_DAC1R | DBCR_DAC1W);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dreg_booke.h353 #define DBCR_DAC1W DBCR1_DAC1W macro
399 #define DBCR_DAC1W DBCR0_DAC1W macro

Completed in 72 milliseconds