Searched refs:REG_SLAVE (Results 1 – 1 of 1) sorted by relevance
/u-boot-v2022.01-rc1/drivers/spi/ |
A D | meson_spifc.c | 34 #define REG_SLAVE 0x30 macro 166 regmap_update_bits(spifc->regmap, REG_SLAVE, SLAVE_TRST_DONE, 0); in meson_spifc_txrx() 171 ret = regmap_read_poll_timeout(spifc->regmap, REG_SLAVE, data, in meson_spifc_txrx() 274 regmap_update_bits(spifc->regmap, REG_SLAVE, SLAVE_SW_RST, in meson_spifc_hw_init() 279 regmap_update_bits(spifc->regmap, REG_SLAVE, SLAVE_OP_MODE, 0); in meson_spifc_hw_init()
|
Completed in 3 milliseconds