Searched refs:PP32_FREEZE (Results 1 - 5 of 5) sorted by relevance

/openwrt/package/kernel/lantiq/ltq-atm/src/
H A Difxmips_atm_vr9.c167 IFX_REG_W32_MASK(mask, 0, PP32_FREEZE);
179 IFX_REG_W32_MASK(0, mask, PP32_FREEZE);
H A Difxmips_atm_ppe_vr9.h78 #define PP32_FREEZE PPE_REG_ADDR(0x0000) macro
/openwrt/package/kernel/lantiq/ltq-ptm/src/
H A Difxmips_ptm_vr9.c273 IFX_REG_W32_MASK(mask, 0, PP32_FREEZE);
294 IFX_REG_W32_MASK(0, mask, PP32_FREEZE);
H A Difxmips_ptm_ppe_vr9.h76 #define PP32_FREEZE PPE_REG_ADDR(0x0000) macro
H A Difxmips_ptm_test.c467 if ( (*PP32_FREEZE & (1 << (pp32 << 4))) != 0 )
675 *PP32_FREEZE &= ~(1 << (pp32 << 4));
677 *PP32_FREEZE |= 1 << (pp32 << 4);

Completed in 32 milliseconds