Searched refs:opbnp (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-ppc4xx.c | 343 struct device_node *opbnp; in spi_ppc4xx_of_probe() local 379 opbnp = of_find_compatible_node(NULL, NULL, "ibm,opb"); in spi_ppc4xx_of_probe() 380 if (opbnp == NULL) { in spi_ppc4xx_of_probe() 386 clk = of_get_property(opbnp, "clock-frequency", NULL); in spi_ppc4xx_of_probe() 389 of_node_put(opbnp); in spi_ppc4xx_of_probe() 395 of_node_put(opbnp); in spi_ppc4xx_of_probe()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-ppc4xx.c | 343 struct device_node *opbnp; in spi_ppc4xx_of_probe() local 379 opbnp = of_find_compatible_node(NULL, NULL, "ibm,opb"); in spi_ppc4xx_of_probe() 380 if (opbnp == NULL) { in spi_ppc4xx_of_probe() 386 clk = of_get_property(opbnp, "clock-frequency", NULL); in spi_ppc4xx_of_probe() 389 of_node_put(opbnp); in spi_ppc4xx_of_probe() 395 of_node_put(opbnp); in spi_ppc4xx_of_probe()
|
Completed in 2 milliseconds