Home
last modified time | relevance | path

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

/openbmc/linux/drivers/fpga/
H A Daltera-hps2fpga.c44 struct regmap *l3reg; member
84 ret = regmap_write(priv->l3reg, ALT_L3_REMAP_OFST, in _alt_hps2fpga_enable_set()
151 priv->l3reg = syscon_regmap_lookup_by_compatible("altr,l3regs"); in alt_fpga_bridge_probe()
152 if (IS_ERR(priv->l3reg)) { in alt_fpga_bridge_probe()
154 return PTR_ERR(priv->l3reg); in alt_fpga_bridge_probe()