Searched refs:dio_map (Results 1 – 1 of 1) sorted by relevance
375 struct regmap *dio_map; in stx104_probe() local404 dio_map = devm_regmap_init_mmio(dev, stx104_base, &dio_regmap_config); in stx104_probe()405 if (IS_ERR(dio_map)) in stx104_probe()406 return dev_err_probe(dev, PTR_ERR(dio_map), in stx104_probe()442 .regmap = dio_map, in stx104_probe()449 .drvdata = dio_map, in stx104_probe()