ofn_sram          370 drivers/dma/bestcomm/bestcomm.c 	struct device_node *ofn_sram;
ofn_sram          382 drivers/dma/bestcomm/bestcomm.c 	ofn_sram = of_find_matching_node(NULL, mpc52xx_sram_ids);
ofn_sram          383 drivers/dma/bestcomm/bestcomm.c 	if (!ofn_sram) {
ofn_sram          389 drivers/dma/bestcomm/bestcomm.c 	rv = bcom_sram_init(ofn_sram, DRIVER_NAME);
ofn_sram          390 drivers/dma/bestcomm/bestcomm.c 	of_node_put(ofn_sram);