Home
last modified time | relevance | path

Searched refs:update_bits (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/drivers/power/reset/
Dep93xx-restart.c37 aux->update_bits(aux->map, aux->lock, EP93XX_SYSCON_DEVCFG, in ep93xx_restart_handle()
39 aux->update_bits(aux->map, aux->lock, EP93XX_SYSCON_DEVCFG, in ep93xx_restart_handle()
53 if (!rdev->update_bits) in ep93xx_reboot_probe()
/linux-6.12.1/drivers/soc/qcom/
Dsmem_state.c52 if (!state->ops.update_bits) in qcom_smem_state_update_bits()
55 return state->ops.update_bits(state->priv, mask, value); in qcom_smem_state_update_bits()
Dsmsm.c200 .update_bits = smsm_update_bits,
Dsmp2p.c434 .update_bits = smp2p_update_bits,
/linux-6.12.1/include/linux/soc/cirrus/
Dep93xx.h31 void (*update_bits)(struct regmap *map, spinlock_t *lock, member
/linux-6.12.1/include/linux/soc/qcom/
Dsmem_state.h11 int (*update_bits)(void *, u32, u32); member
/linux-6.12.1/drivers/soc/cirrus/
Dsoc-ep93xx.c103 rdev->update_bits = ep93xx_regmap_update_bits; in ep93xx_adev_alloc()
/linux-6.12.1/drivers/pinctrl/
Dpinctrl-ep93xx.c51 aux->update_bits(aux->map, aux->lock, reg, mask, val); in ep93xx_pinctrl_update_bits()