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

/linux-master/drivers/spi/
H A Dspi-ppc4xx.c93 struct spi_ppc4xx_regs { struct
130 struct spi_ppc4xx_regs __iomem *regs; /* pointer to the registers */
408 if (hw->mapsize < sizeof(struct spi_ppc4xx_regs)) {
429 hw->regs = ioremap(hw->mapbase, sizeof(struct spi_ppc4xx_regs));

Completed in 100 milliseconds