Searched refs:phycfg (Results 1 – 3 of 3) sorted by relevance
830 struct pm8001_mpi3_phy_pg_trx_config *phycfg) in pm8001_get_internal_phy_settings() argument832 phycfg->LaneLosCfg = 0x00000132; in pm8001_get_internal_phy_settings()833 phycfg->LanePgaCfg1 = 0x00203949; in pm8001_get_internal_phy_settings()834 phycfg->LanePisoCfg1 = 0x000000FF; in pm8001_get_internal_phy_settings()835 phycfg->LanePisoCfg2 = 0xFF000001; in pm8001_get_internal_phy_settings()836 phycfg->LanePisoCfg3 = 0xE7011300; in pm8001_get_internal_phy_settings()837 phycfg->LanePisoCfg4 = 0x631C40C0; in pm8001_get_internal_phy_settings()838 phycfg->LanePisoCfg5 = 0xF8102036; in pm8001_get_internal_phy_settings()839 phycfg->LanePisoCfg6 = 0xF74A1000; in pm8001_get_internal_phy_settings()840 phycfg->LaneBctCtrl = 0x00FB33F8; in pm8001_get_internal_phy_settings()[all …]
483 static const struct regmap_config phycfg = { variable508 ctx->phymap = devm_regmap_init(dev, &phymap_encx24j600, ctx, &phycfg); in devm_regmap_init_encx24j600()
6127 s16 phycfg; in brcms_c_phytxctl1_calc() local6129 phycfg = brcms_c_rate_legacy_phyctl(rspec2rate(rspec)); in brcms_c_phytxctl1_calc()6130 if (phycfg == -1) { in brcms_c_phytxctl1_calc()6133 phycfg = 0; in brcms_c_phytxctl1_calc()6137 (bw | (phycfg << 8) | in brcms_c_phytxctl1_calc()