Searched refs:TXx9_SPMCR (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/spi/ |
D | spi-txx9.c | 36 #define TXx9_SPMCR 0x00 macro 162 mcr = txx9spi_rd(c, TXx9_SPMCR); in txx9spi_work_one() 171 txx9spi_wr(c, mcr | TXx9_SPMCR_CONFIG | TXx9_SPMCR_BCLR, TXx9_SPMCR); in txx9spi_work_one() 196 TXx9_SPMCR); in txx9spi_work_one() 199 txx9spi_wr(c, mcr | TXx9_SPMCR_ACTIVE, TXx9_SPMCR); in txx9spi_work_one() 278 txx9spi_wr(c, mcr | TXx9_SPMCR_CONFIG | TXx9_SPMCR_BCLR, TXx9_SPMCR); in txx9spi_work_one() 365 mcr = txx9spi_rd(c, TXx9_SPMCR); in txx9spi_probe() 367 txx9spi_wr(c, mcr | TXx9_SPMCR_CONFIG | TXx9_SPMCR_BCLR, TXx9_SPMCR); in txx9spi_probe()
|