Lines Matching refs:rscr
108 struct resource rscr; member
618 struct resource *iomem, *rscr; in tc6393xb_probe() local
650 rscr = &tc6393xb->rscr; in tc6393xb_probe()
651 rscr->name = "tc6393xb-core"; in tc6393xb_probe()
652 rscr->start = iomem->start; in tc6393xb_probe()
653 rscr->end = iomem->start + 0xff; in tc6393xb_probe()
654 rscr->flags = IORESOURCE_MEM; in tc6393xb_probe()
656 ret = request_resource(iomem, rscr); in tc6393xb_probe()
660 tc6393xb->scr = ioremap(rscr->start, resource_size(rscr)); in tc6393xb_probe()
733 release_resource(&tc6393xb->rscr); in tc6393xb_probe()
762 release_resource(&tc6393xb->rscr); in tc6393xb_remove()