Lines Matching refs:resource
413 static struct resource rtc_cmos_resource;
418 .resource = &rtc_cmos_resource,
424 struct resource *r; in rtc_probe()
427 op->dev.of_node->full_name, op->resource[0].start); in rtc_probe()
437 r->name = op->resource[0].name; in rtc_probe()
438 r->start = op->resource[0].start; in rtc_probe()
439 r->end = op->resource[0].end; in rtc_probe()
441 cmos_regs = op->resource[0].start; in rtc_probe()
483 op->dev.of_node->full_name, op->resource[0].start); in bq4802_probe()
485 rtc_bq4802_device.resource = &op->resource[0]; in bq4802_probe()
508 void __iomem *regs = (void __iomem *) pdev->resource[0].start; in mostek_read_byte()
516 void __iomem *regs = (void __iomem *) pdev->resource[0].start; in mostek_write_byte()
547 dp->full_name, op->resource[0].start); in mostek_probe()
549 m48t59_rtc.resource = &op->resource[0]; in mostek_probe()