Searched refs:phycfg (Results 1 – 3 of 3) sorted by relevance
792 struct pm8001_mpi3_phy_pg_trx_config *phycfg) in pm8001_get_internal_phy_settings() argument794 phycfg->LaneLosCfg = 0x00000132; in pm8001_get_internal_phy_settings()795 phycfg->LanePgaCfg1 = 0x00203949; in pm8001_get_internal_phy_settings()796 phycfg->LanePisoCfg1 = 0x000000FF; in pm8001_get_internal_phy_settings()797 phycfg->LanePisoCfg2 = 0xFF000001; in pm8001_get_internal_phy_settings()798 phycfg->LanePisoCfg3 = 0xE7011300; in pm8001_get_internal_phy_settings()799 phycfg->LanePisoCfg4 = 0x631C40C0; in pm8001_get_internal_phy_settings()800 phycfg->LanePisoCfg5 = 0xF8102036; in pm8001_get_internal_phy_settings()801 phycfg->LanePisoCfg6 = 0xF74A1000; in pm8001_get_internal_phy_settings()802 phycfg->LaneBctCtrl = 0x00FB33F8; in pm8001_get_internal_phy_settings()[all …]
483 static struct regmap_config phycfg = { variable506 ctx->phymap = devm_regmap_init(dev, &phymap_encx24j600, ctx, &phycfg); in devm_regmap_init_encx24j600()
6136 s16 phycfg; in brcms_c_phytxctl1_calc() local6138 phycfg = brcms_c_rate_legacy_phyctl(rspec2rate(rspec)); in brcms_c_phytxctl1_calc()6139 if (phycfg == -1) { in brcms_c_phytxctl1_calc()6142 phycfg = 0; in brcms_c_phytxctl1_calc()6146 (bw | (phycfg << 8) | in brcms_c_phytxctl1_calc()