Lines Matching refs:out_8
103 out_8(ms->regs + SPI_PORTDATA, value ? 0 : 0x08); in mpc52xx_spi_chipsel()
125 out_8(ms->regs + SPI_DATA, *ms->tx_buf++); in mpc52xx_spi_start_transfer()
127 out_8(ms->regs + SPI_DATA, 0); in mpc52xx_spi_start_transfer()
170 out_8(ms->regs + SPI_CTRL1, ctrl1); in mpc52xx_spi_fsmstate_idle()
189 out_8(ms->regs + SPI_BRR, sppr << 4 | spr); /* Set speed */ in mpc52xx_spi_fsmstate_idle()
229 out_8(ms->regs + SPI_DATA, data); /* try again */ in mpc52xx_spi_fsmstate_transfer()
259 out_8(ms->regs + SPI_DATA, *ms->tx_buf++); in mpc52xx_spi_fsmstate_transfer()
261 out_8(ms->regs + SPI_DATA, 0); in mpc52xx_spi_fsmstate_transfer()
396 out_8(regs + SPI_CTRL1, ctrl1); in mpc52xx_spi_probe()
397 out_8(regs + SPI_CTRL2, 0x0); in mpc52xx_spi_probe()
398 out_8(regs + SPI_DATADIR, 0xe); /* Set output pins */ in mpc52xx_spi_probe()
399 out_8(regs + SPI_PORTDATA, 0x8); /* Deassert /SS signal */ in mpc52xx_spi_probe()
406 out_8(regs + SPI_CTRL1, ctrl1); in mpc52xx_spi_probe()