Lines Matching full:coprocessor
47 unsigned int ci; /* Coprocessor instance, used with icswx */
66 * Using same values as in skiboot or coprocessor type representing
344 CSB_ERR_ADDR(csb, "Read error outside coprocessor"); in wait_for_csb()
347 CSB_ERR_ADDR(csb, "Write error outside coprocessor"); in wait_for_csb()
350 CSB_ERR(csb, "Internal error in coprocessor"); in wait_for_csb()
426 * (De)compression provided by the NX842 coprocessor on IBM PowerNV systems.
471 pr_err_ratelimited("coprocessor CT is 0"); in nx842_exec_icswx()
498 * NX842 coprocessor sets 3rd bit in CR register with XER[S0]. in nx842_exec_icswx()
510 pr_debug_ratelimited("842 Coprocessor busy\n"); in nx842_exec_icswx()
528 * (De)compression provided by the NX842 coprocessor on IBM PowerNV systems.
621 * Compression provided by the NX842 coprocessor on IBM PowerNV systems.
649 * Decompression provided by the NX842 coprocessor on IBM PowerNV systems.
857 * coprocessor instance in the system. So to make it in vas_cfg_coproc_info()
858 * unique, skiboot uses coprocessor type such as 842 or in vas_cfg_coproc_info()
964 if (of_property_read_u32(dn, "ibm,842-coprocessor-type", &ct)) { in nx842_powernv_probe()
965 pr_err("ibm,842-coprocessor-type missing\n"); in nx842_powernv_probe()
969 if (of_property_read_u32(dn, "ibm,842-coprocessor-instance", &ci)) { in nx842_powernv_probe()
970 pr_err("ibm,842-coprocessor-instance missing\n"); in nx842_powernv_probe()
982 pr_info("coprocessor found on chip %d, CT %d CI %d\n", chip_id, ct, ci); in nx842_powernv_probe()