Lines Matching refs:out_8
104 out_8(ms->regs + SPI_PORTDATA, value ? 0 : 0x08); in mpc52xx_spi_chipsel()
126 out_8(ms->regs + SPI_DATA, *ms->tx_buf++); in mpc52xx_spi_start_transfer()
128 out_8(ms->regs + SPI_DATA, 0); in mpc52xx_spi_start_transfer()
171 out_8(ms->regs + SPI_CTRL1, ctrl1); in mpc52xx_spi_fsmstate_idle()
190 out_8(ms->regs + SPI_BRR, sppr << 4 | spr); /* Set speed */ in mpc52xx_spi_fsmstate_idle()
230 out_8(ms->regs + SPI_DATA, data); /* try again */ in mpc52xx_spi_fsmstate_transfer()
260 out_8(ms->regs + SPI_DATA, *ms->tx_buf++); in mpc52xx_spi_fsmstate_transfer()
262 out_8(ms->regs + SPI_DATA, 0); in mpc52xx_spi_fsmstate_transfer()
397 out_8(regs + SPI_CTRL1, ctrl1); in mpc52xx_spi_probe()
398 out_8(regs + SPI_CTRL2, 0x0); in mpc52xx_spi_probe()
399 out_8(regs + SPI_DATADIR, 0xe); /* Set output pins */ in mpc52xx_spi_probe()
400 out_8(regs + SPI_PORTDATA, 0x8); /* Deassert /SS signal */ in mpc52xx_spi_probe()
407 out_8(regs + SPI_CTRL1, ctrl1); in mpc52xx_spi_probe()