Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_v2_hw.c3204 u32 ent_tmp, ent_msk, ent_int, port_id, link_rate, hard_phy_linkrate; in sata_int_v2_hw() local
3220 ent_int = hisi_sas_read32(hisi_hba, ENT_INT_SRC1 + offset); in sata_int_v2_hw()
3221 ent_tmp = ent_int & (1 << (ENT_INT_SRC1_D2H_FIS_CH1_OFF * in sata_int_v2_hw()
3223 ent_int >>= ENT_INT_SRC1_D2H_FIS_CH1_OFF * (phy_no % 4); in sata_int_v2_hw()
3224 if ((ent_int & ENT_INT_SRC1_D2H_FIS_CH0_MSK) == 0) { in sata_int_v2_hw()