Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/dma/bestcomm/
A Dbestcomm.c368 struct device_node *ofn_sram; in mpc52xx_bcom_probe() local
380 ofn_sram = of_find_matching_node(NULL, mpc52xx_sram_ids); in mpc52xx_bcom_probe()
381 if (!ofn_sram) { in mpc52xx_bcom_probe()
387 rv = bcom_sram_init(ofn_sram, DRIVER_NAME); in mpc52xx_bcom_probe()
388 of_node_put(ofn_sram); in mpc52xx_bcom_probe()

Completed in 3 milliseconds