Searched refs:SPR_MPL_SHIFT (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/tile/kernel/
H A Dtraps.c73 #define SPR_MPL_SHIFT 9 /* starting bit position for MPL encoded in SPR */ macro
87 mpl = (gpv_reason & SPR_INDEX) >> SPR_MPL_SHIFT;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/tile/kernel/
H A Dtraps.c73 #define SPR_MPL_SHIFT 9 /* starting bit position for MPL encoded in SPR */ macro
87 mpl = (gpv_reason & SPR_INDEX) >> SPR_MPL_SHIFT;

Completed in 117 milliseconds