Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/board/renesas/sh7752evb/
H A Dspi-boot.c27 #define CR1 0xFE002008 macro
70 spi_write(0x02, CR1); in spi_reset()
75 spi_write(0x00, CR1); in spi_reset()
97 spi_write(spi_read(CR1) | SPI_SSDB, CR1); in spi_read_flash()
98 spi_write(spi_read(CR1) | SPI_SSA, CR1); in spi_read_flash()
104 spi_write(0, CR1); in spi_read_flash()
/rk3399_rockchip-uboot/board/renesas/sh7753evb/
H A Dspi-boot.c24 #define CR1 0xFE002008 macro
76 spi_write(0x02, CR1); in spi_reset()
81 spi_write(0x00, CR1); in spi_reset()
111 spi_write(spi_read(CR1) | SPI_SSDB, CR1); in spi_read_flash()
112 spi_write(spi_read(CR1) | SPI_SSA, CR1); in spi_read_flash()
118 spi_write(0, CR1); in spi_read_flash()
/rk3399_rockchip-uboot/board/renesas/sh7757lcr/
H A Dspi-boot.c31 #define CR1 0xFE002008 macro
69 spi_write(0xfe, CR1); in spi_reset()
72 spi_write(0x00, CR1); in spi_reset()
92 spi_write(spi_read(CR1) | SPI_SSDB, CR1); in spi_read_flash()
93 spi_write(spi_read(CR1) | SPI_SSA, CR1); in spi_read_flash()