Searched refs:pcs_regmap_cfg (Results 1 – 2 of 2) sorted by relevance
453 struct regmap_config pcs_regmap_cfg; in socfpga_dwmac_probe() local458 memset(&pcs_regmap_cfg, 0, sizeof(pcs_regmap_cfg)); in socfpga_dwmac_probe()461 pcs_regmap_cfg.reg_bits = 16; in socfpga_dwmac_probe()462 pcs_regmap_cfg.val_bits = 16; in socfpga_dwmac_probe()463 pcs_regmap_cfg.reg_shift = REGMAP_UPSHIFT(1); in socfpga_dwmac_probe()466 &pcs_regmap_cfg); in socfpga_dwmac_probe()
1137 struct regmap_config pcs_regmap_cfg; in altera_tse_probe() local1258 memset(&pcs_regmap_cfg, 0, sizeof(pcs_regmap_cfg)); in altera_tse_probe()1271 pcs_regmap_cfg.reg_bits = 32; in altera_tse_probe()1273 pcs_regmap_cfg.val_bits = 16; in altera_tse_probe()1274 pcs_regmap_cfg.reg_shift = REGMAP_UPSHIFT(2); in altera_tse_probe()1276 pcs_regmap_cfg.reg_bits = 16; in altera_tse_probe()1277 pcs_regmap_cfg.val_bits = 16; in altera_tse_probe()1278 pcs_regmap_cfg.reg_shift = REGMAP_UPSHIFT(1); in altera_tse_probe()1283 &pcs_regmap_cfg); in altera_tse_probe()