Home
last modified time | relevance | path

Searched refs:err_sts (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/crypto/hisilicon/zip/
H A Ddae_main.c165 static void hisi_dae_clear_hw_err_status(struct hisi_qm *qm, u32 err_sts) in hisi_dae_clear_hw_err_status() argument
170 writel(err_sts, qm->io_base + DAE_ERR_SOURCE_OFFSET); in hisi_dae_clear_hw_err_status()
H A Dzip_main.c1151 static void hisi_zip_log_hw_error(struct hisi_qm *qm, u32 err_sts) in hisi_zip_log_hw_error() argument
1158 if (err->int_msk & err_sts) { in hisi_zip_log_hw_error()
1179 static void hisi_zip_clear_hw_err_status(struct hisi_qm *qm, u32 err_sts) in hisi_zip_clear_hw_err_status() argument
1181 writel(err_sts, qm->io_base + HZIP_CORE_INT_SOURCE); in hisi_zip_clear_hw_err_status()
/linux/drivers/crypto/hisilicon/sec2/
H A Dsec_main.c1086 static void sec_log_hw_error(struct hisi_qm *qm, u32 err_sts) in sec_log_hw_error() argument
1093 if (errs->int_msk & err_sts) { in sec_log_hw_error()
1114 static void sec_clear_hw_err_status(struct hisi_qm *qm, u32 err_sts) in sec_clear_hw_err_status() argument
1116 writel(err_sts, qm->io_base + SEC_CORE_INT_SOURCE); in sec_clear_hw_err_status()
/linux/drivers/crypto/hisilicon/hpre/
H A Dhpre_main.c1372 static void hpre_log_hw_error(struct hisi_qm *qm, u32 err_sts) in hpre_log_hw_error() argument
1378 if (err->int_msk & err_sts) in hpre_log_hw_error()
1390 static void hpre_clear_hw_err_status(struct hisi_qm *qm, u32 err_sts) in hpre_clear_hw_err_status() argument
1392 writel(err_sts, qm->io_base + HPRE_HAC_SOURCE_INT); in hpre_clear_hw_err_status()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_err.c1766 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()
/linux/drivers/usb/gadget/function/
H A Df_tcm.c326 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()
/linux/include/linux/
H A Dhisi_acc_qm.h274 void (*clear_dev_hw_err_status)(struct hisi_qm *qm, u32 err_sts);