Lines Matching refs:out_8
107 out_8(ms->regs + SPI_PORTDATA, value ? 0 : 0x08); in mpc52xx_spi_chipsel()
130 out_8(ms->regs + SPI_DATA, *ms->tx_buf++); in mpc52xx_spi_start_transfer()
132 out_8(ms->regs + SPI_DATA, 0); in mpc52xx_spi_start_transfer()
175 out_8(ms->regs + SPI_CTRL1, ctrl1); in mpc52xx_spi_fsmstate_idle()
194 out_8(ms->regs + SPI_BRR, sppr << 4 | spr); /* Set speed */ in mpc52xx_spi_fsmstate_idle()
234 out_8(ms->regs + SPI_DATA, data); /* try again */ in mpc52xx_spi_fsmstate_transfer()
266 out_8(ms->regs + SPI_DATA, *ms->tx_buf++); in mpc52xx_spi_fsmstate_transfer()
268 out_8(ms->regs + SPI_DATA, 0); in mpc52xx_spi_fsmstate_transfer()
403 out_8(regs + SPI_CTRL1, ctrl1); in mpc52xx_spi_probe()
404 out_8(regs + SPI_CTRL2, 0x0); in mpc52xx_spi_probe()
405 out_8(regs + SPI_DATADIR, 0xe); /* Set output pins */ in mpc52xx_spi_probe()
406 out_8(regs + SPI_PORTDATA, 0x8); /* Deassert /SS signal */ in mpc52xx_spi_probe()
413 out_8(regs + SPI_CTRL1, ctrl1); in mpc52xx_spi_probe()