Home
last modified time | relevance | path

Searched refs:REG_SLAVE (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/spi/
H A Dmeson_spifc.c32 #define REG_SLAVE 0x30 macro
164 regmap_update_bits(spifc->regmap, REG_SLAVE, SLAVE_TRST_DONE, 0); in meson_spifc_txrx()
169 ret = regmap_read_poll_timeout(spifc->regmap, REG_SLAVE, data, in meson_spifc_txrx()
272 regmap_update_bits(spifc->regmap, REG_SLAVE, SLAVE_SW_RST, in meson_spifc_hw_init()
277 regmap_update_bits(spifc->regmap, REG_SLAVE, SLAVE_OP_MODE, 0); in meson_spifc_hw_init()
/openbmc/linux/drivers/spi/
H A Dspi-meson-spifc.c34 #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()