Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/phy/
Dphy-xgene.c547 static int preA3Chip; variable
548 MODULE_PARM_DESC(preA3Chip, "Enable pre-A3 chip support (1=enable 0=disable)");
549 module_param_named(preA3Chip, preA3Chip, int, 0444);
777 if (cmu_type == REF_CMU || preA3Chip) in xgene_phy_sata_cfg_cmu_core()
786 if (cmu_type == REF_CMU || preA3Chip) in xgene_phy_sata_cfg_cmu_core()
827 if (preA3Chip) in xgene_phy_sata_cfg_cmu_core()
844 if (cmu_type == REF_CMU || !preA3Chip) in xgene_phy_sata_cfg_cmu_core()
852 val = CMU_REG6_PLL_VREGTRIM_SET(val, preA3Chip ? 0x0 : 0x2); in xgene_phy_sata_cfg_cmu_core()
853 val = CMU_REG6_MAN_PVT_CAL_SET(val, preA3Chip ? 0x1 : 0x0); in xgene_phy_sata_cfg_cmu_core()
864 if (!preA3Chip) { in xgene_phy_sata_cfg_cmu_core()
[all …]