• Home
  • Raw
  • Download

Lines Matching full:zip

15 #include "zip.h"
108 /* zip comp high performance */
189 * One ZIP controller has one PF and multiple VFs, some global configurations
334 /* define the ZIP's dfx regs region and region length */
405 MODULE_PARM_DESC(perf_mode, "ZIP high perf mode 0(default), 1(enable)");
413 * uacce_mode = 0 means zip only register to crypto,
414 * uacce_mode = 1 means zip both register to crypto and uacce.
638 /* clear ZIP hw error source if having */ in hisi_zip_hw_error_enable()
648 /* enable ZIP hw error interrupts */ in hisi_zip_hw_error_enable()
656 /* disable ZIP hw error interrupts */ in hisi_zip_hw_error_disable()
848 struct hisi_zip *zip = container_of(qm, struct hisi_zip, qm); in hisi_zip_dfx_debug_init() local
849 struct hisi_zip_dfx *dfx = &zip->dfx; in hisi_zip_dfx_debug_init()
869 struct hisi_zip *zip = container_of(qm, struct hisi_zip, qm); in hisi_zip_ctrl_debug_init() local
873 spin_lock_init(&zip->ctrl->files[i].lock); in hisi_zip_ctrl_debug_init()
874 zip->ctrl->files[i].ctrl = zip->ctrl; in hisi_zip_ctrl_debug_init()
875 zip->ctrl->files[i].index = i; in hisi_zip_ctrl_debug_init()
879 zip->ctrl->files + i, in hisi_zip_ctrl_debug_init()
899 dev_warn(dev, "Failed to init ZIP diff regs!\n"); in hisi_zip_debugfs_init()
922 /* hisi_zip_debug_regs_clear() - clear the zip debug regs */
1055 dev_err(dev, "hisi-zip multi ecc sram num=0x%x\n", in hisi_zip_log_hw_error()
1100 /* Inject zip ECC Mbit error to block master ooo. */ in hisi_zip_close_axi_master_ooo()
1231 pci_err(qm->pdev, "Failed to init zip qm configures!\n"); in hisi_zip_qm_init()
1246 pci_err(qm->pdev, "Failed to set zip algs!\n"); in hisi_zip_qm_init()
1272 /* 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()
1441 MODULE_DESCRIPTION("Driver for HiSilicon ZIP accelerator");