Searched refs:int_msk (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| D | hclge_err.c | 7 { .int_msk = BIT(1), .msg = "imp_itcm0_ecc_mbit_err", 9 { .int_msk = BIT(3), .msg = "imp_itcm1_ecc_mbit_err", 11 { .int_msk = BIT(5), .msg = "imp_itcm2_ecc_mbit_err", 13 { .int_msk = BIT(7), .msg = "imp_itcm3_ecc_mbit_err", 15 { .int_msk = BIT(9), .msg = "imp_dtcm0_mem0_ecc_mbit_err", 17 { .int_msk = BIT(11), .msg = "imp_dtcm0_mem1_ecc_mbit_err", 19 { .int_msk = BIT(13), .msg = "imp_dtcm1_mem0_ecc_mbit_err", 21 { .int_msk = BIT(15), .msg = "imp_dtcm1_mem1_ecc_mbit_err", 23 { .int_msk = BIT(17), .msg = "imp_itcm4_ecc_mbit_err", 29 { .int_msk = BIT(1), .msg = "cmdq_nic_rx_depth_ecc_mbit_err", [all …]
|
| D | hclge_err.h | 124 u32 int_msk; member
|
| /Linux-v5.4/drivers/crypto/hisilicon/zip/ |
| D | zip_main.c | 126 u32 int_msk; member 131 { .int_msk = BIT(0), .msg = "zip_ecc_1bitt_err" }, 132 { .int_msk = BIT(1), .msg = "zip_ecc_2bit_err" }, 133 { .int_msk = BIT(2), .msg = "zip_axi_rresp_err" }, 134 { .int_msk = BIT(3), .msg = "zip_axi_bresp_err" }, 135 { .int_msk = BIT(4), .msg = "zip_src_addr_parse_err" }, 136 { .int_msk = BIT(5), .msg = "zip_dst_addr_parse_err" }, 137 { .int_msk = BIT(6), .msg = "zip_pre_in_addr_err" }, 138 { .int_msk = BIT(7), .msg = "zip_pre_in_data_err" }, 139 { .int_msk = BIT(8), .msg = "zip_com_inf_err" }, [all …]
|
| /Linux-v5.4/drivers/media/pci/cx25821/ |
| D | cx25821-core.c | 43 .int_msk = VID_A_INT_MSK, 65 .int_msk = VID_B_INT_MSK, 87 .int_msk = VID_C_INT_MSK, 109 .int_msk = VID_D_INT_MSK, 131 .int_msk = VID_E_INT_MSK, 153 .int_msk = VID_F_INT_MSK, 175 .int_msk = VID_G_INT_MSK, 197 .int_msk = VID_H_INT_MSK, 232 .int_msk = VID_I_INT_MSK, 258 .int_msk = VID_J_INT_MSK, [all …]
|
| D | cx25821.h | 326 u32 int_msk; member
|
| D | cx25821-video.c | 73 cx_set(channel->int_msk, 0x11); in cx25821_start_video_dma() 91 mask = cx_read(channel->int_msk); in cx25821_video_irq()
|
| /Linux-v5.4/drivers/crypto/hisilicon/ |
| D | qm.c | 289 u32 int_msk; member 294 { .int_msk = BIT(0), .msg = "qm_axi_rresp" }, 295 { .int_msk = BIT(1), .msg = "qm_axi_bresp" }, 296 { .int_msk = BIT(2), .msg = "qm_ecc_mbit" }, 297 { .int_msk = BIT(3), .msg = "qm_ecc_1bit" }, 298 { .int_msk = BIT(4), .msg = "qm_acc_get_task_timeout" }, 299 { .int_msk = BIT(5), .msg = "qm_acc_do_task_timeout" }, 300 { .int_msk = BIT(6), .msg = "qm_acc_wb_not_ready_timeout" }, 301 { .int_msk = BIT(7), .msg = "qm_sq_cq_vf_invalid" }, 302 { .int_msk = BIT(8), .msg = "qm_cq_vf_invalid" }, [all …]
|
| /Linux-v5.4/drivers/usb/gadget/udc/ |
| D | fotg210-udc.c | 865 u32 int_msk = ioread32(fotg210->reg + FOTG210_DMIGR); in fotg210_irq() local 867 int_grp &= ~int_msk; in fotg210_irq()
|