Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/altera/
H A Daltera_tse_main.c1130 struct regmap_config pcs_regmap_cfg; in altera_tse_probe() local
1249 memset(&pcs_regmap_cfg, 0, sizeof(pcs_regmap_cfg)); in altera_tse_probe()
1262 pcs_regmap_cfg.reg_bits = 32; in altera_tse_probe()
1264 pcs_regmap_cfg.val_bits = 16; in altera_tse_probe()
1265 pcs_regmap_cfg.reg_shift = REGMAP_UPSHIFT(2); in altera_tse_probe()
1267 pcs_regmap_cfg.reg_bits = 16; in altera_tse_probe()
1268 pcs_regmap_cfg.val_bits = 16; in altera_tse_probe()
1269 pcs_regmap_cfg.reg_shift = REGMAP_UPSHIFT(1); in altera_tse_probe()
1274 &pcs_regmap_cfg); in altera_tse_probe()