Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/phy/
Dphy-xgene.c558 static int preA3Chip; variable
559 MODULE_PARM_DESC(preA3Chip, "Enable pre-A3 chip support (1=enable 0=disable)");
560 module_param_named(preA3Chip, preA3Chip, int, 0444);
788 if (cmu_type == REF_CMU || preA3Chip) in xgene_phy_sata_cfg_cmu_core()
797 if (cmu_type == REF_CMU || preA3Chip) in xgene_phy_sata_cfg_cmu_core()
838 if (preA3Chip) in xgene_phy_sata_cfg_cmu_core()
855 if (cmu_type == REF_CMU || !preA3Chip) in xgene_phy_sata_cfg_cmu_core()
863 val = CMU_REG6_PLL_VREGTRIM_SET(val, preA3Chip ? 0x0 : 0x2); in xgene_phy_sata_cfg_cmu_core()
864 val = CMU_REG6_MAN_PVT_CAL_SET(val, preA3Chip ? 0x1 : 0x0); in xgene_phy_sata_cfg_cmu_core()
875 if (!preA3Chip) { in xgene_phy_sata_cfg_cmu_core()
[all …]