Searched refs:TXx9_SPMCR (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/drivers/spi/ |
D | spi-txx9.c | 37 #define TXx9_SPMCR 0x00 macro 158 mcr = txx9spi_rd(c, TXx9_SPMCR); in txx9spi_work_one() 167 txx9spi_wr(c, mcr | TXx9_SPMCR_CONFIG | TXx9_SPMCR_BCLR, TXx9_SPMCR); in txx9spi_work_one() 192 TXx9_SPMCR); in txx9spi_work_one() 195 txx9spi_wr(c, mcr | TXx9_SPMCR_ACTIVE, TXx9_SPMCR); in txx9spi_work_one() 273 txx9spi_wr(c, mcr | TXx9_SPMCR_CONFIG | TXx9_SPMCR_BCLR, TXx9_SPMCR); in txx9spi_work_one() 401 mcr = txx9spi_rd(c, TXx9_SPMCR); in txx9spi_probe() 403 txx9spi_wr(c, mcr | TXx9_SPMCR_CONFIG | TXx9_SPMCR_BCLR, TXx9_SPMCR); in txx9spi_probe()
|