Home
last modified time | relevance | path

Searched refs:cause (Results 1 – 25 of 52) sorted by relevance

123

/rk3399_rockchip-uboot/arch/arm/mach-imx/mx7ulp/
H A Dsoc.c130 char cause[18]; in print_cpuinfo() local
139 printf("Reset cause: %s\n", get_reset_cause(cause)); in print_cpuinfo()
178 u32 cause1, cause = 0, srs = 0; in get_reset_cause() local
191 cause = cause1 & (CMC_SRS_POR | CMC_SRS_WUP | CMC_SRS_WARM); in get_reset_cause()
193 switch (cause) { in get_reset_cause()
201 cause = cause1 & (CMC_SRS_WDG | CMC_SRS_SW | in get_reset_cause()
203 switch (cause) { in get_reset_cause()
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/vf610/
H A Dgeneric.c283 u32 cause; in get_reset_cause() local
286 cause = readl(&src_regs->srsr); in get_reset_cause()
287 writel(cause, &src_regs->srsr); in get_reset_cause()
289 if (cause & SRC_SRSR_POR_RST) in get_reset_cause()
291 else if (cause & SRC_SRSR_WDOG_A5) in get_reset_cause()
293 else if (cause & SRC_SRSR_WDOG_M4) in get_reset_cause()
295 else if (cause & SRC_SRSR_JTAG_RST) in get_reset_cause()
297 else if (cause & SRC_SRSR_SW_RST) in get_reset_cause()
299 else if (cause & SRC_SRSR_RESETB) in get_reset_cause()
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mx25/
H A Dgeneric.c187 u32 cause = readl(&ccm->rcsr) & 0x0f; in get_reset_cause() local
189 if (cause == 0) in get_reset_cause()
191 else if (cause == 1) in get_reset_cause()
193 else if ((cause & 2) == 2) in get_reset_cause()
195 else if ((cause & 4) == 4) in get_reset_cause()
197 else if ((cause & 8) == 8) in get_reset_cause()
/rk3399_rockchip-uboot/arch/arm/mach-imx/
H A Dcpu.c33 u32 cause; in get_reset_cause() local
36 cause = readl(&src_regs->srsr); in get_reset_cause()
37 writel(cause, &src_regs->srsr); in get_reset_cause()
38 reset_cause = cause; in get_reset_cause()
40 switch (cause) { in get_reset_cause()
/rk3399_rockchip-uboot/arch/mips/lib/
H A Dtraps.c24 unsigned int cause = regs->cp0_cause; in show_regs() local
59 exccode = (cause & CAUSEF_EXCCODE) >> CAUSEB_EXCCODE; in show_regs()
60 printf("Cause : %08x (ExcCode %02x)\n", cause, exccode); in show_regs()
/rk3399_rockchip-uboot/doc/
H A DREADME.unaligned-memory-access.txt9 unaligned accesses, why you need to write code that doesn't cause them,
67 platforms and will cause performance problems on others.
70 Code that does not cause unaligned access
89 not be unreasonable to expect that accessing field2 would cause an unaligned
105 will never cause an unaligned access, because all memory addresses are evenly
133 the memory access in a way that does not cause unaligned access. Of course,
134 the extra instructions obviously cause a loss in performance compared to the
143 that can cause an unaligned memory access. The following function taken
177 Here is another example of some code that could cause unaligned accesses:
185 This code will cause unaligned accesses every time the data parameter points
H A DREADME.memory-test1 The most frequent cause of problems when porting U-Boot to new
38 will happily "test" all such areas, which of course will cause
84 compile a Linux kernel on the system) - this will cause enough context
H A DREADME.log29 LOGL_CRIT - Indicates a critical error that will cause boot failure
30 LOGL_ERR - Indicates an error that may cause boot failure
H A DREADME.POST106 may cause system rebooting (e.g. watchdog test). For such tests, the
124 #define POST_REBOOT 0x800 /* test may cause rebooting */
215 can cause system rebooting or not.
350 Some tests may cause system rebooting during their execution. For
355 implemented. All the tests that may cause system rebooting will have
513 +7]. The test cases will be composed so that they will not cause
H A DREADME.usb24 frame pointer. This may cause to crash the OS during boot. So the USB
206 Another way of doing this is to issue a tftp command, which will cause the
H A DREADME.nokia_rx5190 ONENAND support is disabled because not working yet and cause linux kernel to
H A DREADME.pxe204 the linux-2.6.38 label, which will cause /tftpboot/kernels/linux-2.6.38.bin
236 - in U-Boot's pxe, the localboot command doesn't necessarily cause a local
/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/mx31/
H A Dgeneric.c189 u32 cause = readl(&ccm->rcsr) & 0x07; in get_reset_cause() local
191 switch (cause) { in get_reset_cause()
/rk3399_rockchip-uboot/drivers/ddr/marvell/a38x/
H A Dxor_regs.h101 #define XEICR_CAUSE_MASK(chan, cause) (1 << (cause + XEICR_CAUSE_OFFS(chan))) argument
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/s32v234/
H A Dgeneric.c293 u32 cause = readl(MC_RGM_BASE_ADDR + 0x300); in get_reset_cause() local
295 switch (cause) { in get_reset_cause()
/rk3399_rockchip-uboot/arch/arm/dts/
H A Drk3288-evb-rk1608.dts27 /* Add a dummy value to cause of-platdata think this is bytes */
H A Drk3288-firefly.dts32 /* Add a dummy value to cause of-platdata think this is bytes */
/rk3399_rockchip-uboot/board/bosch/shc/
H A Dboard.c594 static void hang_bosch(const char *cause, int code) in hang_bosch() argument
605 puts(cause); in hang_bosch()
/rk3399_rockchip-uboot/fs/jffs2/
H A DLICENCE23 files, these files do not by themselves cause the resulting work to be
/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/mx35/
H A Dgeneric.c405 u32 cause = readl(&ccm->rcsr) & 0x0F; in get_reset_cause() local
407 switch (cause) { in get_reset_cause()
/rk3399_rockchip-uboot/Licenses/
H A DeCos-2.0.txt27 file does not by itself cause the resulting work to be covered by the
/rk3399_rockchip-uboot/scripts/dtc/
H A Ddtc-parser.tab.h_shipped26 special exception, which will cause the skeleton and the resulting
/rk3399_rockchip-uboot/doc/device-tree-bindings/mtd/
H A Dmtd-physmap.txt21 On some platforms (e.g. MPC5200) a direct 1:1 mapping may cause
/rk3399_rockchip-uboot/board/keymile/km_arm/
H A Dkwbimage.cfg41 # If not it could cause KW Exceptions during boot in Fast Corners/High Voltage
/rk3399_rockchip-uboot/doc/driver-model/
H A Dpci-info.txt26 The call to uclass_get_device() will cause the PCI bus to be probed.

123