Home
last modified time | relevance | path

Searched refs:hold_boot (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/remoteproc/
H A Dstm32_rproc.c81 struct stm32_syscon hold_boot; member
408 struct stm32_syscon hold_boot = ddata->hold_boot; in stm32_rproc_set_hold_boot() local
416 hold_boot.reg, val, 0, 0, 0, 0, &smc_res); in stm32_rproc_set_hold_boot()
419 err = regmap_update_bits(hold_boot.map, hold_boot.reg, in stm32_rproc_set_hold_boot()
420 hold_boot.mask, val); in stm32_rproc_set_hold_boot()
652 &ddata->hold_boot); in stm32_rproc_parse_dt()
/kernel/linux/linux-6.6/drivers/remoteproc/
H A Dstm32_rproc.c83 struct stm32_syscon hold_boot; member
413 struct stm32_syscon hold_boot = ddata->hold_boot; in stm32_rproc_set_hold_boot() local
435 hold_boot.reg, val, 0, 0, 0, 0, &smc_res); in stm32_rproc_set_hold_boot()
439 err = regmap_update_bits(hold_boot.map, hold_boot.reg, in stm32_rproc_set_hold_boot()
440 hold_boot.mask, val); in stm32_rproc_set_hold_boot()
749 * reset-names = "mcu_rst", "hold_boot"; in stm32_rproc_parse_dt()
756 ddata->hold_boot_rst = devm_reset_control_get_optional(dev, "hold_boot"); in stm32_rproc_parse_dt()
759 "failed to get hold_boot rese in stm32_rproc_parse_dt()
[all...]

Completed in 3 milliseconds