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