| /OK3568_Linux_fs/u-boot/arch/arm/mach-rmobile/ |
| H A D | cpu_info-rcar.c | 11 #define PRR 0xFF000044 macro 18 return (readl(PRR) & 0x00007F00) >> 8; in rmobile_get_cpu_type() 23 const u32 prr = readl(PRR); in rmobile_get_cpu_rev_integer() local 25 if ((prr & PRR_MASK) == R8A7796_REV_1_1) in rmobile_get_cpu_rev_integer() 28 return ((prr & 0x000000F0) >> 4) + 1; in rmobile_get_cpu_rev_integer() 33 const u32 prr = readl(PRR); in rmobile_get_cpu_rev_fraction() local 35 if ((prr & PRR_MASK) == R8A7796_REV_1_1) in rmobile_get_cpu_rev_fraction() 38 return prr & 0x0000000F; in rmobile_get_cpu_rev_fraction()
|
| H A D | lowlevel_init_ca15.S | 38 ldr r2, =0xFF000044 /* PRR */
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/fpga/ |
| H A D | fpga-region.txt | 39 Partial Reconfiguration Region (PRR) 41 * A PRR is a specific section of a FPGA reserved for reconfiguration. 42 * A base (or static) FPGA image may create a set of PRR's that later may 44 * The size and specific location of each PRR is fixed. 45 * The connections at the edge of each PRR are fixed. The image that is loaded 46 into a PRR must fit and must use a subset of the region's connections. 52 * An FPGA image that is designed to be loaded into a PRR. There may be 53 any number of personas designed to fit into a PRR, but only one at at time 101 a soft logic bridge (Bridge0-2) in the FPGA. The contents of each PRR can be 152 base FPGA region. The "Full Reconfiguration to add PRR's" example below shows [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/ |
| H A D | renesas,prr.yaml | 4 $id: http://devicetree.org/schemas/arm/renesas,prr.yaml# 21 - renesas,prr 34 prr: chipid@ff000044 { 35 compatible = "renesas,prr";
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh4/ |
| H A D | probe.c | 17 unsigned long pvr, prr, cvr; in cpu_probe() local 29 prr = (__raw_readl(CCN_PRR) >> 4) & 0xff; in cpu_probe() 106 if (prr == 0x61) in cpu_probe() 108 else if (prr == 0xa1) in cpu_probe() 129 switch (prr) { in cpu_probe() 145 switch (prr) { in cpu_probe() 180 switch (prr) { in cpu_probe()
|
| /OK3568_Linux_fs/kernel/drivers/soc/renesas/ |
| H A D | renesas-soc.c | 18 u32 reg; /* CCCR or PRR, if not in DT */ 23 .reg = 0xff000044, /* PRR (Product Register) */ 28 .reg = 0xff000044, /* PRR (Product Register) */ 33 .reg = 0xfff00044, /* PRR (Product Register) */ 51 .reg = 0xff000044, /* PRR (Product Register) */ 56 .reg = 0xfff00044, /* PRR (Product Register) */ 351 /* Try PRR first, then hardcoded fallback */ in renesas_soc_init() 352 np = of_find_compatible_node(NULL, NULL, "renesas,prr"); in renesas_soc_init()
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/renesas/ |
| H A D | r8a779a0.dtsi | 116 prr: chipid@fff00044 { label 117 compatible = "renesas,prr";
|
| H A D | r8a77995.dtsi | 1121 prr: chipid@fff00044 { label 1122 compatible = "renesas,prr";
|
| H A D | r8a77970.dtsi | 1192 prr: chipid@fff00044 { label 1193 compatible = "renesas,prr";
|
| H A D | r8a77980.dtsi | 1565 prr: chipid@fff00044 { label 1566 compatible = "renesas,prr";
|
| H A D | r8a774c0.dtsi | 1922 prr: chipid@fff00044 { label 1923 compatible = "renesas,prr";
|
| /OK3568_Linux_fs/kernel/Documentation/spi/ |
| H A D | butterfly.rst | 43 (a) flash new firmware that disables SPI (set PRR.2, and disable pullups
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | r8a7779.dtsi | 634 prr: chipid@ff000044 { label 635 compatible = "renesas,prr";
|
| H A D | r8a7792.dtsi | 878 prr: chipid@ff000044 { label 879 compatible = "renesas,prr";
|
| H A D | r8a73a4.dtsi | 759 prr: chipid@ff000044 { label 760 compatible = "renesas,prr";
|
| H A D | r8a77470.dtsi | 973 prr: chipid@ff000044 { label 974 compatible = "renesas,prr";
|
| H A D | r8a7794.dtsi | 1380 prr: chipid@ff000044 { label 1381 compatible = "renesas,prr";
|
| H A D | r8a7793.dtsi | 1395 prr: chipid@ff000044 { label 1396 compatible = "renesas,prr";
|
| H A D | r8a7745.dtsi | 1534 prr: chipid@ff000044 { label 1535 compatible = "renesas,prr";
|
| H A D | r8a7742.dtsi | 1814 prr: chipid@ff000044 { label 1815 compatible = "renesas,prr";
|
| /OK3568_Linux_fs/kernel/arch/sh/mm/ |
| H A D | cache-sh4.c | 375 printk("PVR=%08x CVR=%08x PRR=%08x\n", in sh4_cache_init()
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | r8a7796.dtsi | 347 prr: chipid@fff00044 { label 348 compatible = "renesas,prr";
|
| H A D | r8a7795.dtsi | 394 prr: chipid@fff00044 { label 395 compatible = "renesas,prr";
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | cms.h | 332 int CMS_get1_ReceiptRequest(CMS_SignerInfo *si, CMS_ReceiptRequest **prr);
|
| /OK3568_Linux_fs/kernel/drivers/misc/cxl/ |
| H A D | of.c | 262 read_prop_dword(np, "ibm,supports-prr", &val); in cxl_of_read_afu_properties()
|