Searched refs:DW_SPI_SER (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi-dw.h | 18 #define DW_SPI_SER 0x10 macro 266 dw_writel(dws, DW_SPI_SER, 0); in spi_reset_chip()
|
| H A D | spi-dw-core.c | 44 DW_SPI_DBGFS_REG("SER", DW_SPI_SER), 105 dw_writel(dws, DW_SPI_SER, BIT(spi->chip_select)); in dw_spi_set_cs() 107 dw_writel(dws, DW_SPI_SER, 0); in dw_spi_set_cs()
|
| /OK3568_Linux_fs/u-boot/drivers/spi/ |
| H A D | designware_spi.c | 32 #define DW_SPI_SER 0x10 macro 412 dw_write(priv, DW_SPI_SER, 1 << cs); in dw_spi_xfer()
|