Home
last modified time | relevance | path

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

/linux-4.4.14/arch/parisc/kernel/
Dprocessor.c310 if(ret >= 0 && coproc_cfg.ccr_functional) { in init_per_cpu()
311 mtctl(coproc_cfg.ccr_functional, 10); /* 10 == Coprocessor Control Reg */ in init_per_cpu()
334 , coproc_cfg.ccr_functional); in init_per_cpu()
Dsetup.c399 if (ret >= 0 && coproc_cfg.ccr_functional) { in start_parisc()
400 mtctl(coproc_cfg.ccr_functional, 10); in start_parisc()
Dfirmware.c312 pdc_coproc_info->ccr_functional = pdc_result[0]; in pdc_coproc_cfg_unlocked()
/linux-4.4.14/arch/parisc/include/asm/
Dpdc.h22 unsigned long ccr_functional; member