Home
last modified time | relevance | path

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

/openbmc/linux/arch/parisc/kernel/
H A Dsetup.c295 if (ret >= 0 && coproc_cfg.ccr_functional) { in start_parisc()
296 mtctl(coproc_cfg.ccr_functional, 10); in start_parisc()
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 Dfirmware.c395 pdc_coproc_info->ccr_functional = pdc_result[0]; in pdc_coproc_cfg_unlocked()
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dpdc.h459 unsigned long ccr_functional; member