Searched refs:pcs_regmap_cfg (Results 1 – 1 of 1) sorted by relevance
1129 struct regmap_config pcs_regmap_cfg; in altera_tse_probe() local1248 memset(&pcs_regmap_cfg, 0, sizeof(pcs_regmap_cfg)); in altera_tse_probe()1261 pcs_regmap_cfg.reg_bits = 32; in altera_tse_probe()1263 pcs_regmap_cfg.val_bits = 16; in altera_tse_probe()1264 pcs_regmap_cfg.reg_shift = REGMAP_UPSHIFT(2); in altera_tse_probe()1266 pcs_regmap_cfg.reg_bits = 16; in altera_tse_probe()1267 pcs_regmap_cfg.val_bits = 16; in altera_tse_probe()1268 pcs_regmap_cfg.reg_shift = REGMAP_UPSHIFT(1); in altera_tse_probe()1273 &pcs_regmap_cfg); in altera_tse_probe()