Searched refs:reason (Results 1 – 14 of 14) sorted by relevance
| /arch/arm/mach-meson/ |
| A D | sm.c | 214 unsigned int reason; in meson_sm_get_reboot_reason() local 233 regmap_read(regmap, AO_SEC_SD_CFG15, &reason); in meson_sm_get_reboot_reason() 236 return FIELD_GET(REBOOT_REASON_MASK, reason); in meson_sm_get_reboot_reason()
|
| /arch/riscv/lib/ |
| A D | sbi.c | 201 void sbi_srst_reset(unsigned long type, unsigned long reason) in sbi_srst_reset() argument 203 sbi_ecall(SBI_EXT_SRST, SBI_EXT_SRST_RESET, type, reason, in sbi_srst_reset()
|
| /arch/arm/dts/ |
| A D | armada-3720-espressobin-u-boot.dtsi | 6 * For some unknown reason U-Boot SPI driver cannot access
|
| A D | pxa1908-samsung-coreprimevelte.dts | 71 max-reason = <5>;
|
| A D | zynq-cse-nor.dts | 77 * but for mini U-Boot there is no reason to enable SMCC driver
|
| A D | juno-motherboard.dtsi | 122 * hotplug of the platform. For this reason,
|
| A D | armada-xp-synology-ds414.dts | 300 * For that reason, it is strongly advised not to
|
| A D | sun9i-a80-cx-a99.dts | 160 * some unknown reason, so poll the GPIO for card detection. This is also what
|
| A D | tegra30-microsoft-surface-rt.dts | 45 /* in case usb vbus is on for some reason */
|
| A D | sun9i-a80.dtsi | 163 * normal operation there's no reason to do this, and the
|
| /arch/x86/cpu/baytrail/ |
| A D | Kconfig | 36 reason, it is recommended that the UART port be used for
|
| /arch/riscv/include/asm/ |
| A D | sbi.h | 176 void sbi_srst_reset(unsigned long type, unsigned long reason);
|
| /arch/arm/mach-rockchip/ |
| A D | board.c | 311 int fastboot_set_reboot_flag(enum fastboot_reboot_reason reason) in fastboot_set_reboot_flag() argument 313 if (reason != FASTBOOT_REBOOT_REASON_BOOTLOADER) in fastboot_set_reboot_flag()
|
| /arch/arm/mach-imx/imx8/ |
| A D | cpu.c | 49 sc_pm_reset_reason_t reason; in get_reset_cause() local 51 if (sc_pm_reset_reason(-1, &reason)) in get_reset_cause() 54 switch (reason) { in get_reset_cause()
|
Completed in 19 milliseconds