Searched refs:err_sts (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/crypto/hisilicon/sec2/ |
H A D | sec_main.c | 979 static void sec_log_hw_error(struct hisi_qm *qm, u32 err_sts) in sec_log_hw_error() argument 986 if (errs->int_msk & err_sts) { in sec_log_hw_error() 1007 static void sec_clear_hw_err_status(struct hisi_qm *qm, u32 err_sts) in sec_clear_hw_err_status() argument 1009 writel(err_sts, qm->io_base + SEC_CORE_INT_SOURCE); in sec_clear_hw_err_status()
|
/openbmc/linux/drivers/crypto/hisilicon/hpre/ |
H A D | hpre_main.c | 1263 static void hpre_log_hw_error(struct hisi_qm *qm, u32 err_sts) in hpre_log_hw_error() argument 1269 if (err->int_msk & err_sts) in hpre_log_hw_error() 1281 static void hpre_clear_hw_err_status(struct hisi_qm *qm, u32 err_sts) in hpre_clear_hw_err_status() argument 1283 writel(err_sts, qm->io_base + HPRE_HAC_SOURCE_INT); in hpre_clear_hw_err_status()
|
/openbmc/linux/drivers/crypto/hisilicon/zip/ |
H A D | zip_main.c | 1041 static void hisi_zip_log_hw_error(struct hisi_qm *qm, u32 err_sts) in hisi_zip_log_hw_error() argument 1048 if (err->int_msk & err_sts) { in hisi_zip_log_hw_error() 1069 static void hisi_zip_clear_hw_err_status(struct hisi_qm *qm, u32 err_sts) in hisi_zip_clear_hw_err_status() argument 1071 writel(err_sts, qm->io_base + HZIP_CORE_INT_SOURCE); in hisi_zip_clear_hw_err_status()
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_err.c | 1343 u32 err_sts, unsigned long *reset_requests) in hclge_log_error() argument 1346 if (err->int_msk & err_sts) { in hclge_log_error() 1348 reg, err->msg, err_sts); in hclge_log_error() 2157 u32 err_sts; in hclge_log_rocee_ovf_error() local 2160 err_sts = HCLGE_ROCEE_OVF_ERR_TYPE_MASK & in hclge_log_rocee_ovf_error() 2163 if (err->int_msk == err_sts) { in hclge_log_rocee_ovf_error()
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | f_tcm.c | 323 goto err_sts; in bot_prepare_reqs() 348 err_sts: in bot_prepare_reqs() 753 goto err_sts; in uasp_alloc_stream_res() 757 err_sts: in uasp_alloc_stream_res()
|
/openbmc/linux/include/linux/ |
H A D | hisi_acc_qm.h | 257 void (*clear_dev_hw_err_status)(struct hisi_qm *qm, u32 err_sts);
|