Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/hisi_sas/
Dhisi_sas_v2_hw.c2874 u32 irq_value0 = hisi_sas_phy_read32(hisi_hba, phy_no, in int_chnl_int_v2_hw() local
2914 if ((irq_msk & (1 << phy_no)) && irq_value0) { in int_chnl_int_v2_hw()
2915 if (irq_value0 & CHL_INT0_SL_RX_BCST_ACK_MSK) in int_chnl_int_v2_hw()
2918 if (irq_value0 & CHL_INT0_PHY_RDY_MSK) in int_chnl_int_v2_hw()
2922 CHL_INT0, irq_value0 in int_chnl_int_v2_hw()
Dhisi_sas_v3_hw.c1795 u32 irq_value0 = hisi_sas_phy_read32(hisi_hba, phy_no, CHL_INT0); in handle_chl_int0_v3_hw() local
1797 if (irq_value0 & CHL_INT0_PHY_RDY_MSK) in handle_chl_int0_v3_hw()
1801 irq_value0 & (~CHL_INT0_SL_RX_BCST_ACK_MSK) in handle_chl_int0_v3_hw()