Searched full:hold_boot (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/remoteproc/ |
D | stm32_rproc.c | 27 #define HOLD_BOOT 0 macro 83 struct stm32_syscon hold_boot; member 413 struct stm32_syscon hold_boot = ddata->hold_boot; in stm32_rproc_set_hold_boot() local 424 val = hold ? HOLD_BOOT : RELEASE_BOOT; in stm32_rproc_set_hold_boot() 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 reset\n"); in stm32_rproc_parse_dt() [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/remoteproc/ |
D | st,stm32-rproc.yaml | 34 - const: hold_boot 153 const: hold_boot 187 reset-names = "mcu_rst", "hold_boot";
|
/linux-6.12.1/arch/arm/boot/dts/st/ |
D | stm32mp157a-dk1-scmi.dts | 62 reset-names = "mcu_rst", "hold_boot";
|
D | stm32mp157c-ed1-scmi.dts | 67 reset-names = "mcu_rst", "hold_boot";
|
D | stm32mp157c-dk2-scmi.dts | 68 reset-names = "mcu_rst", "hold_boot";
|
D | stm32mp157c-ev1-scmi.dts | 72 reset-names = "mcu_rst", "hold_boot";
|