Lines Matching refs:rscr
108 struct resource rscr; member
620 struct resource *iomem, *rscr; in tc6393xb_probe() local
652 rscr = &tc6393xb->rscr; in tc6393xb_probe()
653 rscr->name = "tc6393xb-core"; in tc6393xb_probe()
654 rscr->start = iomem->start; in tc6393xb_probe()
655 rscr->end = iomem->start + 0xff; in tc6393xb_probe()
656 rscr->flags = IORESOURCE_MEM; in tc6393xb_probe()
658 ret = request_resource(iomem, rscr); in tc6393xb_probe()
662 tc6393xb->scr = ioremap(rscr->start, resource_size(rscr)); in tc6393xb_probe()
735 release_resource(&tc6393xb->rscr); in tc6393xb_probe()
764 release_resource(&tc6393xb->rscr); in tc6393xb_remove()