Home
last modified time | relevance | path

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

/openbmc/u-boot/board/renesas/sh7757lcr/
H A Dspi-boot.c47 #define SPI_RSTF 0x80 macro
74 spi_write(spi_read(CR2) | SPI_RSTF, CR2); /* fifo reset */ in spi_reset()
75 spi_write(spi_read(CR2) & ~SPI_RSTF, CR2); in spi_reset()
/openbmc/u-boot/board/renesas/sh7752evb/
H A Dspi-boot.c43 #define SPI_RSTF 0x80 macro
77 spi_write(spi_read(CR2) | SPI_RSTF, CR2); /* fifo reset */ in spi_reset()
78 spi_write(spi_read(CR2) & ~SPI_RSTF, CR2); in spi_reset()
/openbmc/u-boot/board/renesas/sh7753evb/
H A Dspi-boot.c41 #define SPI_RSTF 0x80 macro
82 spi_write(spi_read(CR2) | SPI_RSTF, CR2); /* fifo reset */ in spi_reset()
83 spi_write(spi_read(CR2) & ~SPI_RSTF, CR2); in spi_reset()