Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/spi/
Dspi-mpc52xx-psc.c468 const u32 *psc_nump; in mpc52xx_psc_spi_of_probe() local
470 psc_nump = of_get_property(op->dev.of_node, "cell-index", NULL); in mpc52xx_psc_spi_of_probe()
471 if (!psc_nump || *psc_nump > 5) { in mpc52xx_psc_spi_of_probe()
475 id = *psc_nump + 1; in mpc52xx_psc_spi_of_probe()