Searched refs:REG_SLAVE (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/spi/ |
| D | spi-meson-spifc.c | 40 #define REG_SLAVE 0x30 macro 106 regmap_read(spifc->regmap, REG_SLAVE, &data); in meson_spifc_wait_ready() 232 regmap_update_bits(spifc->regmap, REG_SLAVE, SLAVE_TRST_DONE, 0); in meson_spifc_txrx() 283 regmap_update_bits(spifc->regmap, REG_SLAVE, SLAVE_SW_RST, in meson_spifc_hw_init() 288 regmap_update_bits(spifc->regmap, REG_SLAVE, SLAVE_OP_MODE, 0); in meson_spifc_hw_init()
|