Searched refs:rscr (Results 1 – 3 of 3) sorted by relevance
29 struct resource rscr; member144 struct resource *iomem, *rscr; in tc6387xb_probe() local170 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 …]
74 struct resource rscr; member318 struct resource *iomem, *rscr; in t7l66xb_probe() local356 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 …]
108 struct resource rscr; member609 struct resource *iomem, *rscr; in tc6393xb_probe() local641 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 …]