Home
last modified time | relevance | path

Searched refs:ccr_functional (Results 1 – 3 of 3) sorted by relevance

/linux/arch/parisc/kernel/
H A Dprocessor.c335 if(ret >= 0 && coproc_cfg.ccr_functional) { in init_per_cpu()
336 mtctl(coproc_cfg.ccr_functional, 10); /* 10 == Coprocessor Control Reg */ in init_per_cpu()
360 , coproc_cfg.ccr_functional); in init_per_cpu()
H A Dsetup.c296 if (ret >= 0 && coproc_cfg.ccr_functional) { in start_parisc()
297 mtctl(coproc_cfg.ccr_functional, 10); in start_parisc()
/linux/arch/parisc/include/uapi/asm/
H A Dpdc.h459 unsigned long ccr_functional; member