Home
last modified time | relevance | path

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

/linux-6.1.9/arch/parisc/kernel/
Dprocessor.c330 if(ret >= 0 && coproc_cfg.ccr_functional) { in init_per_cpu()
331 mtctl(coproc_cfg.ccr_functional, 10); /* 10 == Coprocessor Control Reg */ in init_per_cpu()
355 , coproc_cfg.ccr_functional); in init_per_cpu()
Dsetup.c411 if (ret >= 0 && coproc_cfg.ccr_functional) { in start_parisc()
412 mtctl(coproc_cfg.ccr_functional, 10); in start_parisc()
Dfirmware.c393 pdc_coproc_info->ccr_functional = pdc_result[0]; in pdc_coproc_cfg_unlocked()
/linux-6.1.9/arch/parisc/include/uapi/asm/
Dpdc.h459 unsigned long ccr_functional; member