Searched refs:REG_SLAVE (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/drivers/spi/ |
D | spi-meson-spifc.c | 34 #define REG_SLAVE 0x30 macro 100 regmap_read(spifc->regmap, REG_SLAVE, &data); in meson_spifc_wait_ready() 226 regmap_update_bits(spifc->regmap, REG_SLAVE, SLAVE_TRST_DONE, 0); in meson_spifc_txrx() 277 regmap_update_bits(spifc->regmap, REG_SLAVE, SLAVE_SW_RST, in meson_spifc_hw_init() 282 regmap_update_bits(spifc->regmap, REG_SLAVE, SLAVE_OP_MODE, 0); in meson_spifc_hw_init()
|