Lines Matching refs:lebuffer
26 * 5/17/96: lebuffer on scsi/ether cards now work David S. Miller
263 struct platform_device *lebuffer;
289 * zero on the lebuffer PIO area. -DaveM
1266 of_iounmap(&lp->lebuffer->resource[0], lp->init_block_iomem,
1299 struct platform_device *lebuffer)
1342 lp->lebuffer = lebuffer;
1343 if (lebuffer) {
1345 if (lebuffer->resource[0].start & 7) {
1350 of_ioremap(&lebuffer->resource[0], 0,
1351 sizeof(struct lance_init_block), "lebuffer");
1484 } else if (of_node_name_eq(parent_dp, "lebuffer")) {