Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-mpc512x-psc.c464 void *tempp; in mpc512x_psc_spi_of_probe() local
485 tempp = devm_platform_get_and_ioremap_resource(pdev, 0, NULL); in mpc512x_psc_spi_of_probe()
486 if (IS_ERR(tempp)) in mpc512x_psc_spi_of_probe()
487 return dev_err_probe(dev, PTR_ERR(tempp), "could not ioremap I/O port range\n"); in mpc512x_psc_spi_of_probe()
488 mps->psc = tempp; in mpc512x_psc_spi_of_probe()
490 (struct mpc512x_psc_fifo *)(tempp + sizeof(struct mpc52xx_psc)); in mpc512x_psc_spi_of_probe()