Home
last modified time | relevance | path

Searched refs:ofn_sram (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma/bestcomm/
H A Dbestcomm.c370 struct device_node *ofn_sram; in mpc52xx_bcom_probe() local
382 ofn_sram = of_find_matching_node(NULL, mpc52xx_sram_ids); in mpc52xx_bcom_probe()
383 if (!ofn_sram) { in mpc52xx_bcom_probe()
389 rv = bcom_sram_init(ofn_sram, DRIVER_NAME); in mpc52xx_bcom_probe()
390 of_node_put(ofn_sram); in mpc52xx_bcom_probe()
/kernel/linux/linux-6.6/drivers/dma/bestcomm/
H A Dbestcomm.c367 struct device_node *ofn_sram; in mpc52xx_bcom_probe() local
379 ofn_sram = of_find_matching_node(NULL, mpc52xx_sram_ids); in mpc52xx_bcom_probe()
380 if (!ofn_sram) { in mpc52xx_bcom_probe()
386 rv = bcom_sram_init(ofn_sram, DRIVER_NAME); in mpc52xx_bcom_probe()
387 of_node_put(ofn_sram); in mpc52xx_bcom_probe()

Completed in 2 milliseconds