Lines Matching refs:ledma
15 * Added support to run with a ledma on the Sun4m
247 struct platform_device *ledma; /* If set this points to ledma */
250 char burst_sizes; /* ledma SBus burst sizes */
286 /* On the Sun4m we have to instruct the ledma to provide them */
922 /* On the 4m, setup the ledma to provide the upper bits for buffers */
985 printk(KERN_ERR "resetting ledma\n");
1260 struct platform_device *ledma = lp->ledma;
1262 of_iounmap(&ledma->resource[0], lp->dregs,
1263 resource_size(&ledma->resource[0]));
1298 struct platform_device *ledma,
1327 lp->ledma = ledma;
1328 if (lp->ledma) {
1329 lp->dregs = of_ioremap(&ledma->resource[0], 0,
1330 resource_size(&ledma->resource[0]),
1331 "ledma");
1334 "ledma registers.\n");
1380 if (lp->ledma) {
1381 struct device_node *ledma_dp = ledma->dev.of_node;
1387 /* Find burst-size property for ledma */
1391 /* ledma may be capable of fast bursts, but sbus may not. */
1433 /* Reset ledma */
1480 if (of_node_name_eq(parent_dp, "ledma")) {