Searched refs:intf_regmap (Results 1 – 1 of 1) sorted by relevance
45 struct regmap *intf_regmap; member80 return regmap_update_bits(dwmac->intf_regmap, dwmac->intf_reg_off, in imx8mp_set_intf_mode()199 dwmac->intf_regmap = syscon_regmap_lookup_by_phandle(np, "intf_mode"); in imx_dwmac_parse_dt()200 if (IS_ERR(dwmac->intf_regmap)) in imx_dwmac_parse_dt()201 return PTR_ERR(dwmac->intf_regmap); in imx_dwmac_parse_dt()