Searched refs:qec_op (Results 1 – 2 of 2) sorted by relevance
100 struct platform_device *qec_op = bp->qec_op; in qec_init() local116 sbus_writel(resource_size(&qec_op->resource[1]), in qec_init()120 sbus_writel(resource_size(&qec_op->resource[1]) >> 1, in qec_init()1073 struct platform_device *qec_op) in bigmac_ether_init() argument1092 bp->qec_op = qec_op; in bigmac_ether_init()1100 bp->gregs = of_ioremap(&qec_op->resource[0], 0, in bigmac_ether_init()1230 struct platform_device *qec_op; in bigmac_sbus_probe() local1232 qec_op = to_platform_device(parent); in bigmac_sbus_probe()1234 return bigmac_ether_init(op, qec_op); in bigmac_sbus_probe()1242 struct platform_device *qec_op; in bigmac_sbus_remove() local[all …]
315 struct platform_device *qec_op; member