Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/hisi_sas/
Dhisi_sas_v2_hw.c2878 u32 irq_value0 = hisi_sas_phy_read32(hisi_hba, phy_no, in int_chnl_int_v2_hw() local
2918 if ((irq_msk & (1 << phy_no)) && irq_value0) { in int_chnl_int_v2_hw()
2919 if (irq_value0 & CHL_INT0_SL_RX_BCST_ACK_MSK) in int_chnl_int_v2_hw()
2922 if (irq_value0 & CHL_INT0_PHY_RDY_MSK) in int_chnl_int_v2_hw()
2926 CHL_INT0, irq_value0 in int_chnl_int_v2_hw()
Dhisi_sas_v3_hw.c1898 u32 irq_value0 = hisi_sas_phy_read32(hisi_hba, phy_no, CHL_INT0); in handle_chl_int0_v3_hw() local
1900 if (irq_value0 & CHL_INT0_PHY_RDY_MSK) in handle_chl_int0_v3_hw()
1904 irq_value0 & (~CHL_INT0_SL_RX_BCST_ACK_MSK) in handle_chl_int0_v3_hw()