Lines Matching defs:ledma
14 * Added support to run with a ledma on the Sun4m
252 struct platform_device *ledma; /* If set this points to ledma */
255 char burst_sizes; /* ledma SBus burst sizes */
291 /* On the Sun4m we have to instruct the ledma to provide them */
931 /* On the 4m, setup the ledma to provide the upper bits for buffers */
994 printk(KERN_ERR "resetting ledma\n");
1268 struct platform_device *ledma = lp->ledma;
1270 of_iounmap(&ledma->resource[0], lp->dregs,
1271 resource_size(&ledma->resource[0]));
1308 struct platform_device *ledma,
1343 lp->ledma = ledma;
1344 if (lp->ledma) {
1345 lp->dregs = of_ioremap(&ledma->resource[0], 0,
1346 resource_size(&ledma->resource[0]),
1347 "ledma");
1350 "ledma registers.\n");
1397 if (lp->ledma) {
1398 struct device_node *ledma_dp = ledma->dev.of_node;
1404 /* Find burst-size property for ledma */
1408 /* ledma may be capable of fast bursts, but sbus may not. */
1448 /* Reset ledma */
1497 if (!strcmp(parent_dp->name, "ledma")) {