Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iio/addac/
Dstx104.c417 void __iomem *stx104_base; in stx104_probe() local
435 stx104_base = devm_ioport_map(dev, base[id], STX104_EXTENT); in stx104_probe()
436 if (!stx104_base) in stx104_probe()
439 aio_ctl_map = devm_regmap_init_mmio(dev, stx104_base, &aio_ctl_regmap_config); in stx104_probe()
444 aio_data_map = devm_regmap_init_mmio(dev, stx104_base, &aio_data_regmap_config); in stx104_probe()
449 dio_map = devm_regmap_init_mmio(dev, stx104_base, &dio_regmap_config); in stx104_probe()
454 pit_config.map = devm_regmap_init_mmio(dev, stx104_base, &pit_regmap_config); in stx104_probe()