Searched refs:CTRL_ENABLE_AHB (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/spi/ |
H A D | meson_spifc.c | 42 #define CTRL_ENABLE_AHB BIT(17) macro 200 regmap_update_bits(spifc->regmap, REG_CTRL, CTRL_ENABLE_AHB, 0); in meson_spifc_xfer() 210 regmap_update_bits(spifc->regmap, REG_CTRL, CTRL_ENABLE_AHB, in meson_spifc_xfer() 211 CTRL_ENABLE_AHB); in meson_spifc_xfer()
|
/openbmc/linux/drivers/spi/ |
H A D | spi-meson-spifc.c | 44 #define CTRL_ENABLE_AHB BIT(17) macro 254 regmap_update_bits(spifc->regmap, REG_CTRL, CTRL_ENABLE_AHB, 0); in meson_spifc_transfer_one() 264 regmap_update_bits(spifc->regmap, REG_CTRL, CTRL_ENABLE_AHB, in meson_spifc_transfer_one() 265 CTRL_ENABLE_AHB); in meson_spifc_transfer_one()
|