Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-socfpga.c453 struct regmap_config pcs_regmap_cfg; in socfpga_dwmac_probe() local
458 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()
/openbmc/linux/drivers/net/ethernet/altera/
H A Daltera_tse_main.c1137 struct regmap_config pcs_regmap_cfg; in altera_tse_probe() local
1258 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()