Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-dw.h16 #define DW_SPI_SSIENR 0x08 macro
230 dw_writel(dws, DW_SPI_SSIENR, (enable ? 1 : 0)); in spi_enable_chip()
H A Dspi-dw-core.c43 DW_SPI_DBGFS_REG("SSIENR", DW_SPI_SSIENR),
/OK3568_Linux_fs/u-boot/drivers/spi/
H A Ddesignware_spi.c30 #define DW_SPI_SSIENR 0x08 macro
172 dw_write(priv, DW_SPI_SSIENR, (enable ? 1 : 0)); in spi_enable_chip()