Lines Matching full:coprocessor
46 unsigned int ci; /* Coprocessor instance, used with icswx */
65 * Using same values as in skiboot or coprocessor type representing
346 CSB_ERR_ADDR(csb, "Read error outside coprocessor"); in wait_for_csb()
349 CSB_ERR_ADDR(csb, "Write error outside coprocessor"); in wait_for_csb()
352 CSB_ERR(csb, "Internal error in coprocessor"); in wait_for_csb()
428 * (De)compression provided by the NX842 coprocessor on IBM PowerNV systems.
473 pr_err_ratelimited("coprocessor CT is 0"); in nx842_exec_icswx()
500 * NX842 coprocessor sets 3rd bit in CR register with XER[S0]. in nx842_exec_icswx()
512 pr_debug_ratelimited("842 Coprocessor busy\n"); in nx842_exec_icswx()
530 * (De)compression provided by the NX842 coprocessor on IBM PowerNV systems.
623 * Compression provided by the NX842 coprocessor on IBM PowerNV systems.
651 * Decompression provided by the NX842 coprocessor on IBM PowerNV systems.
859 * coprocessor instance in the system. So to make it in vas_cfg_coproc_info()
860 * unique, skiboot uses coprocessor type such as 842 or in vas_cfg_coproc_info()
966 if (of_property_read_u32(dn, "ibm,842-coprocessor-type", &ct)) { in nx842_powernv_probe()
967 pr_err("ibm,842-coprocessor-type missing\n"); in nx842_powernv_probe()
971 if (of_property_read_u32(dn, "ibm,842-coprocessor-instance", &ci)) { in nx842_powernv_probe()
972 pr_err("ibm,842-coprocessor-instance missing\n"); in nx842_powernv_probe()
984 pr_info("coprocessor found on chip %d, CT %d CI %d\n", chip_id, ct, ci); in nx842_powernv_probe()