Searched refs:dio_map (Results 1 – 1 of 1) sorted by relevance
420 struct regmap *dio_map; in stx104_probe() local449 dio_map = devm_regmap_init_mmio(dev, stx104_base, &dio_regmap_config); in stx104_probe()450 if (IS_ERR(dio_map)) in stx104_probe()451 return dev_err_probe(dev, PTR_ERR(dio_map), in stx104_probe()492 .regmap = dio_map, in stx104_probe()499 .drvdata = dio_map, in stx104_probe()