Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/remoteproc/
Dstm32_rproc.c82 struct stm32_syscon hold_boot; member
400 struct stm32_syscon hold_boot = ddata->hold_boot; in stm32_rproc_set_hold_boot() local
408 hold_boot.reg, val, 0, 0, 0, 0, &smc_res); in stm32_rproc_set_hold_boot()
411 err = regmap_update_bits(hold_boot.map, hold_boot.reg, in stm32_rproc_set_hold_boot()
412 hold_boot.mask, val); in stm32_rproc_set_hold_boot()
732 &ddata->hold_boot); in stm32_rproc_parse_dt()