Searched refs:rstcr (Results 1 – 25 of 51) sorted by relevance
123
| /OK3568_Linux_fs/kernel/arch/powerpc/sysdev/ |
| H A D | fsl_soc.c | 156 static __be32 __iomem *rstcr; variable 163 out_be32(rstcr, 0x2); /* HRESET_REQ */ in fsl_rstcr_restart() 179 rstcr = of_iomap(np, 0) + 0xb0; in setup_rstcr() 180 if (!rstcr) { in setup_rstcr()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/fsl/ |
| H A D | guts.txt | 21 - fsl,has-rstcr : Indicates that the global utilities register set 35 fsl,has-rstcr; 41 fsl,has-rstcr;
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
| H A D | cpu.c | 578 __efi_runtime_data u32 __iomem *rstcr = (u32 *)CONFIG_SYS_FSL_RST_ADDR; variable 585 val = scfg_in32(rstcr); in reset_cpu() 587 scfg_out32(rstcr, val); in reset_cpu() 612 efi_add_runtime_mmio(&rstcr, sizeof(*rstcr)); in efi_reset_system_init()
|
| /OK3568_Linux_fs/u-boot/board/freescale/t102xrdb/ |
| H A D | t102xrdb.c | 289 out_be32(&gur->rstcr, 0x2); in t1023rdb_ctrl() 297 out_be32(&gur->rstcr, 0x2); in t1023rdb_ctrl()
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc86xx/ |
| H A D | cpu.c | 117 out_be32(&gur->rstcr, MPC86xx_RSTCR_HRST_REQ); in do_reset()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/dts/fsl/ |
| H A D | mpc8641si-post.dtsi | 88 fsl,has-rstcr;
|
| H A D | bsc9131si-post.dtsi | 191 fsl,has-rstcr;
|
| H A D | bsc9132si-post.dtsi | 211 fsl,has-rstcr;
|
| H A D | mpc8548si-post.dtsi | 157 fsl,has-rstcr;
|
| H A D | c293si-post.dtsi | 191 fsl,has-rstcr;
|
| H A D | p1020si-post.dtsi | 179 fsl,has-rstcr;
|
| H A D | mpc8544si-post.dtsi | 189 fsl,has-rstcr;
|
| H A D | p2020si-post.dtsi | 199 fsl,has-rstcr;
|
| H A D | mpc8572si-post.dtsi | 194 fsl,has-rstcr;
|
| H A D | p1010si-post.dtsi | 210 fsl,has-rstcr;
|
| H A D | p1021si-post.dtsi | 175 fsl,has-rstcr;
|
| H A D | mpc8536si-post.dtsi | 250 fsl,has-rstcr;
|
| H A D | mpc8568si-post.dtsi | 193 fsl,has-rstcr;
|
| H A D | p1022si-post.dtsi | 238 fsl,has-rstcr;
|
| /OK3568_Linux_fs/kernel/include/linux/fsl/ |
| H A D | guts.h | 89 u32 rstcr; /* 0x.00b0 - Reset Control Register */ member
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/freescale/ |
| H A D | fsl-ls208xa.dtsi | 69 rstcr: syscon@1e60000 { label 70 compatible = "fsl,ls2080a-rstcr", "syscon"; 76 regmap = <&rstcr>;
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-fsl-layerscape/ |
| H A D | immap_lsch3.h | 322 u32 rstcr; /* 0x000 */ member
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-ls102xa/ |
| H A D | immap_ls102xa.h | 109 u32 rstcr; /* Reset control */ member
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/powerpc/fsl/ |
| H A D | pamu.txt | 139 fsl,has-rstcr;
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/dts/ |
| H A D | socrates.dts | 218 fsl,has-rstcr;
|
123