Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/hisi_sas/
Dhisi_sas_v2_hw.c3214 u32 ent_tmp, ent_msk, ent_int, port_id, link_rate, hard_phy_linkrate; in sata_int_v2_hw() local
3229 ent_int = hisi_sas_read32(hisi_hba, ENT_INT_SRC1 + offset); in sata_int_v2_hw()
3230 ent_tmp = ent_int & (1 << (ENT_INT_SRC1_D2H_FIS_CH1_OFF * in sata_int_v2_hw()
3232 ent_int >>= ENT_INT_SRC1_D2H_FIS_CH1_OFF * (phy_no % 4); in sata_int_v2_hw()
3233 if ((ent_int & ENT_INT_SRC1_D2H_FIS_CH0_MSK) == 0) { in sata_int_v2_hw()