Lines Matching full:zip
15 #include "zip.h"
110 /* zip comp high performance */
191 * One ZIP controller has one PF and multiple VFs, some global configurations
314 /* define the ZIP's dfx regs region and region length */
385 MODULE_PARM_DESC(perf_mode, "ZIP high perf mode 0(default), 1(enable)");
393 * uacce_mode = 0 means zip only register to crypto,
394 * uacce_mode = 1 means zip both register to crypto and uacce.
618 /* clear ZIP hw error source if having */ in hisi_zip_hw_error_enable()
628 /* enable ZIP hw error interrupts */ in hisi_zip_hw_error_enable()
636 /* disable ZIP hw error interrupts */ in hisi_zip_hw_error_disable()
840 struct hisi_zip *zip = container_of(qm, struct hisi_zip, qm); in hisi_zip_dfx_debug_init() local
841 struct hisi_zip_dfx *dfx = &zip->dfx; in hisi_zip_dfx_debug_init()
861 struct hisi_zip *zip = container_of(qm, struct hisi_zip, qm); in hisi_zip_ctrl_debug_init() local
865 spin_lock_init(&zip->ctrl->files[i].lock); in hisi_zip_ctrl_debug_init()
866 zip->ctrl->files[i].ctrl = zip->ctrl; in hisi_zip_ctrl_debug_init()
867 zip->ctrl->files[i].index = i; in hisi_zip_ctrl_debug_init()
871 zip->ctrl->files + i, in hisi_zip_ctrl_debug_init()
885 dev_warn(dev, "Failed to init ZIP diff regs!\n"); in hisi_zip_debugfs_init()
912 /* hisi_zip_debug_regs_clear() - clear the zip debug regs */
1046 dev_err(dev, "hisi-zip multi ecc sram num=0x%x\n", in hisi_zip_log_hw_error()
1091 /* Inject zip ECC Mbit error to block master ooo. */ in hisi_zip_close_axi_master_ooo()
1221 pci_err(qm->pdev, "Failed to init zip qm configures!\n"); in hisi_zip_qm_init()
1236 pci_err(qm->pdev, "Failed to set zip algs!\n"); in hisi_zip_qm_init()
1262 /* ZIP need to enable shaper type 1 */ in hisi_zip_probe_init()
1295 pci_err(pdev, "Failed to init ZIP QM (%d)!\n", ret); in hisi_zip_probe()
1442 MODULE_DESCRIPTION("Driver for HiSilicon ZIP accelerator");