Lines Matching defs:memory
249 { 0x01FF, 24, "FQD cache tag memory 0" },
250 { 0x01FF, 24, "FQD cache tag memory 1" },
251 { 0x01FF, 24, "FQD cache tag memory 2" },
252 { 0x01FF, 24, "FQD cache tag memory 3" },
253 { 0x0FFF, 512, "FQD cache memory" },
254 { 0x07FF, 128, "SFDR memory" },
255 { 0x01FF, 72, "WQ context memory" },
256 { 0x00FF, 240, "CGR memory" },
257 { 0x00FF, 302, "Internal Order Restoration List memory" },
258 { 0x01FF, 256, "SW portal ring memory" },
344 static int qm_set_memory(enum qm_memory memory, u64 ba, u32 size)
347 u32 offset = (memory == qm_memory_fqd) ? REG_FQD_BARE : REG_PFDR_BARE;
368 /* Return 1 to indicate memory was previously programmed */
374 pr_crit("memremap() of QMan private memory failed\n");
383 * to this memory
442 * QMan needs two global memory areas initialized at boot time:
445 * Both areas are reserved using the device tree reserved memory framework
610 /* FQD memory */
614 /* PFDR memory */
803 * FQD memory MUST be zero'd by software
811 * Order of memory regions is assumed as FQD followed by PFDR
825 /* Setup PFDR memory */