Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/hisi_sas/
H A Dhisi_sas_v2_hw.c2869 u32 ent_msk, ent_tmp, irq_msk; in int_chnl_int_v2_hw() local
2872 ent_msk = hisi_sas_read32(hisi_hba, ENT_INT_SRC_MSK3); in int_chnl_int_v2_hw()
2873 ent_tmp = ent_msk; in int_chnl_int_v2_hw()
2874 ent_msk |= ENT_INT_SRC_MSK3_ENT95_MSK_MSK; in int_chnl_int_v2_hw()
2875 hisi_sas_write32(hisi_hba, ENT_INT_SRC_MSK3, ent_msk); in int_chnl_int_v2_hw()
3207 u32 ent_tmp, ent_msk, ent_int, port_id, link_rate, hard_phy_linkrate; in sata_int_v2_hw() local
3219 ent_msk = hisi_sas_read32(hisi_hba, ENT_INT_SRC_MSK1 + offset); in sata_int_v2_hw()
3221 ent_msk | 1 << ((phy_no % 4) * 8)); in sata_int_v2_hw()
3289 hisi_sas_write32(hisi_hba, ENT_INT_SRC_MSK1 + offset, ent_msk); in sata_int_v2_hw()