Searched refs:pcs_regmap_cfg (Results 1 – 2 of 2) sorted by relevance
1134 struct regmap_config pcs_regmap_cfg; in altera_tse_probe() local1251 memset(&pcs_regmap_cfg, 0, sizeof(pcs_regmap_cfg)); in altera_tse_probe()1264 pcs_regmap_cfg.reg_bits = 32; in altera_tse_probe()1266 pcs_regmap_cfg.val_bits = 16; in altera_tse_probe()1267 pcs_regmap_cfg.reg_shift = REGMAP_UPSHIFT(2); in altera_tse_probe()1269 pcs_regmap_cfg.reg_bits = 16; in altera_tse_probe()1270 pcs_regmap_cfg.val_bits = 16; in altera_tse_probe()1271 pcs_regmap_cfg.reg_shift = REGMAP_UPSHIFT(1); in altera_tse_probe()1276 &pcs_regmap_cfg); in altera_tse_probe()
384 struct regmap_config pcs_regmap_cfg = { in socfpga_dwmac_pcs_init() local398 &pcs_regmap_cfg); in socfpga_dwmac_pcs_init()
Completed in 9 milliseconds