Searched refs:err_sts (Results 1 – 6 of 6) sorted by relevance
| /drivers/crypto/hisilicon/zip/ |
| A D | dae_main.c | 158 static void hisi_dae_clear_hw_err_status(struct hisi_qm *qm, u32 err_sts) in hisi_dae_clear_hw_err_status() argument 163 writel(err_sts, qm->io_base + DAE_ERR_SOURCE_OFFSET); in hisi_dae_clear_hw_err_status()
|
| A D | zip_main.c | 1084 static void hisi_zip_log_hw_error(struct hisi_qm *qm, u32 err_sts) in hisi_zip_log_hw_error() argument 1091 if (err->int_msk & err_sts) { in hisi_zip_log_hw_error() 1112 static void hisi_zip_clear_hw_err_status(struct hisi_qm *qm, u32 err_sts) in hisi_zip_clear_hw_err_status() argument 1114 writel(err_sts, qm->io_base + HZIP_CORE_INT_SOURCE); in hisi_zip_clear_hw_err_status()
|
| /drivers/crypto/hisilicon/sec2/ |
| A D | sec_main.c | 1029 static void sec_log_hw_error(struct hisi_qm *qm, u32 err_sts) in sec_log_hw_error() argument 1036 if (errs->int_msk & err_sts) { in sec_log_hw_error() 1057 static void sec_clear_hw_err_status(struct hisi_qm *qm, u32 err_sts) in sec_clear_hw_err_status() argument 1059 writel(err_sts, qm->io_base + SEC_CORE_INT_SOURCE); in sec_clear_hw_err_status()
|
| /drivers/crypto/hisilicon/hpre/ |
| A D | hpre_main.c | 1335 static void hpre_log_hw_error(struct hisi_qm *qm, u32 err_sts) in hpre_log_hw_error() argument 1341 if (err->int_msk & err_sts) in hpre_log_hw_error() 1353 static void hpre_clear_hw_err_status(struct hisi_qm *qm, u32 err_sts) in hpre_clear_hw_err_status() argument 1355 writel(err_sts, qm->io_base + HPRE_HAC_SOURCE_INT); in hpre_clear_hw_err_status()
|
| /drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| A D | hclge_err.c | 1766 u32 err_sts, unsigned long *reset_requests) in hclge_log_error() argument 1769 if (err->int_msk & err_sts) { in hclge_log_error() 1771 reg, err->msg, err_sts); in hclge_log_error() 2580 u32 err_sts; in hclge_log_rocee_ovf_error() local 2583 err_sts = HCLGE_ROCEE_OVF_ERR_TYPE_MASK & in hclge_log_rocee_ovf_error() 2586 if (err->int_msk == err_sts) { in hclge_log_rocee_ovf_error()
|
| /drivers/usb/gadget/function/ |
| A D | f_tcm.c | 326 goto err_sts; in bot_prepare_reqs() 351 err_sts: in bot_prepare_reqs() 891 goto err_sts; in uasp_alloc_stream_res() 895 err_sts: in uasp_alloc_stream_res()
|
Completed in 30 milliseconds