Home
last modified time | relevance | path

Searched refs:qec_op (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/sun/
H A Dsunbmac.c100 struct platform_device *qec_op = bp->qec_op; in qec_init() local
116 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() argument
1092 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() local
1232 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 …]
H A Dsunbmac.h315 struct platform_device *qec_op; member