Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/hisi_sas/
Dhisi_sas_v1_hw.c122 #define PHY_CFG_DC_OPT_OFF 2 macro
123 #define PHY_CFG_DC_OPT_MSK (0x1 << PHY_CFG_DC_OPT_OFF)
462 cfg |= 1 << PHY_CFG_DC_OPT_OFF; in config_phy_opt_mode_v1_hw()
Dhisi_sas_v3_hw.c121 #define PHY_CFG_DC_OPT_OFF 2 macro
122 #define PHY_CFG_DC_OPT_MSK (0x1 << PHY_CFG_DC_OPT_OFF)
578 cfg |= 1 << PHY_CFG_DC_OPT_OFF; in config_phy_opt_mode_v3_hw()
Dhisi_sas_v2_hw.c181 #define PHY_CFG_DC_OPT_OFF 2 macro
182 #define PHY_CFG_DC_OPT_MSK (0x1 << PHY_CFG_DC_OPT_OFF)
889 cfg |= 1 << PHY_CFG_DC_OPT_OFF; in config_phy_opt_mode_v2_hw()