Searched refs:pdc_coproc_info (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/parisc/include/asm/
H A Dpdc.h31 int pdc_coproc_cfg(struct pdc_coproc_cfg *pdc_coproc_info);
32 int pdc_coproc_cfg_unlocked(struct pdc_coproc_cfg *pdc_coproc_info);
/linux-master/arch/parisc/kernel/
H A Dfirmware.c389 int pdc_coproc_cfg_unlocked(struct pdc_coproc_cfg *pdc_coproc_info) argument
395 pdc_coproc_info->ccr_functional = pdc_result[0];
396 pdc_coproc_info->ccr_present = pdc_result[1];
397 pdc_coproc_info->revision = pdc_result[17];
398 pdc_coproc_info->model = pdc_result[18];
405 * @pdc_coproc_info: Return buffer address.
410 int pdc_coproc_cfg(struct pdc_coproc_cfg *pdc_coproc_info) argument
416 ret = pdc_coproc_cfg_unlocked(pdc_coproc_info);

Completed in 128 milliseconds