Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/hisi_sas/
Dhisi_sas_v1_hw.c117 #define PHY_CFG_DC_OPT_OFF 2 macro
118 #define PHY_CFG_DC_OPT_MSK (0x1 << PHY_CFG_DC_OPT_OFF)
448 cfg |= 1 << PHY_CFG_DC_OPT_OFF; in config_phy_opt_mode_v1_hw()
Dhisi_sas_v2_hw.c176 #define PHY_CFG_DC_OPT_OFF 2 macro
177 #define PHY_CFG_DC_OPT_MSK (0x1 << PHY_CFG_DC_OPT_OFF)
887 cfg |= 1 << PHY_CFG_DC_OPT_OFF; in config_phy_opt_mode_v2_hw()
Dhisi_sas_v3_hw.c191 #define PHY_CFG_DC_OPT_OFF 2 macro
192 #define PHY_CFG_DC_OPT_MSK (0x1 << PHY_CFG_DC_OPT_OFF)
785 cfg |= 1 << PHY_CFG_DC_OPT_OFF; in config_phy_opt_mode_v3_hw()