Lines Matching refs:resource
399 static struct resource rtc_cmos_resource;
404 .resource = &rtc_cmos_resource,
410 struct resource *r; in rtc_probe()
413 op->dev.of_node->full_name, op->resource[0].start); in rtc_probe()
423 r->name = op->resource[0].name; in rtc_probe()
424 r->start = op->resource[0].start; in rtc_probe()
425 r->end = op->resource[0].end; in rtc_probe()
427 cmos_regs = op->resource[0].start; in rtc_probe()
469 op->dev.of_node->full_name, op->resource[0].start); in bq4802_probe()
471 rtc_bq4802_device.resource = &op->resource[0]; in bq4802_probe()
494 void __iomem *regs = (void __iomem *) pdev->resource[0].start; in mostek_read_byte()
502 void __iomem *regs = (void __iomem *) pdev->resource[0].start; in mostek_write_byte()
533 dp->full_name, op->resource[0].start); in mostek_probe()
535 m48t59_rtc.resource = &op->resource[0]; in mostek_probe()