Home
last modified time | relevance | path

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

/openbmc/linux/drivers/fpga/
H A Daltera-fpga2sdram.c52 struct regmap *sdrctl; member
61 regmap_read(priv->sdrctl, ALT_SDR_CTL_FPGAPORTRST_OFST, &value); in alt_fpga2sdram_enable_show()
69 return regmap_update_bits(priv->sdrctl, ALT_SDR_CTL_FPGAPORTRST_OFST, in _alt_fpga2sdram_enable_set()
109 priv->sdrctl = syscon_regmap_lookup_by_compatible("altr,sdr-ctl"); in alt_fpga_bridge_probe()
110 if (IS_ERR(priv->sdrctl)) { in alt_fpga_bridge_probe()
112 return PTR_ERR(priv->sdrctl); in alt_fpga_bridge_probe()