Searched refs:qec_op (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/ethernet/sun/ |
H A D | sunbmac.c | 100 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() 122 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() 1118 bsizes = of_getintprop_default(qec_op->dev.of_node, "burst-sizes", 0xff); in bigmac_ether_init() 1119 bsizes_more = of_getintprop_default(qec_op->dev.of_node, "burst-sizes", 0xff); in bigmac_ether_init() 1205 of_iounmap(&qec_op->resource[0], bp->gregs, GLOB_REG_SIZE); in bigmac_ether_init() [all …]
|
H A D | sunbmac.h | 315 struct platform_device *qec_op; member
|