Lines Matching refs:op
547 struct platform_device *op; in sun_floppy_init() local
555 op = NULL; in sun_floppy_init()
560 op = of_find_device_by_node(dp); in sun_floppy_init()
561 if (op) in sun_floppy_init()
564 if (op) { in sun_floppy_init()
565 floppy_op = op; in sun_floppy_init()
566 FLOPPY_IRQ = op->archdata.irqs[0]; in sun_floppy_init()
584 op = of_find_device_by_node(dp); in sun_floppy_init()
585 if (!op) in sun_floppy_init()
588 state_prop = of_get_property(op->dev.of_node, "status", NULL); in sun_floppy_init()
592 FLOPPY_IRQ = op->archdata.irqs[0]; in sun_floppy_init()
597 auxio_reg = (void __iomem *) op->resource[2].start; in sun_floppy_init()
600 sun_floppy_dev = &op->dev; in sun_floppy_init()
606 op->resource[1].start; in sun_floppy_init()
620 sun_fdc = (struct sun_flpy_controller *) op->resource[0].start; in sun_floppy_init()
715 prop = of_get_property(op->dev.of_node, "status", NULL); in sun_floppy_init()
726 (op->resource[0].start + in sun_floppy_init()
727 ((op->resource[0].flags & 0x1ffUL) << 32UL)); in sun_floppy_init()