Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/vfp/
Dvfpmodule.c397 set_copro_access(access | CPACC_FULL(10) | CPACC_FULL(11)); in vfp_enable()
/linux-2.6.39/arch/arm/include/asm/
Dsystem.h208 #define CPACC_FULL(n) (3 << (n * 2)) macro