Searched refs:REG_SLAVE (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/spi/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A 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()
|
Completed in 2 milliseconds