Home
last modified time | relevance | path

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

/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_v1_hw.c116 #define PHY_CFG_ENA_MSK (0x1 << PHY_CFG_ENA_OFF) macro
769 cfg |= PHY_CFG_ENA_MSK; in enable_phy_v1_hw()
777 cfg &= ~PHY_CFG_ENA_MSK; in disable_phy_v1_hw()
H A Dhisi_sas_v3_hw.c191 #define PHY_CFG_ENA_MSK (0x1 << PHY_CFG_ENA_OFF) macro
1056 cfg |= PHY_CFG_ENA_MSK; in enable_phy_v3_hw()
1072 cfg &= ~PHY_CFG_ENA_MSK; in disable_phy_v3_hw()