Lines Matching full:coprocessor
46 unsigned int ci; /* Coprocessor instance, used with icswx */
65 * Using same values as in skiboot or coprocessor type representing
343 CSB_ERR_ADDR(csb, "Read error outside coprocessor"); in wait_for_csb()
346 CSB_ERR_ADDR(csb, "Write error outside coprocessor"); in wait_for_csb()
349 CSB_ERR(csb, "Internal error in coprocessor"); in wait_for_csb()
425 * (De)compression provided by the NX842 coprocessor on IBM PowerNV systems.
470 pr_err_ratelimited("coprocessor CT is 0"); in nx842_exec_icswx()
497 * NX842 coprocessor sets 3rd bit in CR register with XER[S0]. in nx842_exec_icswx()
509 pr_debug_ratelimited("842 Coprocessor busy\n"); in nx842_exec_icswx()
527 * (De)compression provided by the NX842 coprocessor on IBM PowerNV systems.
620 * Compression provided by the NX842 coprocessor on IBM PowerNV systems.
648 * Decompression provided by the NX842 coprocessor on IBM PowerNV systems.
856 * coprocessor instance in the system. So to make it in vas_cfg_coproc_info()
857 * unique, skiboot uses coprocessor type such as 842 or in vas_cfg_coproc_info()
963 if (of_property_read_u32(dn, "ibm,842-coprocessor-type", &ct)) { in nx842_powernv_probe()
964 pr_err("ibm,842-coprocessor-type missing\n"); in nx842_powernv_probe()
968 if (of_property_read_u32(dn, "ibm,842-coprocessor-instance", &ci)) { in nx842_powernv_probe()
969 pr_err("ibm,842-coprocessor-instance missing\n"); in nx842_powernv_probe()
981 pr_info("coprocessor found on chip %d, CT %d CI %d\n", chip_id, ct, ci); in nx842_powernv_probe()