Lines Matching refs:rscr
108 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()
758 release_resource(&tc6393xb->rscr); in tc6393xb_remove()