Home
last modified time | relevance | path

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

/drivers/mfd/
Dtc6387xb.c29 struct resource rscr; member
144 struct resource *iomem, *rscr; in tc6387xb_probe() local
170 rscr = &tc6387xb->rscr; in tc6387xb_probe()
171 rscr->name = "tc6387xb-core"; in tc6387xb_probe()
172 rscr->start = iomem->start; in tc6387xb_probe()
173 rscr->end = iomem->start + 0xff; in tc6387xb_probe()
174 rscr->flags = IORESOURCE_MEM; in tc6387xb_probe()
176 ret = request_resource(iomem, rscr); in tc6387xb_probe()
180 tc6387xb->scr = ioremap(rscr->start, resource_size(rscr)); in tc6387xb_probe()
202 release_resource(&tc6387xb->rscr); in tc6387xb_probe()
[all …]
Dt7l66xb.c74 struct resource rscr; member
318 struct resource *iomem, *rscr; in t7l66xb_probe() local
356 rscr = &t7l66xb->rscr; in t7l66xb_probe()
357 rscr->name = "t7l66xb-core"; in t7l66xb_probe()
358 rscr->start = iomem->start; in t7l66xb_probe()
359 rscr->end = iomem->start + 0xff; in t7l66xb_probe()
360 rscr->flags = IORESOURCE_MEM; in t7l66xb_probe()
362 ret = request_resource(iomem, rscr); in t7l66xb_probe()
366 t7l66xb->scr = ioremap(rscr->start, resource_size(rscr)); in t7l66xb_probe()
399 release_resource(&t7l66xb->rscr); in t7l66xb_probe()
[all …]
Dtc6393xb.c108 struct resource rscr; member
609 struct resource *iomem, *rscr; in tc6393xb_probe() local
641 rscr = &tc6393xb->rscr; in tc6393xb_probe()
642 rscr->name = "tc6393xb-core"; in tc6393xb_probe()
643 rscr->start = iomem->start; in tc6393xb_probe()
644 rscr->end = iomem->start + 0xff; in tc6393xb_probe()
645 rscr->flags = IORESOURCE_MEM; in tc6393xb_probe()
647 ret = request_resource(iomem, rscr); in tc6393xb_probe()
651 tc6393xb->scr = ioremap(rscr->start, resource_size(rscr)); in tc6393xb_probe()
724 release_resource(&tc6393xb->rscr); in tc6393xb_probe()
[all …]