Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/remoteproc/
Dstm32_rproc.c66 struct stm32_syscon hold_boot; member
341 struct stm32_syscon hold_boot = ddata->hold_boot; in stm32_rproc_set_hold_boot() local
349 hold_boot.reg, val, 0, 0, 0, 0, &smc_res); in stm32_rproc_set_hold_boot()
352 err = regmap_update_bits(hold_boot.map, hold_boot.reg, in stm32_rproc_set_hold_boot()
353 hold_boot.mask, val); in stm32_rproc_set_hold_boot()
559 &ddata->hold_boot); in stm32_rproc_parse_dt()