Lines Matching full:l2
4 * QorIQ (P1/P2) L2 controller init for Cache-SRAM instantiation
88 dev_err(&dev->dev, "Missing L2 cache-size\n"); in mpc85xx_l2ctlr_of_probe()
94 return 0; /* fall back to L2 cache only */ in mpc85xx_l2ctlr_of_probe()
105 dev_err(&dev->dev, "Can't map L2 controller\n"); in mpc85xx_l2ctlr_of_probe()
165 dev_info(&dev->dev, "MPC85xx L2 controller unloaded\n"); in mpc85xx_l2ctlr_of_remove()
172 .compatible = "fsl,p2020-l2-cache-controller",
175 .compatible = "fsl,p2010-l2-cache-controller",
178 .compatible = "fsl,p1020-l2-cache-controller",
181 .compatible = "fsl,p1011-l2-cache-controller",
184 .compatible = "fsl,p1013-l2-cache-controller",
187 .compatible = "fsl,p1022-l2-cache-controller",
190 .compatible = "fsl,mpc8548-l2-cache-controller",
192 { .compatible = "fsl,mpc8544-l2-cache-controller",},
193 { .compatible = "fsl,mpc8572-l2-cache-controller",},
194 { .compatible = "fsl,mpc8536-l2-cache-controller",},
195 { .compatible = "fsl,p1021-l2-cache-controller",},
196 { .compatible = "fsl,p1012-l2-cache-controller",},
197 { .compatible = "fsl,p1025-l2-cache-controller",},
198 { .compatible = "fsl,p1016-l2-cache-controller",},
199 { .compatible = "fsl,p1024-l2-cache-controller",},
200 { .compatible = "fsl,p1015-l2-cache-controller",},
201 { .compatible = "fsl,p1010-l2-cache-controller",},
202 { .compatible = "fsl,bsc9131-l2-cache-controller",},
228 MODULE_DESCRIPTION("Freescale MPC85xx L2 controller init");