• Home
  • Raw
  • Download

Lines Matching refs:safexcel_crypto_priv

31 static void eip197_trc_cache_setupvirt(struct safexcel_crypto_priv *priv)  in eip197_trc_cache_setupvirt()
61 static void eip197_trc_cache_banksel(struct safexcel_crypto_priv *priv, in eip197_trc_cache_banksel()
77 static u32 eip197_trc_cache_probe(struct safexcel_crypto_priv *priv, in eip197_trc_cache_probe()
125 static void eip197_trc_cache_clear(struct safexcel_crypto_priv *priv, in eip197_trc_cache_clear()
158 static int eip197_trc_cache_init(struct safexcel_crypto_priv *priv) in eip197_trc_cache_init()
269 static void eip197_init_firmware(struct safexcel_crypto_priv *priv) in eip197_init_firmware()
316 static int eip197_write_firmware(struct safexcel_crypto_priv *priv, in eip197_write_firmware()
336 static bool poll_fw_ready(struct safexcel_crypto_priv *priv, int fpp) in poll_fw_ready()
363 static bool eip197_start_firmware(struct safexcel_crypto_priv *priv, in eip197_start_firmware()
405 static int eip197_load_firmwares(struct safexcel_crypto_priv *priv) in eip197_load_firmwares()
474 static int safexcel_hw_setup_cdesc_rings(struct safexcel_crypto_priv *priv) in safexcel_hw_setup_cdesc_rings()
530 static int safexcel_hw_setup_rdesc_rings(struct safexcel_crypto_priv *priv) in safexcel_hw_setup_rdesc_rings()
586 static int safexcel_hw_init(struct safexcel_crypto_priv *priv) in safexcel_hw_init()
798 static void safexcel_try_push_requests(struct safexcel_crypto_priv *priv, in safexcel_try_push_requests()
812 void safexcel_dequeue(struct safexcel_crypto_priv *priv, int ring) in safexcel_dequeue()
890 inline int safexcel_rdesc_check_errors(struct safexcel_crypto_priv *priv, in safexcel_rdesc_check_errors()
932 inline void safexcel_rdr_req_set(struct safexcel_crypto_priv *priv, in safexcel_rdr_req_set()
943 safexcel_rdr_req_get(struct safexcel_crypto_priv *priv, int ring) in safexcel_rdr_req_get()
950 void safexcel_complete(struct safexcel_crypto_priv *priv, int ring) in safexcel_complete()
977 struct safexcel_crypto_priv *priv, in safexcel_invalidate_cache()
1014 static inline void safexcel_handle_result_descriptor(struct safexcel_crypto_priv *priv, in safexcel_handle_result_descriptor()
1086 struct safexcel_crypto_priv *priv;
1093 struct safexcel_crypto_priv *priv = irq_data->priv; in safexcel_irq_ring()
1130 struct safexcel_crypto_priv *priv = irq_data->priv; in safexcel_irq_ring_thread()
1266 static int safexcel_register_algorithms(struct safexcel_crypto_priv *priv) in safexcel_register_algorithms()
1311 static void safexcel_unregister_algorithms(struct safexcel_crypto_priv *priv) in safexcel_unregister_algorithms()
1331 static void safexcel_configure(struct safexcel_crypto_priv *priv) in safexcel_configure()
1359 static void safexcel_init_register_offsets(struct safexcel_crypto_priv *priv) in safexcel_init_register_offsets()
1398 struct safexcel_crypto_priv *priv, in safexcel_probe_generic()
1719 static void safexcel_hw_reset_rings(struct safexcel_crypto_priv *priv) in safexcel_hw_reset_rings()
1743 struct safexcel_crypto_priv *priv; in safexcel_probe()
1809 struct safexcel_crypto_priv *priv = platform_get_drvdata(pdev); in safexcel_remove()
1868 struct safexcel_crypto_priv *priv; in safexcel_pci_probe()
1954 struct safexcel_crypto_priv *priv = pci_get_drvdata(pdev); in safexcel_pci_remove()