Searched refs:ledma (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/amd/ |
H A D | sunlance.c | 14 * Added support to run with a ledma on the Sun4m 251 struct platform_device *ledma; /* If set this points to ledma */ member in struct:lance_private 254 char burst_sizes; /* ledma SBus burst sizes */ 290 /* On the Sun4m we have to instruct the ledma to provide them */ 926 /* On the 4m, setup the ledma to provide the upper bits for buffers */ lance_open() 989 printk(KERN_ERR "resetting ledma\n"); lance_reset() 1263 struct platform_device *ledma = lp->ledma; lance_free_hwresources() local 1265 of_iounmap(&ledma->resource[0], lp->dregs, lance_free_hwresources() 1266 resource_size(&ledma->resource[0])); lance_free_hwresources() 1303 struct platform_device *ledma, sparc_lance_probe_one() 1338 lp->ledma = ledma; sparc_lance_probe_one() 1339 if (lp->ledma) { sparc_lance_probe_one() 1340 lp->dregs = of_ioremap(&ledma->resource[0], 0, sparc_lance_probe_one() 1341 resource_size(&ledma->resource[0]), sparc_lance_probe_one() 1342 "ledma"); sparc_lance_probe_one() 1345 "ledma registers.\n"); sparc_lance_probe_one() 1391 if (lp->ledma) { sparc_lance_probe_one() 1392 struct device_node *ledma_dp = ledma->dev.of_node; sparc_lance_probe_one() 1398 /* Find burst-size property for ledma */ sparc_lance_probe_one() 1402 /* ledma may be capable of fast bursts, but sbus may not. */ sparc_lance_probe_one() 1442 /* Reset ledma */ sparc_lance_probe_one() 1491 if (!strcmp(parent_dp->name, "ledma")) { sunlance_sbus_probe() 1302 sparc_lance_probe_one(struct platform_device *op, struct platform_device *ledma, struct platform_device *lebuffer) sparc_lance_probe_one() argument
|
H A D | a2065.c | 122 struct Linux_SBus_DMA *ledma; /* if set this points to ledma and arch=4m */ member in struct:lance_private 123 int burst_sizes; /* ledma SBus burst sizes */
|
H A D | 7990.c | 235 /* Need a hook here for sunlance ledma stuff */ init_restart_lance()
|
/linux-4.1.27/arch/sparc/kernel/ |
H A D | of_device_32.c | 235 !strcmp(pp->name, "ledma") || use_1to1_mapping()
|
H A D | of_device_64.c | 298 !strcmp(pp->name, "ledma") || use_1to1_mapping()
|
Completed in 133 milliseconds