Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_v2_hw.c2866 u32 ent_msk, ent_tmp, irq_msk; in int_chnl_int_v2_hw() local
2869 ent_msk = hisi_sas_read32(hisi_hba, ENT_INT_SRC_MSK3); in int_chnl_int_v2_hw()
2870 ent_tmp = ent_msk; in int_chnl_int_v2_hw()
2871 ent_msk |= ENT_INT_SRC_MSK3_ENT95_MSK_MSK; in int_chnl_int_v2_hw()
2872 hisi_sas_write32(hisi_hba, ENT_INT_SRC_MSK3, ent_msk); in int_chnl_int_v2_hw()
3204 u32 ent_tmp, ent_msk, ent_int, port_id, link_rate, hard_phy_linkrate; in sata_int_v2_hw() local
3216 ent_msk = hisi_sas_read32(hisi_hba, ENT_INT_SRC_MSK1 + offset); in sata_int_v2_hw()
3218 ent_msk | 1 << ((phy_no % 4) * 8)); in sata_int_v2_hw()
3286 hisi_sas_write32(hisi_hba, ENT_INT_SRC_MSK1 + offset, ent_msk); in sata_int_v2_hw()