Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/hisi_sas/
Dhisi_sas_v2_hw.c1416 u32 dfx_val; in tx_fifo_is_empty_v2_hw() local
1418 dfx_val = hisi_sas_phy_read32(hisi_hba, phy_no, DMA_TX_DFX1); in tx_fifo_is_empty_v2_hw()
1420 if (dfx_val & BIT(16)) in tx_fifo_is_empty_v2_hw()
1430 u32 status, axi_status, dfx_val, dfx_tx_val; in axi_bus_is_idle_v2_hw() local
1437 dfx_val = hisi_sas_phy_read32(hisi_hba, phy_no, DMA_TX_DFX1); in axi_bus_is_idle_v2_hw()
1442 (dfx_val & BIT(20)) && (dfx_tx_val & BIT(10))) in axi_bus_is_idle_v2_hw()
1448 dfx_val, dfx_tx_val); in axi_bus_is_idle_v2_hw()