Lines Matching defs:ccsr_l2cache
280 typedef struct ccsr_l2cache { struct
281 u32 l2ctl; /* L2 configuration 0 */
282 u8 res1[12];
283 u32 l2cewar0; /* L2 cache external write addr 0 */
284 u8 res2[4];
285 u32 l2cewcr0; /* L2 cache external write control 0 */
286 u8 res3[4];
287 u32 l2cewar1; /* L2 cache external write addr 1 */
288 u8 res4[4];
289 u32 l2cewcr1; /* L2 cache external write control 1 */
290 u8 res5[4];
291 u32 l2cewar2; /* L2 cache external write addr 2 */
292 u8 res6[4];
293 u32 l2cewcr2; /* L2 cache external write control 2 */
294 u8 res7[4];
295 u32 l2cewar3; /* L2 cache external write addr 3 */
319 } ccsr_l2cache_t; argument